Skip to content

Commit 9329304

Browse files
authored
chore: hidden blog (#998)
1 parent c363f8b commit 9329304

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

docusaurus.config.ts

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -93,13 +93,7 @@ const config: Config = {
9393
return `https://github.com/datafuselabs/databend-docs/tree/main/docs/${site}/guides/${docPath}`;
9494
},
9595
},
96-
blog: {
97-
showReadingTime: true,
98-
// Please change this to your repo.
99-
// Remove this to remove the "edit this page" links.
100-
editUrl:
101-
'https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/',
102-
},
96+
blog: false,
10397
theme: {
10498
customCss: './src/css/custom.scss',
10599
},

0 commit comments

Comments
 (0)