jMonkeyEngine / wiki

The official wiki for jMonkeyEngine.

Home Page:https://wiki.jmonkeyengine.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jMonkeyEngine Documentation

Status Badge

The project to store, edit, and generate the documentation of jMonkeyEngine.

The documentation docs/modules/ROOT/pages is editable :

  • Online via github (Edit link located on the top navbar of the Wiki + Pull Request)

  • Offline with the Atom editor, which includes a built in previewer and code editor. see Atom Editor for Wiki Editing

  • Any text editor and browser program of your choice.

  • Setting up your own local Node.js environment.

Note
Read the Wiki Contributions document for details on how to contribute.

Build & Preview

To set up the Antora environment, you’ll need Nodejs (tested with node 12).

From your local wiki directory.

Run:

npm install
npm run buildDocs

This will install the needed dependencies and run the static site generator. The documentation will be output to the directory build/site.

To preview, navigate to the build/site directory and open the index.html file in your browser.

About

The official wiki for jMonkeyEngine.

https://wiki.jmonkeyengine.org

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Handlebars 68.1%Language:CSS 31.9%