build(docs): use mkdocs from nixpkgs instead of docker

This commit is contained in:
Khue Doan 2023-05-19 01:48:30 +07:00
parent b1a716dae9
commit 08ef4ecf01
2 changed files with 2 additions and 7 deletions

View File

@ -53,13 +53,7 @@ dev:
make -C bootstrap
docs:
docker run \
--rm \
--interactive \
--tty \
--publish 8000:8000 \
--volume $(shell pwd):/docs \
squidfunk/mkdocs-material
mkdocs serve
git-hooks:
pre-commit install

View File

@ -5,6 +5,7 @@ let
python-packages = pkgs.python3.withPackages (p: with p; [
jinja2
kubernetes
mkdocs-material
netaddr
rich
]);