From c2d19a37deca95e3d418efa66b13baa2f6961b77 Mon Sep 17 00:00:00 2001 From: Kaszanas <34846245+Kaszanas@users.noreply.github.com> Date: Mon, 16 Sep 2024 15:22:44 +0200 Subject: [PATCH 1/2] Changed docsRepositoryBase to documentation repo --- theme.config.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme.config.tsx b/theme.config.tsx index 2c8ffd6..3de4b13 100644 --- a/theme.config.tsx +++ b/theme.config.tsx @@ -66,7 +66,7 @@ const themeConfig: DocsThemeConfig = { chat: { link: "https://discord.postiz.com", }, - docsRepositoryBase: "https://github.com/gitroomhq/postiz-app", + docsRepositoryBase: "https://github.com/gitroomhq/postiz-docs", footer: { text: "Gitroom Limited. All rights reserved.", }, From e366ec0fad3f75c2fb448037899a626f2be1e047 Mon Sep 17 00:00:00 2001 From: Kaszanas <34846245+Kaszanas@users.noreply.github.com> Date: Mon, 16 Sep 2024 23:16:04 +0200 Subject: [PATCH 2/2] Added blob/main to the url Based on information provided by @jamesread here: https://github.com/gitroomhq/postiz-docs/pull/1#issuecomment-2354040712 --- theme.config.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme.config.tsx b/theme.config.tsx index 3de4b13..011b6cb 100644 --- a/theme.config.tsx +++ b/theme.config.tsx @@ -66,7 +66,7 @@ const themeConfig: DocsThemeConfig = { chat: { link: "https://discord.postiz.com", }, - docsRepositoryBase: "https://github.com/gitroomhq/postiz-docs", + docsRepositoryBase: "https://github.com/gitroomhq/postiz-docs/blob/main", footer: { text: "Gitroom Limited. All rights reserved.", },