diff --git a/docs/index.md b/docs/index.md index a39d481..95ffd36 100644 --- a/docs/index.md +++ b/docs/index.md @@ -8,11 +8,11 @@ This page is the starting page to enable you to navigate the different sections You will find -- Anouncements of presentations and on-site trainings +- [Anouncements](anouncements.md) of presentations and on-site trainings - [Tutorials](tutorials/index.md) that allow you to learn at your own pace - [Guides](stepbystep/index.md) with step-by-step reciepes to solve your problems yourself - [Reference guides](reference/index.md) and links to further documentation of drivers -- [Explanations](explanations/index.md) about concepts and setups to allow you a in-depth understanding +- [Explanations](explanation/index.md) about concepts and setups to allow you a in-depth understanding All provided material is optimised for the PSI setup of EPICS. If you are looking for more general documentation, diff --git a/zensical.toml b/zensical.toml index f1084c4..9b2853e 100644 --- a/zensical.toml +++ b/zensical.toml @@ -38,14 +38,25 @@ Copyright © 2026 Paul Scherrer Institute # # Read more: https://zensical.org/docs/setup/navigation/ nav = [ - { "Home" = "index.md" }, + { "Home" = [ + "index.md", + "anouncements.md" + ]}, { "Tutorials" = [ "tutorials/index.md", "tutorials/cooler_simulation.md" ]}, - { "Recipes and Guides" = "stepbystep/index.md"}, - { "References" = "reference/index.md"}, - { "Explanations" = "explanation/index.md"}, + { "Recipes and Guides" [ + "stepbystep/index.md" + ]}, + { "References" = [ + "reference/index.md", + "https://docs.epics-controls.org/projects/base/en/latest/ComponentReference.html#ioc-component-reference", + "https://caqtdm.github.io/documentation.html" + ]}, + { "Explanations" [ + "explanation/index.md" + ]}, ]