docs: generate goose deep links (#2609)

Co-authored-by: Rizel Scarlett <rizel@squareup.com>
This commit is contained in:
Michael Neale
2025-05-23 05:17:36 +10:00
committed by GitHub
parent e44fbeeb5f
commit 1da30fcae0
4 changed files with 498 additions and 17 deletions

View File

@@ -141,17 +141,30 @@ const config: Config = {
position: "left",
label: "Tutorials",
},
{
to: "/prompt-library",
position: "left",
label: "Prompts",
},
{
to: "/extensions",
label: "Extensions",
position: "left",
},
{ to: "/blog", label: "Blog", position: "left" },
{
type: 'dropdown',
label: 'Resources',
position: 'left',
items: [
{
to: '/extensions',
label: 'Extensions',
},
{
to: '/recipe-generator',
label: 'Recipe Generator',
},
{
to: '/prompt-library',
label: 'Prompt Library',
},
{
href: 'https://block.github.io/goose/install-link-generator/',
label: 'Install Link Generator',
},
],
},
{
href: "https://discord.gg/block-opensource",