From e7ccbbc20f258316e6b83f929f6bb7b06fb568c6 Mon Sep 17 00:00:00 2001 From: Rob Dominguez Date: Mon, 7 Oct 2024 07:45:24 -0500 Subject: [PATCH] Docs: Enable editing (#682) --- docusaurus.config.ts | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/docusaurus.config.ts b/docusaurus.config.ts index 5203d248d..e8524a9ef 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -62,7 +62,7 @@ const config: Config = { { docs: { routeBasePath: '/', - // editUrl: ({ docPath }) => `https://github.com/hasura/graphql-engine/edit/master/docs/docs/${docPath}`, + editUrl: ({ docPath }) => `https://github.com/hasura/ddn-docs/edit/main/docs/${docPath}`, breadcrumbs: true, // showLastUpdateAuthor: true, // showLastUpdateTime: true, @@ -75,11 +75,6 @@ const config: Config = { }, sidebarCollapsible: true, 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/', }, blog: false, googleTagManager: {