Skip to content

JBMod/docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors