This is the source code for the official JBMod documentation, hosted at docs.jbmod.dev.
To preview the documentation locally, ensure you have Python installed, then follow these steps:
-
Install Dependencies:
pip install -r requirements.txt
-
Run the Dev Server:
python -m mkdocs serve
The site will be available at
http://127.0.0.1:8000.
We welcome improvements to the documentation!
- Create a new branch for your changes.
- Edit the Markdown files in the
docs/directory. - Verify your changes locally using
mkdocs serve. - Submit a Pull Request.