Skip to content

Commit

Permalink
Docs: Enable editing (#682)
Browse files Browse the repository at this point in the history
  • Loading branch information
robertjdominguez authored Oct 7, 2024
1 parent 635bfda commit e7ccbbc
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -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: {
Expand Down

0 comments on commit e7ccbbc

Please sign in to comment.