From 0de393a6e25f0087d19e287f52ea02033d9b32bc Mon Sep 17 00:00:00 2001 From: Elke Zimoch Date: Thu, 5 Feb 2026 11:24:49 +0100 Subject: [PATCH] Try to understand --- docs/index.md | 2 +- zensical.toml | 8 +++++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/docs/index.md b/docs/index.md index 5910c2a..d8900c8 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,7 +1,7 @@ # EPICS Training at PSI -Here I am +Here I am again This page is the starting page to enable you to navigate the different sections of EPICS Training content. diff --git a/zensical.toml b/zensical.toml index db25fc8..4d1d44c 100644 --- a/zensical.toml +++ b/zensical.toml @@ -84,12 +84,18 @@ features = [ # at the same time when the user chooses their language in one. "content.tabs.link", + # When tabs are enabled, top-level sections are rendered in a menu layer + # below the header + # When sticky tabs are enabled, navigation tabs will lock below the header + # and always remain visible when scrolling down. + "navigation.tabs", + "navigation.tabs.sticky", "content.tooltips", # This feature turns on navigation elements in the footer that allow the # user to navigate to a next or previous page. - "navigation.footer", + # "navigation.footer", # When section index pages are enabled, documents can be directly attached # to sections, which is particularly useful for providing overview pages.