searching for navigation tabs
Build and Deploy Documentation / build-and-deploy (push) Successful in 3s

This commit is contained in:
2026-06-01 14:37:29 +02:00
parent f6e34bad48
commit 3e2e6b17e0
2 changed files with 3 additions and 30 deletions
+1 -25
View File
@@ -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:
+2 -5
View File
@@ -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.