The official wiki for jMonkeyEngine.

mitm001 32b5254f6f Add immediate gui to nav doc 4 年之前
.cache bc0d38ec4c Commit files for CI workflow 4 年之前
.github 05587ceed5 Purge cloudflare caches after deploy 4 年之前
docs 32b5254f6f Add immediate gui to nav doc 4 年之前
docs-transition 95dd9e8a76 move to wiki mod 5 年之前
docs-wiki da69cb8711 Fixed redirect links 4 年之前
supplemental-ui 978c17b95f set to old logo and increase search width 5 年之前
.gitignore_test e3ec72330e remove gitignore for test to see if stops continuous cache commit. 4 年之前
LICENSE b7f006ff84 fix oops 5 年之前
README.adoc 2f0f56d510 update wiki links in readme to new version 4 年之前
package-lock.json a493013c6c Bump handlebars from 4.7.6 to 4.7.7 (#132) 4 年之前
package.json 283d0eb9d6 change playbook name 5 年之前
wiki-playbook.yml f84151d1d8 Configure new branch version 4 年之前

README.adoc

= jMonkeyEngine Documentation

image:https://github.com/jMonkeyEngine/wiki/workflows/Build%20Docs/badge.svg[Status Badge, 175, 25]

see link:https://wiki.jmonkeyengine.org[https://wiki.jmonkeyengine.org/]

The project to store, edit, and generate the documentation of http://jmonkeyengine.org[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 link:https://wiki.jmonkeyengine.org/docs-wiki/3.4/atom_editor.html[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 link:https://wiki.jmonkeyengine.org/docs-wiki/3.4/wiki_contributor.html[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.

See also: https://docs.antora.org/antora/2.3/preview-site/