# mkdocs configuration for the neuronetz-gateway documentation. # # pip install mkdocs-material # mkdocs serve # live preview at http://127.0.0.1:8000 # mkdocs build # static site into ./site # # Docs live in docs/. This wires them into a single Material-themed site. site_name: neuronetz-gateway site_description: Secure, multi-tenant API gateway in front of Ollama. docs_dir: docs theme: name: material palette: - scheme: slate primary: indigo accent: indigo features: - navigation.sections - navigation.top - content.code.copy - content.code.annotate markdown_extensions: - admonition - tables - toc: permalink: true - pymdownx.highlight: anchor_linenums: true - pymdownx.superfences - pymdownx.inlinehilite nav: - Architecture: ARCHITECTURE.md - API Reference: API.md - Deployment: DEPLOYMENT.md - Threat Model: THREAT_MODEL.md - Operations Runbook: OPERATIONS.md - Demo & Playground: PLAYGROUND.md