We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c363f8b commit 9329304Copy full SHA for 9329304
docusaurus.config.ts
@@ -93,13 +93,7 @@ const config: Config = {
93
return `https://github.com/datafuselabs/databend-docs/tree/main/docs/${site}/guides/${docPath}`;
94
},
95
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
- },
+ blog: false,
103
theme: {
104
customCss: './src/css/custom.scss',
105
0 commit comments