diff --git a/docs/index.md b/docs/index.md index c670e46..ce1b61e 100644 --- a/docs/index.md +++ b/docs/index.md @@ -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 diff --git a/zensical.toml b/zensical.toml index 41d7f2c..f1084c4 100644 --- a/zensical.toml +++ b/zensical.toml @@ -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"}, + ] # ----------------------------------------------------------------------------