From cf42a3bef2ab3d033ea10c0a4e5b35611849b8a1 Mon Sep 17 00:00:00 2001 From: LE MONIES DE SAGAZAN Mayeul Date: Mon, 3 Jun 2024 10:56:30 +0200 Subject: [PATCH] docs: add edit link --- docs/astro.config.mjs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/astro.config.mjs b/docs/astro.config.mjs index 9738f1e..96b1ddf 100644 --- a/docs/astro.config.mjs +++ b/docs/astro.config.mjs @@ -12,6 +12,9 @@ export default defineConfig({ social: { github: 'https://github.com/galadrimteam/adomin', }, + editLink: { + baseUrl: 'https://github.com/galadrimteam/adomin/edit/main/docs/', + }, sidebar: [ { label: 'Guides',