I also find that links in Guides is missing. Not yet sure why is that looking into that. Issue which Shazron discover should be fixed now.
2014-11-04 3:00 GMT+06:00 Michal Mocny <[email protected]>: > Just tried it using the steps Shaz listed on the PR and its working for me > fine. However, there are some warnings during generation (bunch of "Did > not found link for the keyword"), and the generated pages appear to have > some links missing (such as the first page, Guides do not link to > anything). Unsure if the warning is the cause of the missing links. > > Keep chugging away! > > -Michal > > On Mon, Nov 3, 2014 at 2:39 PM, Andrew Grieve <[email protected]> > wrote: > > > Love that you're working on this! > > > > On Mon, Nov 3, 2014 at 12:57 AM, Shazron <[email protected]> wrote: > > > > > Thanks Andrey, > > > I tested it out but I ran into problems. See my comment on your pull > > > request. > > > > > > On Sun, Nov 2, 2014 at 1:11 PM, Andrey Kurdumov < > [email protected] > > > > > > wrote: > > > > > > > Hello guys, > > > > > > > > I almost finish implementing > > > > https://issues.apache.org/jira/browse/CB-6751 > > > > > > > > In short this is implementation of Cordova Docs website generator > using > > > > Node.JS instead of relying on Vagrant and Ruby. > > > > > > > > Summary of work: > > > > - Implementation duplicates Ruby code as much as possible. Tests > which > > > was > > > > written for Ruby, was reimplemented in JS. > > > > - Created new executable genjs in the bin folder, which generate > > > > documentation to the *public/test* folder, instead of *public* > folder, > > so > > > > differences between implementation could be found using standard > > diffing > > > > tools. > > > > - Implementation verified on Mac and Windows. > > > > - Small improvements to CLI interface (single language generation, > > single > > > > version generation, added verbose mode for tracing execution) > > > > - As I can tell, JS implementation produce almost same HTML code as > > Ruby > > > > version. I done some smoke testing of changes and seems that > everything > > > is > > > > good, but willing that you guys look at the docs too. > > > > > > > > To make this works with existing documentation and support Windows, I > > > have > > > > to fork existing implementation of joDoc-js ( > > > > https://github.com/kant2002/jodoc-js) > > > > > > > > Issues: > > > > - Windows suffer from occasional EPERM issues during generation of > the > > > > docs. > > > > > > > > Pull request for that implementation is here: > > > > https://github.com/apache/cordova-docs/pull/236 > > > > > > > > Best regards, > > > > Andrey > > > > > > > > > >
