The content for http://nucleuspowered.org
Nucleus Docs uses Jekyll, as GitHub pages does. First, you'll need to install Jekyll:
Once installed, using the command line, navigate to this directory (the one with this README in) and run jekyll s
. This should open a web browser at http://localhost:4000
with a local copy of the docs.
When adding docs, do not commit the site
directory.
If you want to update the commands & permissions as well, with a test server:
- Ensure all modules are enabled
- Add the config option
enable-doc-gen=true
to somewhere in thecore
section - Restart the server
- Once it's started, run
/nucleus docgen
- Copy the YAML files to the
_data
folder
That should update the permission and command references with what is on the server.