{record.title}
{record.summary}
{record.title}
{record.summary}
diff --git a/src/govoplan_wiki/backend/manifest.py b/src/govoplan_wiki/backend/manifest.py
index 948ebdc..47586ab 100644
--- a/src/govoplan_wiki/backend/manifest.py
+++ b/src/govoplan_wiki/backend/manifest.py
@@ -190,7 +190,9 @@ DOCUMENTATION = (
id="wiki.module-boundary",
title="Wiki module boundary",
summary="Governed collaborative knowledge spaces, hierarchical pages, immutable revisions, links, labels, comments, access, and publishing.",
- body="Wiki owns native knowledge-space and page identity, hierarchy, drafts, immutable revisions, comments, labels, typed references, redirects, and publication state. Files or DMS owns binary content, Records owns formal record disposition, Docs owns product and configured-system guidance, and Connectors owns MediaWiki or BlueSpice transport.",
+ body="Documentation books sit immediately beside the visible heading or contextual label for Wiki, "
+ "not among operational action buttons. Field help remains beside its label. "
+ "Wiki owns native knowledge-space and page identity, hierarchy, drafts, immutable revisions, comments, labels, typed references, redirects, and publication state. Files or DMS owns binary content, Records owns formal record disposition, Docs owns product and configured-system guidance, and Connectors owns MediaWiki or BlueSpice transport.",
layer="available",
documentation_types=("admin", "user"),
audience=("user", "operator", "module_admin", "product_owner"),
@@ -199,7 +201,10 @@ DOCUMENTATION = (
"de": {
"title": "Modulgrenze von Wiki",
"summary": "Gesteuerte Wissensbereiche mit hierarchischen Seiten, unveränderlichen Revisionen, Verweisen, Schlagwörtern, Kommentaren, Zugriff und Veröffentlichung.",
- "body": "Wiki verwaltet die Identität nativer Wissensbereiche und Seiten, Hierarchie, Entwürfe, unveränderliche Revisionen, Kommentare, Schlagwörter, typisierte Verweise, Weiterleitungen und Veröffentlichungsstatus. Files beziehungsweise DMS verwaltet Binärinhalte, Records die formale Aufbewahrung, Docs die Produkt- und Konfigurationsdokumentation und Connectors den Transport zu MediaWiki oder BlueSpice.",
+ "body": "Dokumentationsbücher stehen unmittelbar neben der sichtbaren Überschrift oder "
+ "Kontextbezeichnung für Wiki, nicht zwischen ausführbaren Aktionsschaltflächen. Feldhilfe "
+ "bleibt neben der Feldbezeichnung. "
+ "Wiki verwaltet die Identität nativer Wissensbereiche und Seiten, Hierarchie, Entwürfe, unveränderliche Revisionen, Kommentare, Schlagwörter, typisierte Verweise, Weiterleitungen und Veröffentlichungsstatus. Files beziehungsweise DMS verwaltet Binärinhalte, Records die formale Aufbewahrung, Docs die Produkt- und Konfigurationsdokumentation und Connectors den Transport zu MediaWiki oder BlueSpice.",
}
},
links=(
diff --git a/webui/src/features/wiki/WikiPage.tsx b/webui/src/features/wiki/WikiPage.tsx
index 6f70e10..469d0b7 100644
--- a/webui/src/features/wiki/WikiPage.tsx
+++ b/webui/src/features/wiki/WikiPage.tsx
@@ -146,7 +146,7 @@ export default function WikiPage({ settings, auth }: PlatformRouteContext) {
{record.summary}
{record.summary}