Add api design chapter 1
All checks were successful
Build and Deploy MkDocs / deploy (push) Successful in 10s

This commit is contained in:
John Gatward
2026-03-04 12:16:25 +00:00
parent 3d8d25976e
commit c86b40baf6
8 changed files with 152 additions and 8 deletions

9
ci/mkdocs/Dockerfile Normal file
View File

@@ -0,0 +1,9 @@
FROM ghcr.io/squidfunk/mkdocs-material:latest
WORKDIR /build
COPY . .
RUN pip install --no-cache-dir mkdocs-minify-plugin
RUN mkdocs build