mirror of
https://github.com/aljazceru/goose.git
synced 2025-12-18 14:44:21 +01:00
docs: rearrange menu (#1360)
This commit is contained in:
@@ -116,26 +116,32 @@ const config: Config = {
|
|||||||
label: "Quickstart",
|
label: "Quickstart",
|
||||||
position: "left",
|
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/",
|
to: "https://block.github.io/goose/v1/extensions/",
|
||||||
label: "Extensions",
|
label: "Extensions",
|
||||||
position: "left",
|
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",
|
href: "https://discord.gg/block-opensource",
|
||||||
label: "Discord",
|
label: "Discord",
|
||||||
position: "left",
|
position: "right",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
href: "https://github.com/block/goose",
|
href: "https://github.com/block/goose",
|
||||||
label: "GitHub",
|
label: "GitHub",
|
||||||
position: "left",
|
position: "right",
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user