From 82fad674a9a6a1699a122d28041fe791e562ed2e Mon Sep 17 00:00:00 2001 From: Elke Zimoch Date: Thu, 5 Feb 2026 14:57:19 +0100 Subject: [PATCH] fixing problems --- docs/index.md | 2 +- zensical.toml | 20 ++++++++++---------- 2 files changed, 11 insertions(+), 11 deletions(-) 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"}, + ] # ----------------------------------------------------------------------------