Skip to content

Commit cdb314f

Browse files
docusaurus config correction
1 parent 5ddcd62 commit cdb314f

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

website/docusaurus.config.js

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,7 @@ const config = {
4646
'classic',
4747
/** @type {import('@docusaurus/preset-classic').Options} */
4848
({
49-
docs: {
50-
sidebarPath: './sidebars.js',
51-
// Please change this to your repo.
52-
// Remove this to remove the "edit this page" links.
53-
editUrl:
54-
'https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/',
55-
},
49+
docs: false,
5650
blog: {
5751
showReadingTime: true,
5852
feedOptions: {

0 commit comments

Comments
 (0)