mirror of
https://github.com/aljazceru/goose.git
synced 2025-12-17 22:24:21 +01:00
docs: rearrange menu (#1360)
This commit is contained in:
@@ -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",
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user