feat(docs): bind semantic publication to help
Module Package Release / publish-packages (push) Successful in 12s

This commit is contained in:
2026-08-24 11:36:39 +02:00
parent 92dc91885b
commit 9055f3437f
6 changed files with 10 additions and 7 deletions
+1 -1
View File
@@ -2,4 +2,4 @@
__all__ = ["__version__"]
__version__ = "0.1.21"
__version__ = "0.1.22"
+5 -2
View File
@@ -131,7 +131,7 @@ def _dsar_provider(_context: ModuleContext) -> DocsDsarProvider:
manifest = ModuleManifest(
id="docs",
name="Docs",
version="0.1.21",
version="0.1.22",
required_capabilities=(
CAPABILITY_AUTH_PRINCIPAL_RESOLVER,
CAPABILITY_AUTH_PERMISSION_EVALUATOR,
@@ -355,7 +355,10 @@ manifest = ModuleManifest(
),
}
},
metadata={"kind": "workflow"},
metadata={
"kind": "workflow",
"help_contexts": ["docs.semantic-documentation.publish"],
},
),
DocumentationTopic(
id="docs.data-subject-requests",