fixing problems
All checks were successful
Build and Publish Site / docker (push) Successful in 2s

This commit is contained in:
2026-02-05 14:57:19 +01:00
parent 5a874c416c
commit 82fad674a9
2 changed files with 11 additions and 11 deletions

View File

@@ -9,7 +9,7 @@ This page is the starting page to enable you to navigate the different sections
You will find
- Anouncements of presentations and on-site trainings
- Tutorials that allow you to learn at your own pace
- [Tutorials](tutorials/index.md) that allow you to learn at your own pace
- Guides with step-by-step reciepes to solve your problems yourself
- Reference guides and links to further documentation of drivers
- Explanations about concepts and setups to allow you a in-depth understanding

View File

@@ -37,16 +37,16 @@ Copyright © 2026 Paul Scherrer Institute
# { "Official EPICS documentation" = "https://docs.epics-controls.org/en/latest/"}
#
# Read more: https://zensical.org/docs/setup/navigation/
# nav = [
# { "Home" = "index.md" },
# { "Tutorials" = [
# "tutorials/index.md",
# "tutorials/cooler_simulation.md"
# ]},
# { "Recipes and Guides" = "stepbystep/index.md"},
# { "References" = "reference/index.md"},
# { "Explanations" = "explanation/index.md"},
# ]
nav = [
{ "Home" = "index.md" },
{ "Tutorials" = [
"tutorials/index.md",
"tutorials/cooler_simulation.md"
]},
{ "Recipes and Guides" = "stepbystep/index.md"},
{ "References" = "reference/index.md"},
{ "Explanations" = "explanation/index.md"},
]
# ----------------------------------------------------------------------------