Merge remote-tracking branch 'origin/main' into saschagrunert-suggestions

This commit is contained in:
2022-05-17 08:45:13 -04:00
34 changed files with 520 additions and 255 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