From 9d6de3bb0403d701e0a209d08fc571df86577757 Mon Sep 17 00:00:00 2001 From: Anthony Berg Date: Fri, 23 Jun 2023 16:40:22 +0100 Subject: [PATCH] feat(theme): add docs github directory --- src/theme.config.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/theme.config.tsx b/src/theme.config.tsx index e9d6af1..0085d4d 100644 --- a/src/theme.config.tsx +++ b/src/theme.config.tsx @@ -1,6 +1,7 @@ export default { logo: Flight Sim on Linux, project: { - link: 'https://github.com/smyalygames/flightsim-on-linux' - } + link: 'https://github.com/smyalygames/flightsim-on-linux', + }, + docsRepositoryBase: 'https://github.com/smyalygames/flightsim-on-linux/blob/main', }