mirror of
https://github.com/aljazceru/goose.git
synced 2025-12-17 14:14:26 +01:00
docs: add managing tools section and tool-router topic (#3310)
Co-authored-by: Rizel Scarlett <rizel@squareup.com>
This commit is contained in:
@@ -122,6 +122,22 @@ const config: Config = {
|
||||
from: '/docs/guides/recipe-reference',
|
||||
to: '/docs/guides/recipes/recipe-reference'
|
||||
},
|
||||
{
|
||||
from: '/docs/guides/tool-permissions',
|
||||
to: '/docs/guides/managing-tools/tool-permissions'
|
||||
},
|
||||
{
|
||||
from: '/docs/guides/adjust-tool-output',
|
||||
to: '/docs/guides/managing-tools/adjust-tool-output'
|
||||
},
|
||||
{
|
||||
from: '/docs/guides/benchmarking',
|
||||
to: '/docs/tutorials/benchmarking'
|
||||
},
|
||||
{
|
||||
from: '/docs/guides/goose-in-docker',
|
||||
to: '/docs/tutorials/goose-in-docker'
|
||||
},
|
||||
// MCP tutorial redirects - moved from /docs/tutorials/ to /docs/mcp/
|
||||
{
|
||||
from: '/docs/tutorials/agentql-mcp',
|
||||
|
||||
Reference in New Issue
Block a user