@@ -4,7 +4,7 @@ site_description = "Standard operation procedures, architectural overviews, and
44site_author = " Open Targets Team"
55site_url = " https://opentargets.github.io/technical-knowledge-base/"
66copyright = " Copyright 2014-2026 EMBL - European Bioinformatics Institute, Genentech, GSK, MSD, Pfizer, Sanofi and Wellcome Sanger Institute"
7- repo_url = " https://github.com/opentargets/technical-knowledge-base "
7+ repo_url = " https://github.com/opentargets"
88
99# Zensical supports both implicit navigation and explicitly defined navigation.
1010# If you decide not to define a navigation here then Zensical will simply
@@ -26,7 +26,7 @@ repo_url = "https://github.com/opentargets/technical-knowledge-base"
2626#
2727# Read more: https://zensical.org/docs/customization/#additional-css
2828#
29- # extra_css = ["stylesheets/extra.css"]
29+ extra_css = [" stylesheets/extra.css" ]
3030
3131# With the `extra_javascript` option you can add your own JavaScript to your
3232# project to customize the behavior according to your needs.
@@ -255,7 +255,7 @@ logo = "assets/logo.svg"
255255# - https://zensical.org/docs/setup/colors/
256256# ----------------------------------------------------------------------------
257257[[project .theme .palette ]]
258- scheme = " default "
258+ scheme = " ot "
259259toggle.icon = " lucide/sun"
260260toggle.name = " Switch to dark mode"
261261
@@ -264,6 +264,11 @@ scheme = "slate"
264264toggle.icon = " lucide/moon"
265265toggle.name = " Switch to light mode"
266266
267+ [[project .theme .palette ]]
268+ scheme = " ot"
269+ toggle.icon = " lucide/sun"
270+ toggle.name = " Switch to dark mode"
271+
267272# ----------------------------------------------------------------------------
268273# The "extra" section contains miscellaneous settings.
269274# ----------------------------------------------------------------------------
0 commit comments