From ebed0c050d61366dc81aea41e75bbbf86bde0963 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sascha=20I=C3=9Fbr=C3=BCcker?= Date: Wed, 25 Sep 2024 17:34:19 +0200 Subject: [PATCH] Add edit link to docs pages --- docs/astro.config.mjs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/astro.config.mjs b/docs/astro.config.mjs index e685a80..0c27154 100644 --- a/docs/astro.config.mjs +++ b/docs/astro.config.mjs @@ -45,6 +45,9 @@ export default defineConfig({ customCss: [ './src/styles/custom.css', ], + editLink: { + baseUrl: 'https://github.com/sissbruecker/linkding/edit/master/docs/', + }, }), ], });