From 268fa9f96d53319da47d99460bc7573b3d6df58d Mon Sep 17 00:00:00 2001 From: Lyssa Date: Tue, 30 Dec 2025 13:10:41 +0400 Subject: Change up troubleshoot page more + disable "Edit This Page" --- docusaurus.config.js | 8 -------- 1 file changed, 8 deletions(-) (limited to 'docusaurus.config.js') diff --git a/docusaurus.config.js b/docusaurus.config.js index b442fec..3fbe207 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -43,10 +43,6 @@ const config = { docs: { routeBasePath: '/', // Serve the docs at the site's root sidebarPath: './sidebars.js', - // Please change this to your repo. - // Remove this to remove the "edit this page" links. - editUrl: - 'https://github.com/massgravel/massgrave.dev/tree/main/', }, blog: { showReadingTime: true, @@ -54,10 +50,6 @@ const config = { type: ['rss', 'atom'], xslt: true, }, - // Please change this to your repo. - // Remove this to remove the "edit this page" links. - editUrl: - 'https://github.com/massgravel/massgrave.dev/tree/main/', // Useful options to enforce blogging best practices onInlineTags: 'warn', onInlineAuthors: 'warn', -- cgit v1.2.3