diff --git a/packages/website/docusaurus.config.js b/packages/website/docusaurus.config.js index 44821b73..0862d27b 100644 --- a/packages/website/docusaurus.config.js +++ b/packages/website/docusaurus.config.js @@ -95,15 +95,6 @@ const config = { footer: { style: "dark", links: [ - { - title: "Blog", - items: [ - { - label: "Overview", - to: "/docs/Language", - }, - ], - }, { title: "More", items: [ diff --git a/packages/website/sidebars.js b/packages/website/sidebars.js index cbfa1a5f..3e6fcb7d 100644 --- a/packages/website/sidebars.js +++ b/packages/website/sidebars.js @@ -16,36 +16,36 @@ const sidebars = { // By default, Docusaurus generates a sidebar from the docs folder structure tutorialSidebar: [ { - type: 'doc', - id: 'Introduction', - label: 'Introduction' + type: "doc", + id: "Introduction", + label: "Introduction", }, { - type: 'doc', - id: 'Playground', - label: 'Playground' + type: "doc", + id: "Playground", + label: "Playground", }, { - type: 'category', - label: 'Features', + type: "category", + label: "Features", items: [ { - type: 'autogenerated', - dirName: 'Features' - } - ] - }, - { - type: 'category', - label: 'Discussions', - items: [ - { - type: 'autogenerated', - dirName: 'Discussions', + type: "autogenerated", + dirName: "Features", }, - ] - } - ] + ], + }, + { + type: "category", + label: "Discussions", + items: [ + { + type: "autogenerated", + dirName: "Discussions", + }, + ], + }, + ], // But you can create a sidebar manually /*