From dea05edf2ba32c7b2f90a6156a30a2a05f1d437f Mon Sep 17 00:00:00 2001 From: Ankit Prajapati Date: Tue, 2 Jul 2024 10:55:52 +0530 Subject: [PATCH] feat(config): removed edit this page link --- documentation/docusaurus.config.ts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/documentation/docusaurus.config.ts b/documentation/docusaurus.config.ts index 965c7ad..c218942 100644 --- a/documentation/docusaurus.config.ts +++ b/documentation/docusaurus.config.ts @@ -38,9 +38,7 @@ const config: Config = { docs: { sidebarPath: './sidebars.ts', // Please change this to your repo. - // Remove this to remove the "edit this page" links. - editUrl: - 'https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/', + // Remove this to remove the "edit this page" links. }, theme: {