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 5ddcd62 commit cdb314fCopy full SHA for cdb314f
website/docusaurus.config.js
@@ -46,13 +46,7 @@ const config = {
46
'classic',
47
/** @type {import('@docusaurus/preset-classic').Options} */
48
({
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
- },
+ docs: false,
56
blog: {
57
showReadingTime: true,
58
feedOptions: {
0 commit comments