From a4adc18290359d2c52ed7571873501771b122bd6 Mon Sep 17 00:00:00 2001 From: Adam Leskis Date: Wed, 6 Mar 2024 23:20:32 +0000 Subject: [PATCH] update base path for docs to edit --- theme.config.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/theme.config.tsx b/theme.config.tsx index f4e504d..dffb064 100644 --- a/theme.config.tsx +++ b/theme.config.tsx @@ -5,7 +5,10 @@ const config: DocsThemeConfig = { project: { link: "https://github.com/denepo/denepo.github.io", }, - docsRepositoryBase: "https://github.com/denepo/denepo.github.io", + docsRepositoryBase: "https://github.com/denepo/denepo.github.io/blob/main", + editLink: { + text: 'Edit this page on GitHub' + }, footer: { text: "You can save any page as a PDF by opening it, ctr-p, then opening the document instead of printing it.", },