documentation
Quick Start
Launch the docs:
Visit http://127.0.0.1:8000
Structure
The stucture of the docs currently matches the layout that is present in confluence, as such it may not be optimal.
docs/
├── .pages # Main navigation config
├── index.md # Home page
├── backend/ # Server & infrastructure docs
├── development/ # Dev workflows & procedures
├── testing-qa/ # Testing & quality assurance
└── containerisation/ # Docker & deployment
Adding Docs
- Create markdown files in appropriate
docs/subdirectory - Navigation is auto-generated via
.pagesfiles using awesome-pages plugin
Best practices:
- Use descriptive filenames (
user-authentication.mdnotauth.md) - Keep hierarchy organized by topic area
Questions?
If you have any questions, contact Andrew at andrew.cruickshank@methodgrid.com.