How to download the Jmonkey wiki for reading offline?

How can i download the Jmonkey wiki to read offline?

1 Like

If you’re on a Linux system with Git and Node.js installed, you can do:

$ nvm install --lts
$ git clone https://github.com/jMonkeyEngine/wiki.git
$ cd wiki
$ npm install
$ npm run buildDocs

Then open a web browser and browse to the “build/site” subdirectory.

3 Likes

Thanks a lot sir. But what if i already have Git installed in my PC without Node.js, can i still clone the wiki and browse the source file like a regular HTML document?

1 Like

You can browse the source files, but they are AsciiDoc, not HTML.

1 Like

Understood. I wish this came bundled along with the latest sdk just to make it easier for newbies :grin:

You can use httrack

1 Like