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
|
||||
3
ci/mkdocs/requirements.txt
Normal file
3
ci/mkdocs/requirements.txt
Normal file
@@ -0,0 +1,3 @@
|
||||
mkdocs==1.6.1
|
||||
mkdocs-material==9.7.3
|
||||
pymdown-extensions==10.21
|
||||
Reference in New Issue
Block a user