Add api design chapter 1
All checks were successful
Build and Deploy MkDocs / deploy (push) Successful in 10s
All checks were successful
Build and Deploy MkDocs / deploy (push) Successful in 10s
This commit is contained in:
9
ci/mkdocs/Dockerfile
Normal file
9
ci/mkdocs/Dockerfile
Normal 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
|
||||
Reference in New Issue
Block a user