🤝 Contributing to Docs
We welcome fixes, additions, and improvements to this documentation.
How to Propose Changes
- Fork the repo and create a branch.
- Edit Markdown files under
docs/. - Preview locally with
mkdocs serve. - Open a Pull Request against
main.
Style Guide
- Use clear, concise English (active voice).
- Include code snippets for commands.
- Use admonitions (
!!! note) for important points. - Keep line length ≤ 120 chars.
Tooling
- MkDocs with Material theme.
- Local preview:
pip install mkdocs-material && mkdocs serve.
note
At least one maintainer review is required before merging.