From 161e7f6799a1e21599e297588f9273131a3701df Mon Sep 17 00:00:00 2001 From: Nick Slowinski Date: Sat, 8 Jul 2023 23:54:19 +0200 Subject: [PATCH] Add edit button --- source/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/source/conf.py b/source/conf.py index b710aae..22da1e1 100644 --- a/source/conf.py +++ b/source/conf.py @@ -32,4 +32,5 @@ gettext_compact = False # optional. html_theme_options = { "announcement": "Diese Dokumentation befindet sich noch im Aufbau und wird nach für nach vervollständigt.", + "source_edit_link": "https://forge.nick-slowinski.de/nick-slowinski.de/docs/_edit/main/source/{filename}", } \ No newline at end of file