Skip to content

Commit

Permalink
Deployed 9732d07 with MkDocs version: 1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
afritzler committed Jan 12, 2024
0 parents commit 6d8ffee
Show file tree
Hide file tree
Showing 54 changed files with 8,732 additions and 0 deletions.
Empty file added .nojekyll
Empty file.
444 changes: 444 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=libvirt-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 6d8ffee

Please sign in to comment.