fix(ui): align contextual documentation with headings

Verified with the coordinated workspace changes by devkit full run
2026-09-08T225814-186389-0000-3e3ed7cd (all seven phases passed).
This shared UI pass does not mark the individual module reviews complete.
This commit is contained in:
2026-09-09 02:03:40 +02:00
parent f8d3190b4c
commit 31e3899490
3 changed files with 9 additions and 5 deletions
@@ -48,7 +48,7 @@ class DistributionListsInterfaceDocumentationContractTests(unittest.TestCase):
def test_german_reference_documentation_is_complete(self) -> None:
topics = manifest.documentation
self.assertEqual(5, len(topics))
self.assertEqual(6, len(topics))
for topic in topics:
translation = topic.translations.get("de", {})
self.assertTrue(translation.get("title"), topic.id)