Try to understand
All checks were successful
Build and Publish Site / docker (push) Successful in 3s
All checks were successful
Build and Publish Site / docker (push) Successful in 3s
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
# ----------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user