Touching up more mkdocs details

This commit is contained in:
2022-05-08 20:49:08 -04:00
parent 8da1afc62b
commit c468566272
8 changed files with 58 additions and 7 deletions

View File

@@ -30,3 +30,15 @@ gfmrun:
.PHONY: toc
toc:
go run internal/build/build.go toc docs/v2/manual.md
.PHONY: docs
docs:
mkdocs build
.PHONY: docs-deps
docs-deps:
pip install -r mkdocs-requirements.txt
.PHONY: serve-docs
serve-docs:
mkdocs serve