37 lines
900 B
YAML
37 lines
900 B
YAML
site_name: BincioWiki — Developer Docs
|
|
site_description: Technology stack, architecture, and operational notes for bincio_wiki
|
|
site_url: ""
|
|
docs_dir: docs
|
|
|
|
nav:
|
|
- Overview: index.md
|
|
- Architecture:
|
|
- System overview: architecture/overview.md
|
|
- Content model: architecture/content-model.md
|
|
- Edit sidecar: architecture/edit-sidecar.md
|
|
- Authentication & invites: architecture/auth.md
|
|
- Deployment:
|
|
- VPS setup: deployment/vps.md
|
|
- Daily operations: deployment/operations.md
|
|
- Development:
|
|
- Getting started: development/getting-started.md
|
|
|
|
theme:
|
|
name: material
|
|
palette:
|
|
scheme: slate
|
|
primary: blue
|
|
features:
|
|
- navigation.sections
|
|
- navigation.expand
|
|
- content.code.copy
|
|
|
|
markdown_extensions:
|
|
- admonition
|
|
- pymdownx.details
|
|
- pymdownx.superfences
|
|
- pymdownx.highlight:
|
|
anchor_linenums: true
|
|
- toc:
|
|
permalink: true
|