reshuffeled the page structure
Build and Deploy Documentation / build-and-deploy (push) Successful in 4s

This commit is contained in:
2026-06-05 10:00:00 +02:00
parent a824edf332
commit 14f7aa3083
2 changed files with 18 additions and 4 deletions
+7
View File
@@ -0,0 +1,7 @@
# Service and Portfolio
Here you can find a short description of all services provided by the
Controls section. If you are interested in who is responsible for which
service, look in the "Contacts and Support" part of this webpage.
+11 -4
View File
@@ -51,10 +51,17 @@ Copyright © 2026 Paul Scherrer Institut
# can be defined using TOML syntax.
#
# Read more: https://zensical.org/docs/setup/navigation/
# nav = [
# { "Get started" = "index.md" },
# { "Markdown in 5min" = "markdown.md" },
# ]
nav = [
{ "Home" = [
"index.md",
"UsefulLinks.md"
]},
{ "Services & Portfolio" = "ServicesPortfolio/index.md" },
{ "Knowledge Center" = "KnowledgeCenter/index.md" },
{ "Contacts & Support" = "ContactsSupport/index.md" },
{ "Controls Internal" = "ControlsInternal/index.md" },
]
# With the "extra_css" option you can add your own CSS styling to customize
# your Zensical project according to your needs. You can add any number of