Skip to content

Commit

Permalink
Hides edit buttons.
Browse files Browse the repository at this point in the history
  • Loading branch information
brianjo committed Mar 6, 2023
1 parent 620ea56 commit 4331035
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'),
},
Expand Down

0 comments on commit 4331035

Please sign in to comment.