Skip to content

Commit

Permalink
Deployed 4339053 with MkDocs version: 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
afritzler committed Feb 9, 2025
0 parents commit 4d2d997
Show file tree
Hide file tree
Showing 127 changed files with 96,670 additions and 0 deletions.
Empty file added .nojekyll
Empty file.
1,602 changes: 1,602 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=ironcore_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 4d2d997

Please sign in to comment.