mirror of
https://github.com/aljazceru/goose.git
synced 2025-12-17 22:24:21 +01:00
docs: generate goose deep links (#2609)
Co-authored-by: Rizel Scarlett <rizel@squareup.com>
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user