added more navigation sections
All checks were successful
Build and Publish Site / docker (push) Successful in 2s

This commit is contained in:
2026-02-05 11:57:29 +01:00
parent 0de393a6e2
commit ff37f15d8f
5 changed files with 31 additions and 2 deletions

10
docs/explanation/index.md Normal file
View File

@@ -0,0 +1,10 @@
# EPICS Training at PSI
# Explanations
Here belongs all the explanations and overview topics that provide you with
a deeper understanding how EPICS is used at PSI.
There are two types of pages in this part:
* General EPICS expanations
* PSI specific topics

6
docs/reference/index.md Normal file
View File

@@ -0,0 +1,6 @@
# EPICS Training at PSI
# References
You will find here links to external and internal reference pages.
[Official EPICS documentation](https://docs.epics-controls.org/en/latest/)

4
docs/stepbystep/index.md Normal file
View File

@@ -0,0 +1,4 @@
# EPICS Training at PSI
# Step-by-Step Guides
Here you will find recipes to solve standard problems in a standard way.

5
docs/tutorials/index.md Normal file
View File

@@ -0,0 +1,5 @@
# EPICS Training at PSI
# Tutorials
Here belongs all the hands on material.
Check out test IOCs and build caQtDM planels

View File

@@ -34,12 +34,16 @@ Copyright © 2026 Paul Scherrer Institute
# 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.
# { "Official EPICS documentation" = "https://docs.epics-controls.org/en/latest/"}
#
# Read more: https://zensical.org/docs/setup/navigation/
nav = [
{ "Home" = "index.md" },
{ "Official EPICS documentation" = "https://docs.epics-controls.org/en/latest/"}
]
{ "Tutorials" = "tutorials/index.md"},
{ "Recipes and Guides" = "stepbystep/index.md"},
{ "References" = "reference/index.md"},
{ "Explanations" = "exlanations/index.md"},
]
# ----------------------------------------------------------------------------