From fefaeeff4ea55ab4813564e726a5c2940b697963 Mon Sep 17 00:00:00 2001 From: francav Date: Fri, 31 May 2024 08:55:57 +0100 Subject: [PATCH] fixing github url --- apps/react/docs/docusaurus.config.ts | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/apps/react/docs/docusaurus.config.ts b/apps/react/docs/docusaurus.config.ts index e5769139..82a54712 100644 --- a/apps/react/docs/docusaurus.config.ts +++ b/apps/react/docs/docusaurus.config.ts @@ -31,13 +31,7 @@ const config: Config = { docs: { sidebarPath: require.resolve("./sidebars.js"), breadcrumbs: false, - editUrl: "https://github.com/wkspower/wks-platform-website/tree/main", - }, - blog: { - showReadingTime: false, - // Please change this to your repo. - // Remove this to remove the "edit this page" links. - editUrl: "https://github.com/wkspower/wks-platform-website/tree/main", + editUrl: "https://github.com/wkspower/wks-platform/tree/develop/apps/react/docs/", }, theme: { customCss: "./src/css/custom.css",