From e75c54ff65bbf34bceb914b833a961348171a340 Mon Sep 17 00:00:00 2001 From: Angie Jones Date: Mon, 24 Feb 2025 07:47:46 -0600 Subject: [PATCH] docs: rearrange menu (#1360) --- documentation/docusaurus.config.ts | 22 ++++++++++++++-------- 1 file changed, 14 insertions(+), 8 deletions(-) diff --git a/documentation/docusaurus.config.ts b/documentation/docusaurus.config.ts index 42bbc001..cc438f9d 100644 --- a/documentation/docusaurus.config.ts +++ b/documentation/docusaurus.config.ts @@ -116,26 +116,32 @@ const config: Config = { label: "Quickstart", position: "left", }, - { - to: "/docs/category/getting-started", - position: "left", - label: "Docs", - }, - { to: "/blog", label: "Blog", position: "left" }, { to: "https://block.github.io/goose/v1/extensions/", label: "Extensions", position: "left", }, + { + to: "/docs/category/getting-started", + position: "left", + label: "Docs", + }, + { + to: "/docs/category/tutorials", + position: "left", + label: "Tutorials", + }, + { to: "/blog", label: "Blog", position: "left" }, + { href: "https://discord.gg/block-opensource", label: "Discord", - position: "left", + position: "right", }, { href: "https://github.com/block/goose", label: "GitHub", - position: "left", + position: "right", }, ], },