feat: export manifest documentation for public sites

This commit is contained in:
2026-08-07 14:53:14 +02:00
parent 30ea95854b
commit b5d3983844
5 changed files with 635 additions and 2 deletions
+3
View File
@@ -22,3 +22,6 @@ govoplan_docs = ["py.typed"]
[project.entry-points."govoplan.modules"]
docs = "govoplan_docs.backend.manifest:get_manifest"
[project.scripts]
govoplan-docs-export-public = "govoplan_docs.public_export:main"