Move docs to zensical (#3852)

This commit is contained in:
EmilyxFox
2026-01-06 13:36:04 +01:00
committed by GitHub
parent 4458908a44
commit 21c5c980d5
8 changed files with 106 additions and 144 deletions

16
compose-docs.yml Normal file
View File

@@ -0,0 +1,16 @@
# This composition can be used to serve up the rendered mkdocs for local authoring.
#
# docker compose -f compose-docs.yml -p zensical up
#
# and then access http://localhost:8000
services:
zensical:
build:
context: .
dockerfile: docs/Dockerfile
volumes:
- ./zensical.toml:/docs/zensical.toml
- ./docs:/docs/docs
ports:
- "8000:8000"