Contributing to Qubinode Navigator Documentation
This documentation site follows the Diataxis structure. For full contribution guidelines and development workflows, please refer to the main developer guide.
How to Contribute
- Fork the repository on GitHub.
- Create or update documentation under the appropriate section:
docs/tutorials/for step-by-step tutorialsdocs/how-to/for task-oriented guidesdocs/reference/for API and command referencedocs/explanation/for architecture and design explanations
- Run local docs validation (if configured).
- Open a pull request with a clear description of your changes.
For code-level contributions, testing requirements, and style guidelines, see the Developer Guide linked above.