diff --git a/images/EPICS_black_blue_logo_rgb_small_v03.jpg b/docs/images/EPICS_black_blue_logo_rgb_small_v03.jpg similarity index 100% rename from images/EPICS_black_blue_logo_rgb_small_v03.jpg rename to docs/images/EPICS_black_blue_logo_rgb_small_v03.jpg diff --git a/docs/images/EPICS_new.PNG b/docs/images/EPICS_new.PNG new file mode 100755 index 0000000..823620c Binary files /dev/null and b/docs/images/EPICS_new.PNG differ diff --git a/zensical.toml b/zensical.toml index 16de4cc..0821bf5 100644 --- a/zensical.toml +++ b/zensical.toml @@ -28,6 +28,18 @@ 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 # ---------------------------------------------------------------------------- @@ -40,13 +52,13 @@ language = "en" # of the documentation site. features = [ # Zensical includes an announcement bar. This feature allows users to - # dismiss it then they have read the announcement. + # dismiss it when they have read the announcement. "announce.dismiss", # If you have a repository configured and turn feature this on, Zensical # will generate an edit button for the page. This works for common # repository hosting services. - "content.action.edit", + # "content.action.edit", # Code annotations allow you to add an icon with a tooltip to your # code blocks to provide explanations at crucial points. @@ -70,6 +82,13 @@ 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 @@ -129,6 +148,6 @@ toggle.icon = "lucide/moon" toggle.name = "Switch to light mode" [project.theme.icon] -logo = "simple/gitea" -#logo = "images/EPICS_black_blue_logo_rgb_small_v03.jpg" +#logo = "simple/gitea" +logo = "images/EPICS_new.PNG" repo = "simple/gitea"