diff --git a/docs/docusaurus.config.ts b/docs/docusaurus.config.ts index e7ab8bbe60a..d2f0f04f9c4 100644 --- a/docs/docusaurus.config.ts +++ b/docs/docusaurus.config.ts @@ -111,6 +111,12 @@ const config: Config = { position: "left", label: "Documentation", }, + { + type: "docSidebar", + sidebarId: "notebookSidebar", + position: "left", + label: "Cookbooks", + }, { position: "left", label: "Reference", @@ -135,12 +141,6 @@ const config: Config = { // }, ] }, - { - type: "docSidebar", - sidebarId: "notebookSidebar", - position: "left", - label: "Cookbooks", - }, { position: "left", label: "Open Source",