Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 726 Bytes

File metadata and controls

27 lines (19 loc) · 726 Bytes

JBMod Documentation Repository

This is the source code for the official JBMod documentation, hosted at docs.jbmod.dev.

Local Development

To preview the documentation locally, ensure you have Python installed, then follow these steps:

  1. Install Dependencies:

    pip install -r requirements.txt
  2. Run the Dev Server:

    python -m mkdocs serve

    The site will be available at http://127.0.0.1:8000.

Contributing to Docs

We welcome improvements to the documentation!

  1. Create a new branch for your changes.
  2. Edit the Markdown files in the docs/ directory.
  3. Verify your changes locally using mkdocs serve.
  4. Submit a Pull Request.