GitHub - jMonkeyEngine/wiki: The official wiki for jMonkeyEngine.
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.ymlThis 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.