From 4331035a8d5482c4325a6f71eef74ad5d6d75ed4 Mon Sep 17 00:00:00 2001 From: Brian Johnson Date: Mon, 6 Mar 2023 17:49:41 -0500 Subject: [PATCH] Hides edit buttons. --- docusaurus.config.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index 2a89d9d..90d4fcc 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -41,16 +41,16 @@ const config = { sidebarPath: require.resolve('./sidebars.js'), // 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/', + // editUrl: + // 'https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/', }, - blog: { +/* blog: { showReadingTime: true, // 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/', - }, + }, */ theme: { customCss: require.resolve('./src/css/custom.css'), },