From f0411a74e695d24d5e5b8b97298d5d7773d1a0f1 Mon Sep 17 00:00:00 2001 From: Alexander Zeidler Date: Fri, 24 Nov 2023 18:43:42 +0100 Subject: [PATCH] docs: add "Wiki" to sidebar Signed-off-by: Alexander Zeidler --- docs/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/conf.py b/docs/conf.py index 98254789..965306bf 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -204,6 +204,7 @@ html_theme_options = { 'API Viewer' : 'api-viewer/index.html', 'Prune Simulator' : 'prune-simulator/index.html', 'LTO Barcode Generator' : 'lto-barcode/index.html', + 'Wiki' : 'https://pbs.proxmox.com' }, 'sidebar_width': '320px',