The official wiki for jMonkeyEngine.

Ryan McDonough 86c593bab5 Add Marketing Doc and Update Team Page in Wiki (#186) hai 1 semana
.github 3b79f7e34e main.yml: GitHub discontinued the ubuntu-18.04 environment %!s(int64=2) %!d(string=hai) anos
docs 86c593bab5 Add Marketing Doc and Update Team Page in Wiki (#186) hai 1 semana
docs-transition 00d2bbe2ad upgrade the JME javadoc from v3.3.2-stable to v3.4.1-stable %!s(int64=3) %!d(string=hai) anos
docs-wiki 0fd766866d Update documentation and configurations for version 3.8 hai 2 meses
supplemental-ui 978c17b95f set to old logo and increase search width %!s(int64=5) %!d(string=hai) anos
.gitignore f15ae11740 Use npx for buildDocs script in package.json. This makes it platform independent hai 2 meses
LICENSE b7f006ff84 fix oops %!s(int64=5) %!d(string=hai) anos
README.adoc b5eaff74e4 Merge remote-tracking branch 'official/master' into #181-create-3.8-wiki-version hai 2 meses
package-lock.json 450f112d1d Update asciidoctor-emoji %!s(int64=3) %!d(string=hai) anos
package.json b5eaff74e4 Merge remote-tracking branch 'official/master' into #181-create-3.8-wiki-version hai 2 meses
wiki-playbook.yml 0fd766866d Update documentation and configurations for version 3.8 hai 2 meses

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.8/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.8/wiki_contributor.html[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.

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