imporve documentation development

This commit is contained in:
ohdearaugustin
2024-05-31 23:39:07 +02:00
parent 5f9c26930c
commit ecfe859a2e
7 changed files with 1069 additions and 34 deletions

View File

@@ -52,3 +52,9 @@ compress: build
generate:
rm -rf gen
buf generate proto
docs-serve:
poetry run mkdocs serve
docs-build:
poetry run mkdocs build