Files
homelab-infra/docs-site/README.md
2026-03-23 08:01:38 +00:00

8 lines
225 B
Markdown

Serves the generated MkDocs static output from `../site` using NGINX.
Routing is handled by Traefik with host `docs.${DOMAIN}`.
Deploy flow:
1. Build docs: `make docs`
2. Start container: `make up-docs-site` (or `make up`)