Skip to content

Commit

Permalink
Deployed 7e909ce with MkDocs version: 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
afritzler committed Oct 30, 2024
0 parents commit 03d839a
Show file tree
Hide file tree
Showing 61 changed files with 19,760 additions and 0 deletions.
Empty file added .nojekyll
Empty file.
663 changes: 663 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 squidfunk/mkdocs-material:latest

LABEL project=metal_operator

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 03d839a

Please sign in to comment.