diff --git a/docs/index.md b/docs/index.md index d94c962..5910c2a 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,6 +1,9 @@ # EPICS Training at PSI +Here I am + + This page is the starting page to enable you to navigate the different sections of EPICS Training content. You will find diff --git a/zensical.toml b/zensical.toml index 97038ec..db25fc8 100644 --- a/zensical.toml +++ b/zensical.toml @@ -29,6 +29,19 @@ Copyright © 2026 Paul Scherrer Institute """ +# Zensical supports both implicit navigation and explicitly defined navigation. +# If you decide not to define a navigation here then Zensical will simply +# derive the navigation structure from the directory structure of your +# docs_dir. The definition below demonstrates how a navigation structure +# can be defined using TOML syntax. +# +# Read more: https://zensical.org/docs/setup/navigation/ + nav = [ + { "Home" = "index.md" }, + { "Official EPICS documentation" = "https://docs.epics-controls.org/en/latest/"} + ] + + # ---------------------------------------------------------------------------- # Section for configuring theme options # ----------------------------------------------------------------------------