Skip to content

Commit

Permalink
Deployed f18b2f3 with MkDocs version: 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Liam Burgoyne committed Oct 6, 2022
0 parents commit ff3fb24
Show file tree
Hide file tree
Showing 57 changed files with 10,876 additions and 0 deletions.
Empty file added .nojekyll
Empty file.
539 changes: 539 additions & 0 deletions 404.html

Large diffs are not rendered by default.

82 changes: 82 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,82 @@
ARG base_image=python

FROM minidocks/python AS python

FROM minidocks/weasyprint AS weasyprint

FROM $base_image AS latest

ARG mkdocs_version=1.3.1

RUN apk add py3-regex py3-pynacl py3-ruamel.yaml && pip install \
mkdocs==$mkdocs_version \
\
mkdocs-abs-rel-plugin \
mkdocs-add-number-plugin \
mkdocs-autolinks-plugin \
mkdocs-autorefs \
mkdocs-awesome-pages-plugin \
mkdocs-codeinclude-plugin \
mkdocs-enumerate-headings-plugin \
mkdocs-exclude \
mkdocs-git-authors-plugin \
mkdocs-git-committers-plugin \
mkdocs-git-revision-date-localized-plugin \
mkdocs-img2fig-plugin \
mkdocs-include-markdown-plugin \
mkdocs-kroki-plugin \
mkdocs-localsearch \
mkdocs-macros-plugin \
mkdocs-markdownextradata-plugin \
mkdocs-merge \
mkdocs-minify-plugin \
mkdocs-monorepo-plugin \
mkdocs-mermaid2-plugin \
mkdocs-markmap \
mkdocs-multirepo-plugin \
mkdocs_pymdownx_material_extras \
mkdocs-safe-text-plugin \
mkdocs-simple-hooks \
mkdocs-render-swagger-plugin \
mkdocs-redirects \
mkdocs-versioning \
mkdocstrings \
\
mkdocs-alabaster \
mkdocs-cinder \
mkdocs-ivory \
mkdocs-kpn \
mkdocs-material \
mkdocs-rtd-dropdown \
\
markdown-include \
pygments \
pymdown-extensions \
&& clean

COPY rootfs /

CMD [ "mkdocs", "serve", "--dev-addr", "0.0.0.0:8000" ]

FROM minidocks/python:3-build AS build

RUN apk add libsass-dev \
&& pip3 wheel --wheel-dir=/tmp libsass

FROM latest AS pdf

COPY --from=build /tmp/libsass* /tmp

RUN apk add libsass && pip install \
/tmp/libsass* \
mkdocs-pdf-export-plugin \
mkdocs-with-pdf \
mkpdfs-mkdocs \
&& clean

RUN wget -O /tmp/roboto.zip https://fonts.google.com/download?family=Roboto \
&& unzip /tmp/roboto.zip -d /usr/share/fonts/truetype \
&& fc-cache -f \
&& clean

FROM latest
Binary file added assets/images/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
29 changes: 29 additions & 0 deletions assets/javascripts/bundle.078830c0.min.js

Large diffs are not rendered by default.

8 changes: 8 additions & 0 deletions assets/javascripts/bundle.078830c0.min.js.map

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions assets/javascripts/lunr/min/lunr.ar.min.js

Large diffs are not rendered by default.

18 changes: 18 additions & 0 deletions assets/javascripts/lunr/min/lunr.da.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 18 additions & 0 deletions assets/javascripts/lunr/min/lunr.de.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 18 additions & 0 deletions assets/javascripts/lunr/min/lunr.du.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit ff3fb24

Please sign in to comment.