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.

  • Developer Guide: https://qubinode.github.io/qubinode_navigator/development/developers_guide.html

How to Contribute

  1. Fork the repository on GitHub.
  2. Create or update documentation under the appropriate section:
    • docs/tutorials/ for step-by-step tutorials
    • docs/how-to/ for task-oriented guides
    • docs/reference/ for API and command reference
    • docs/explanation/ for architecture and design explanations
  3. Run local docs validation (if configured).
  4. 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.