From 607e0b4bc0eabacabf0f3f503d356edc95205513 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9e=20Floure?= Date: Mon, 19 Feb 2024 10:26:45 +0100 Subject: [PATCH] [sidebar] add links to core and contrib references --- src/conf.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/conf.py b/src/conf.py index 9eef3878..330495db 100644 --- a/src/conf.py +++ b/src/conf.py @@ -122,6 +122,8 @@ html_theme_options = { 'extra_nav_links': { 'source code repository': 'https://code.ungleich.ch/ungleich-public/cdist/', 'ungleich homepage': 'https://ungleich.ch', + 'Reference (latest)': 'https://www.cdi.st/manual/latest/cdist-reference.html', + 'Reference (contrib)': 'https://contrib.cdi.st/', }, 'show_powered_by': 'false', 'sidebar_width' : '300px',