The documentation roughly attempts to follow Diátaxis.
As of today, you can view the moccasin documentation here.
To build the documentation, you can do the following.
-
Follow the
Installing for local development
instructions in the CONTRIBUTING.md file. -
Add dependencies
uv sync --all-extras
- Build the documentation
just docs
- Open the documentation in your browser of choice.
If using something like VSCode's live server, open:
http://127.0.0.1:5500/built_docs/html/index.html
Or:
/path/to/your/file/built_docs/html/index.html