20 lines
452 B
YAML
20 lines
452 B
YAML
site_name: Public Infrastructure Documentation
|
|
site_description: Public-facing infrastructure documentation
|
|
repo_url: https://github.com/beatz174-bit/docker
|
|
site_url: https://beatz174-bit.github.io/docker/
|
|
docs_dir: docs/public
|
|
site_dir: site-public
|
|
|
|
nav:
|
|
- Home: index.md
|
|
- Diagrams: diagrams.md
|
|
- Compose Inventory: compose-inventory.md
|
|
- Traefik Routes: traefik-routes.md
|
|
|
|
theme:
|
|
name: mkdocs
|
|
|
|
validation:
|
|
nav:
|
|
omitted_files: ignore
|