Generic user_bottom wiki block

This commit is contained in:
2026-05-20 16:02:26 +02:00
parent 3feea8df81
commit 4c8faf40ec
5 changed files with 49 additions and 32 deletions
+1 -1
View File
@@ -246,7 +246,7 @@ func loadWikiManualSections(p *project.Project) []wikiManualSection {
switch section.ID {
case "user_top":
section.Alias = "UserTopSection"
case "notes":
case "user_bottom":
section.Alias = "UserBottomSection"
}
}