This commit is contained in:
@@ -28,17 +28,6 @@ copyright = """
|
||||
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
|
||||
@@ -82,12 +71,6 @@ 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",
|
||||
|
||||
|
||||
Reference in New Issue
Block a user