Docs
This docs site — MkDocs with the Material theme.
Container
| Image | squidfunk/mkdocs-material |
| Container | docs |
| Port | 8001 |
| URL | docs.thekiffy.com |
| Data | /home/docker/volumes/docs |
Compose location
/home/docker/containers/docs/docker-compose.yml
Adding or editing pages
All content lives in /home/docker/volumes/docs/docs/. Drop a new .md file in and add it to mkdocs.yml under nav:.
The container runs mkdocs serve with hot reload, so changes appear immediately without a restart.
Structure
/home/docker/volumes/docs/
├── mkdocs.yml
└── docs/
├── index.md
├── vps/
│ ├── structure.md
│ ├── docker-nginx.md
│ └── secrets.md
└── apps/
├── vaultwarden.md
├── webhook-relay.md
├── jobflow.md
└── docs.md