docs: rearrange menu (#1360)

This commit is contained in:
Angie Jones
2025-02-24 07:47:46 -06:00
committed by GitHub
parent a6d9ac7966
commit e75c54ff65

View File

@@ -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",
},
],
},