Skip to content

Commit

Permalink
Deployed 03f4b21 with MkDocs version: 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Unknown committed Oct 2, 2024
0 parents commit 7976018
Show file tree
Hide file tree
Showing 88 changed files with 21,491 additions and 0 deletions.
Empty file added .nojekyll
Empty file.
1 change: 1 addition & 0 deletions 404.html

Large diffs are not rendered by default.

22 changes: 22 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# base image
# hadolint ignore=DL3007
FROM hackforlaops/mkdocs:latest

# set work directory
WORKDIR /app

# install system dependencies

#RUN \
# --mount=type=cache,target=/var/cache \
# apk add \
# # mkdocs-multirepo-plugin requires this
# git=2.40.1-r0

# install dependencies

COPY requirements.txt .
# hadolint ignore=DL3042
RUN \
--mount=type=cache,target=/root/.cache \
pip install -r requirements.txt
1 change: 1 addition & 0 deletions about/LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
--8<-- "LICENSE"
29 changes: 29 additions & 0 deletions about/intro/index.html

Large diffs are not rendered by default.

57 changes: 57 additions & 0 deletions about/license/index.html

Large diffs are not rendered by default.

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.b425cdc4.min.js

Large diffs are not rendered by default.

8 changes: 8 additions & 0 deletions assets/javascripts/bundle.b425cdc4.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 7976018

Please sign in to comment.