From 343f0f1c7a70d92eff76f11103931731a9734ec1 Mon Sep 17 00:00:00 2001 From: Sylvie Date: Mon, 4 Dec 2023 15:42:56 -0700 Subject: [PATCH] docs: added edit link --- docs/.vitepress/config.ts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/.vitepress/config.ts b/docs/.vitepress/config.ts index 9b64c9f..787c961 100644 --- a/docs/.vitepress/config.ts +++ b/docs/.vitepress/config.ts @@ -71,6 +71,11 @@ export default defineConfig({ } ], + editLink: { + pattern: `https://github.com/tycrek/ass/edit/${GIT_BRANCH}/docs/:path`, + text: 'Edit this page on GitHub', + }, + footer: { message: 'Released under the ISC License.', copyright: 'Copyright © 2023 tycrek & ass contributors',