Skip to content

Commit 5029a7e

Browse files
Deployed 5978d85 with MkDocs version: 1.6.1
0 parents  commit 5029a7e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

62 files changed

+18071
-0
lines changed

.nojekyll

Whitespace-only changes.

404.html

Lines changed: 863 additions & 0 deletions
Large diffs are not rendered by default.

Dockerfile

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
FROM ghcr.io/afritzler/mkdocs-material:latest
2+
3+
LABEL project=libvirt-provider_documentation
4+
5+
WORKDIR /docs
6+
7+
COPY docs/requirements.txt requirements.txt
8+
RUN pip install --no-cache-dir -r requirements.txt
9+
10+
EXPOSE 8000
11+
12+
# Start development server by default
13+
ENTRYPOINT ["mkdocs"]
14+
CMD ["serve", "--dev-addr=0.0.0.0:8000"]

0 commit comments

Comments
 (0)