From f6e34bad48192c1f1860d82f2b7f0d3970211d7f Mon Sep 17 00:00:00 2001 From: Elke Zimoch Date: Mon, 1 Jun 2026 13:57:58 +0200 Subject: [PATCH] cleanup --- zensical.toml | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/zensical.toml b/zensical.toml index 3cb5fcc9..b22dbd30 100644 --- a/zensical.toml +++ b/zensical.toml @@ -3,15 +3,14 @@ # The configuration produced by default is meant to highlight the features # that Zensical provides and to serve as a starting point for your own # projects. +# Read more: https://zensical.org/docs/setup/basics # # ============================================================================ [project] repo_url = "https://gitea.psi.ch/controls" -#edit_uri = "_edit/main/docs/" -edit_uri = "_edit/master/" -#docs_dir = "epics" +edit_uri = "_edit/master/docs/" #extra_javascript = [ # "javascripts/mathjax.js", @@ -20,13 +19,11 @@ edit_uri = "_edit/master/" # The site_name is shown in the page header and the browser window title # -# Read more: https://zensical.org/docs/setup/basics/#site_name site_name = "Controls Documentation" # The site_description is included in the HTML head and should contain a # meaningful description of the site content for use by search engines. # -# Read more: https://zensical.org/docs/setup/basics/#site_description site_description = """ This is the collection of related documentation by the Control System team of the Center for Accelerator Science (CAS). @@ -34,14 +31,11 @@ team of the Center for Accelerator Science (CAS). # The site_author attribute. This is used in the HTML head element. # -# Read more: https://zensical.org/docs/setup/basics/#site_author site_author = "Paul Scherrer Institute" # The site_url is the canonical URL for your site. When building online # documentation you should set this. -# Read more: https://zensical.org/docs/setup/basics/#site_url -#site_url = "https://controls.pages.psi.ch/" -site_url = "https://controls.pages.psi.ch/gitea-pages/" +site_url = "https://controls.pages.psi.ch/" # The copyright notice appears in the page footer and can contain an HTML # fragment.