Skip to content

jMonkeyEngine/wiki

Folders and files

NameName
Last commit message
Last commit date
Sep 21, 2023
Dec 17, 2021
Jun 11, 2021
Oct 5, 2024
Jun 30, 2020
Jul 3, 2020
Dec 29, 2024
Apr 19, 2022
Apr 19, 2022
Dec 17, 2021

Repository files navigation

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 Node.js and Nvm.

From your local wiki directory, run:

npm install
npx antora wiki-playbook.yml

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.