Skip to content

AzmX Developer Documentation

Central hub for all development guidelines, best practices, and technical documentation for AzmX engineering teams.

Quick Contributing

Essential Guidelines for Adding Content: - ๐Ÿ“Š Always use Mermaid diagrams for workflows/processes (fully supported by MkDocs) - ๐Ÿงช Test locally with mkdocs serve before submitting changes - ๐Ÿ“ Follow existing structure: tech stacks โ†’ 04-technology-stacks/, standards โ†’ 03-development-standards/, templates โ†’ 08-templates/ - ๐Ÿ—‚๏ธ Update navigation section below when adding new files

Local Documentation Server

# Install dependencies and start server
pip install -r requirements.txt
mkdocs serve
# Open http://127.0.0.1:8000

Quick Navigation

๐Ÿš€ Getting Started

๐Ÿ“ Development Standards

๐Ÿ“ Development Processes

๐Ÿ”Œ Integrations

๐Ÿ› ๏ธ Technology Stacks

๐Ÿ“„ Templates

๐Ÿ“š References

Team Information

Total Engineering Team: ~15 members across Frontend (4), Fullstack (3), Backend (2), AI/ML (2), DevOps (2), QA (1), Mobile (2)

Technology Leaders: - Frontend/Mobile Lead - Backend/AI/ML Lead

MkDocs Features

  • Material Theme: Modern, responsive design with dark/light mode
  • Search: Full-text search functionality
  • Mermaid Diagrams: Interactive flowcharts and diagrams
  • Code Highlighting: Syntax highlighting for all languages
  • Navigation: Organized sidebar with collapsible sections

Additional Commands

# Build static documentation
mkdocs build

# Deploy to GitHub Pages (if configured)
mkdocs gh-deploy

Contributing

See CONTRIBUTING.md for comprehensive guidelines on contributing to this documentation. (Available at repository root)