From 3e2e6b17e0fab39b81a95c18de336ca1aefee37b Mon Sep 17 00:00:00 2001 From: Elke Zimoch Date: Mon, 1 Jun 2026 14:37:29 +0200 Subject: [PATCH] searching for navigation tabs --- index.md | 26 +------------------------- zensical.toml | 7 ++----- 2 files changed, 3 insertions(+), 30 deletions(-) diff --git a/index.md b/index.md index 986e6eaa..963cbd5d 100644 --- a/index.md +++ b/index.md @@ -1,26 +1,2 @@ -# Overview +# This file should not be displayed. Check GITEA workflow. -This is the collection of Control Systems related documentation. - -## Communication - -In first order, contact your associated Controls Expert for inquiries. - -## Issues / Tickets / Tasks - -- For __General User Issues:__ please reach out to the [PSI Customer Self Service Portal (CSS/SNow)](https://css.psi.ch) -- For __Integration & Support for Photon Science__ (Beamlines / Endstations) - report: [Task](https://psich.atlassian.net/secure/CreateIssue.jspa?issuetype=10013&pid=10047) | [Bug](https://psich.atlassian.net/secure/CreateIssue.jspa?issuetype=10011&pid=10047) to Jira. -- For __Integration & Support for Large Research Facilities__ (Machine Part) - report: [Task](https://psich.atlassian.net/secure/CreateIssue.jspa?issuetype=10013&pid=10051) | [Bug](https://psich.atlassian.net/secure/CreateIssue.jspa?issuetype=10011&pid=10051) to Jira. -- For __Controls supported Infrastructure__ issues (3nd level) - report: [CTRLIT Task](https://psich.atlassian.net/secure/CreateIssue.jspa?issuetype=10013&pid=10157) | [CTRLIT Bug](https://psich.atlassian.net/secure/CreateIssue.jspa?issuetype=10011&pid=10157) to Jira. - -## Documentation / Knowledgebase -### Machine -[AcceleratorWiki](https://ac-wiki.psi.ch) - -### Linux -Check out the resources on [linux.psi.ch](https://linux.psi.ch) for PSI specific Linux documentation. -AWI Linux Core Group Documentation: [linux.psi.ch](https://linux.psi.ch) - -### Testfield -:octicons-cpu-24: -:octicons-bug-16: \ No newline at end of file diff --git a/zensical.toml b/zensical.toml index b22dbd30..f1bfbe6d 100644 --- a/zensical.toml +++ b/zensical.toml @@ -40,7 +40,6 @@ site_url = "https://controls.pages.psi.ch/" # The copyright notice appears in the page footer and can contain an HTML # fragment. # -# Read more: https://zensical.org/docs/setup/basics/#copyright copyright = """ Copyright © 2026 Paul Scherrer Institut """ @@ -80,8 +79,6 @@ Copyright © 2026 Paul Scherrer Institut # ---------------------------------------------------------------------------- [project.theme] -# change this to "classic" to use the traditional Material for MkDocs look. -#variant = "classic" # Zensical allows you to override specific blocks, partials, or whole # templates as well as to define your own templates. To do this, uncomment @@ -222,12 +219,12 @@ features = [ # When tabs are enabled, top-level sections are rendered in a menu layer # below the header for viewports above 1220px, but remain as-is on mobile. # https://zensical.org/docs/setup/navigation/#navigation-tabs - #"navigation.tabs", + "navigation.tabs", # When sticky tabs are enabled, navigation tabs will lock below the header # and always remain visible when scrolling down. # https://zensical.org/docs/setup/navigation/#sticky-navigation-tabs - #"navigation.tabs.sticky", + "navigation.tabs.sticky", # A back-to-top button can be shown when the user, after scrolling down, # starts to scroll up again.