Skip to content

Commit

Permalink
Deployed 50c2899 with MkDocs version: 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasfrank committed Oct 29, 2024
0 parents commit e9c50e0
Show file tree
Hide file tree
Showing 59 changed files with 10,870 additions and 0 deletions.
Empty file added .nojekyll
Empty file.
496 changes: 496 additions & 0 deletions 404.html

Large diffs are not rendered by default.

14 changes: 14 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
FROM ghcr.io/afritzler/mkdocs-material:latest

LABEL project=ceph-provider_documentation

WORKDIR /docs

COPY docs/requirements.txt requirements.txt
RUN pip install --no-cache-dir -r requirements.txt

EXPOSE 8000

# Start development server by default
ENTRYPOINT ["mkdocs"]
CMD ["serve", "--dev-addr=0.0.0.0:8000"]
Loading

0 comments on commit e9c50e0

Please sign in to comment.