From 172fa4b6b87a41cc79a231caaac329d479080f43 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9e=20Floure?= Date: Mon, 19 Feb 2024 10:58:31 +0100 Subject: [PATCH] [sidebar] reformat quick reference links, fix contrib URL --- src/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/conf.py b/src/conf.py index bae81b81..246f190c 100644 --- a/src/conf.py +++ b/src/conf.py @@ -122,8 +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/', + 'quick reference (latest)': 'https://www.cdi.st/manual/latest/cdist-reference.html', + 'quick reference (contrib)': 'https://www.cdi.st/manual/contrib/', }, 'show_powered_by': 'false', 'sidebar_width' : '300px',