feat: add mkdocs

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2023-07-28 22:07:07 +02:00
parent 55ae63599d
commit 3f0d171285
6 changed files with 84 additions and 0 deletions

5
scripts/mkdocs:dev.sh Executable file
View File

@@ -0,0 +1,5 @@
#!/usr/bin/env bash
set -e
docker run --rm -it -p 8000:8000 -v ${PWD}:/docs ${MKDOCS_IMAGE}

5
scripts/mkdocs:new.sh Executable file
View File

@@ -0,0 +1,5 @@
#!/usr/bin/env bash
set -e
docker run --rm -it -v ${PWD}:/docs ${MKDOCS_IMAGE} new .