Skip to content

Commit

Permalink
docs: rearrange menu (#1360)
Browse files Browse the repository at this point in the history
  • Loading branch information
angiejones authored Feb 24, 2025
1 parent a6d9ac7 commit e75c54f
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions documentation/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -116,26 +116,32 @@ const config: Config = {
label: "Quickstart",
position: "left",
},
{
to: "https://block.github.io/goose/v1/extensions/",
label: "Extensions",
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",
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",
},
],
},
Expand Down

0 comments on commit e75c54f

Please sign in to comment.