From 5a874c416c72a05e17c8108f9acd7ce10e15951c Mon Sep 17 00:00:00 2001 From: Elke Zimoch Date: Thu, 5 Feb 2026 14:54:58 +0100 Subject: [PATCH] fixing problems --- zensical.toml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/zensical.toml b/zensical.toml index f1084c4..41d7f2c 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"}, +# ] # ----------------------------------------------------------------------------