Try to understand
All checks were successful
Build and Publish Site / docker (push) Successful in 3s

This commit is contained in:
2026-02-05 11:22:40 +01:00
parent 6a4f70e3bc
commit 109bf47b54
2 changed files with 16 additions and 0 deletions

View File

@@ -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

View File

@@ -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
# ----------------------------------------------------------------------------