Downloads:
Word (Export)
Contributor Guide¶
This guide covers how to contribute documentation to the UIAO project.
Local Setup¶
- Clone the repository:
git clone https://github.com/WhalerMike/uiao-docs.git cd uiao-docs - Install dependencies:
pip install -r requirements.txt - Start the local preview server:
mkdocs serve - Open
http://127.0.0.1:8000in your browser.
Contribution Workflow¶
- Create a feature branch from
main - Add or edit Markdown files in
docs/ - Preview locally with
mkdocs serve - Commit with a descriptive message
- Open a Pull Request against
main - Site auto-deploys on merge
Content Standards¶
- Use UIAO-xxx identifiers for all documents
- Include a status header (Current, Needs Replacing, Needs Creating)
- Include Last Updated date
- Follow Markdown best practices
Style Guide¶
- Use ATX-style headings (
#,##,###) - Use fenced code blocks with language identifiers
- Use admonitions for notes and warnings
- Reference PlantUML diagrams where applicable