From a1bef7089dc037146c27ab7090a97ce622a1772f Mon Sep 17 00:00:00 2001 From: Christophe Siraut Date: Fri, 8 Dec 2017 15:27:01 +0100 Subject: [PATCH] =?UTF-8?q?conf:=20ajout=20de=20liens=20vers=20les=20pages?= =?UTF-8?q?=20d'index=C3=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- conf.py | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/conf.py b/conf.py index 04af6cb..213c6dd 100644 --- a/conf.py +++ b/conf.py @@ -128,8 +128,13 @@ html_theme = 'alabaster' html_sidebars = {'**': ['navigation.html', 'searchbox.html']} html_theme_options = { 'extra_nav_links': { - "← Guide de l'administrateur technique": - "https://doc-publik.entrouvert.com/tech/"} + "Guide de déploiement": + "https://doc.entrouvert.org/publik-infra/", + "Guide de l'administrateur technique": + "https://doc-publik.entrouvert.com/tech/", + "☜ Accueil": + "https://doc-publik.entrouvert.com/", + } } # Theme options are theme-specific and customize the look and feel of a theme