fix baseUrl (#8347)

This commit is contained in:
Jack Amadeo
2026-04-06 15:27:14 -04:00
committed by GitHub
parent 771bc38731
commit 6a594a2094
25 changed files with 192 additions and 213 deletions
@@ -72,7 +72,7 @@ import mobileShots from '@site/blog/2025-12-19-goose-mobile-terminal/mobile_shot
title: 'goose Mobile Access and Native Terminal Support',
description: 'Learn about two new ways to use goose: iOS app for mobile access and native terminal support with seamless session continuity.',
thumbnailUrl: mobileShots,
linkUrl: '/goose/blog/2025/12/19/goose-mobile-terminal',
linkUrl: '/blog/2025/12/19/goose-mobile-terminal',
date: '2025-12-19',
duration: '4 min read'
}
+1 -1
View File
@@ -247,7 +247,7 @@ import chooseYourIde from '@site/blog/2025-10-24-intro-to-agent-client-protocol-
title: 'Intro to Agent Client Protocol (ACP): The Standard for AI Agent-Editor Integration',
description: 'Learn how to integrate AI agents like goose directly into your code editor via ACP, eliminating window-switching and vendor lock-in.',
thumbnailUrl: chooseYourIde,
linkUrl: '/goose/blog/2025/10/24/intro-to-agent-client-protocol-acp',
linkUrl: '/blog/2025/10/24/intro-to-agent-client-protocol-acp',
date: '2025-10-24',
duration: '7 min read'
}
@@ -98,13 +98,13 @@ import ContentCardCarousel from '@site/src/components/ContentCardCarousel';
type: 'topic',
title: 'Recipes',
description: 'Check out the Recipes guide for more docs, tools, and resources to help you master goose recipes.',
linkUrl: '/goose/docs/guides/recipes'
linkUrl: '/docs/guides/recipes'
},
{
type: 'topic',
title: 'Research → Plan → Implement Patterns',
description: 'See how slash commands make it easy to integrate instructions into interactive RPI workflows.',
linkUrl: '/goose/docs/tutorials/rpi'
linkUrl: '/docs/tutorials/rpi'
}
]}
/>
@@ -278,7 +278,7 @@ import skillsvsmcp from '@site/blog/2025-12-22-agent-skills-vs-mcp/skills-vs-mcp
title: 'Did Skills Kill MCP?',
description: 'An overview of Agent Skills vs MCP',
thumbnailUrl: skillsvsmcp,
linkUrl: '/goose/blog/2025/12/22/agent-skills-vs-mcp',
linkUrl: '/blog/2025/12/22/agent-skills-vs-mcp',
date: '2025-12-22',
duration: '4 min read'
}
+3 -3
View File
@@ -334,7 +334,7 @@ import blogBanner from '@site/blog/2025-12-19-does-your-ai-agent-need-a-plan/blo
title: 'Does Your AI Agent Need a Plan?',
description: 'Knowing when and how to plan with an AI agent can produce better results.',
thumbnailUrl: blogBanner,
linkUrl: '/goose/blog/2025/12/19/does-your-ai-agent-need-a-plan',
linkUrl: '/blog/2025/12/19/does-your-ai-agent-need-a-plan',
date: '2025-12-19',
duration: '7 min read'
},
@@ -342,7 +342,7 @@ import blogBanner from '@site/blog/2025-12-19-does-your-ai-agent-need-a-plan/blo
type: 'topic',
title: 'Planning Complex Tasks',
description: 'Learn how to use the Plan feature to break down complex tasks into manageable, executable steps.',
linkUrl: '/goose/docs/tutorials/plan-feature-devcontainer-setup',
linkUrl: '/docs/tutorials/plan-feature-devcontainer-setup',
}
]}
/>
/>
@@ -56,7 +56,7 @@ import notMcpReplacement from '@site/blog/2025-12-21-code-mode-doesnt-replace-mc
title: 'Code Mode for MCP',
description: 'Learn about the code execution approach to MCP tool calling.',
thumbnailUrl: gooseCodeMode,
linkUrl: '/goose/blog/2025/12/15/code-mode-mcp',
linkUrl: '/blog/2025/12/15/code-mode-mcp',
date: '2025-12-15',
duration: '5 min read'
},
@@ -65,9 +65,9 @@ import notMcpReplacement from '@site/blog/2025-12-21-code-mode-doesnt-replace-mc
title: 'Code Mode Doesn\'t Replace MCP',
description: 'Understanding how Code Mode and MCP work together.',
thumbnailUrl: notMcpReplacement,
linkUrl: '/goose/blog/2025/12/21/code-mode-doesnt-replace-mcp',
linkUrl: '/blog/2025/12/21/code-mode-doesnt-replace-mcp',
date: '2025-12-21',
duration: '8 min read'
}
]}
/>
/>
@@ -9,7 +9,7 @@ import styles from '@site/src/components/Card/styles.module.css';
<h1 className={styles.pageTitle}>Managing Tools</h1>
<p className={styles.pageDescription}>
Tools are specific functions within <a href="/goose/docs/getting-started/using-extensions">extensions</a> that give goose its capabilities. Learn to control and customize how these tools work for you.
Tools are specific functions within <a href="/docs/getting-started/using-extensions">extensions</a> that give goose its capabilities. Learn to control and customize how these tools work for you.
</p>
<div className={styles.categorySection}>
+1 -1
View File
@@ -93,7 +93,7 @@ import mcpSampling from '@site/blog/2025-12-04-mcp-sampling/mcp-sampling.png';
title: 'MCP Sampling: When Your Tools Need to Think',
description: 'Learn how MCP Sampling lets your tools call the AI instead of the other way around.',
thumbnailUrl: mcpSampling,
linkUrl: '/goose/blog/2025/12/04/mcp-sampling',
linkUrl: '/blog/2025/12/04/mcp-sampling',
date: '2025-12-04',
duration: '6 min read'
}
@@ -136,7 +136,7 @@ import promptBanner from '@site/blog/2025-03-19-better-ai-prompting/prompt.png';
title: 'AI Prompting 101: How to Get the Best Responses from Your AI Agent',
description: 'Learn different prompting styles—from instruction-based to chain-of-thought—and discover which approach works best for your needs.',
thumbnailUrl: promptBanner,
linkUrl: '/goose/blog/2025/03/19/better-ai-prompting',
linkUrl: '/blog/2025/03/19/better-ai-prompting',
date: '2025-03-19',
duration: '8 min read'
}
+3 -3
View File
@@ -358,7 +358,7 @@ import agentCoordination from '@site/blog/2025-08-14-agent-coordination-patterns
title: 'Agents, Subagents, and Multi Agents: What They Are and When to Use Them',
description: 'Compare agents, subagents, and multi agents in AI workflows. Learn how they work together and practical scenarios for each approach.',
thumbnailUrl: agentCoordination,
linkUrl: '/goose/blog/2025/08/14/agent-coordination-patterns',
linkUrl: '/blog/2025/08/14/agent-coordination-patterns',
date: '2025-08-14',
duration: '4 min read'
},
@@ -376,7 +376,7 @@ import agentCoordination from '@site/blog/2025-08-14-agent-coordination-patterns
title: 'Tutorial: Using Subagents',
description: 'Spin up a team of subagents to build a fully functional app',
thumbnailUrl: 'https://block.github.io/goose/assets/images/tutorial-using-subagents-ef265627024db73e73d80e5799ed0c1a.png',
linkUrl: '/goose/docs/tutorials/subagents',
linkUrl: '/docs/tutorials/subagents',
date: '2026-01-27',
duration: '1 hour'
},
@@ -403,7 +403,7 @@ import agentCoordination from '@site/blog/2025-08-14-agent-coordination-patterns
title: 'How to Choose Between Subagents and Subrecipes in goose',
description: 'Detailed guide to subagents and subrecipes in goose. Compare reusability, setup complexity, and get practical advice for choosing the right approach.',
thumbnailUrl: subagentsVsSubrecipes,
linkUrl: '/goose/blog/2025/09/26/subagents-vs-subrecipes',
linkUrl: '/blog/2025/09/26/subagents-vs-subrecipes',
date: '2025-09-26',
duration: '6 min read'
}
+3 -3
View File
@@ -251,13 +251,13 @@ import ContentCardCarousel from '@site/src/components/ContentCardCarousel';
type: 'topic',
title: 'Enhanced Code Editing with AI Models',
description: 'Use AI models to intelligently apply code changes',
linkUrl: '/goose/docs/guides/enhanced-code-editing'
linkUrl: '/docs/guides/enhanced-code-editing'
},
{
type: 'topic',
title: 'Codebase Analysis',
description: 'Understand codebases with semantic analysis and call graphs',
linkUrl: '/goose/docs/guides/codebase-analysis'
linkUrl: '/docs/guides/codebase-analysis'
}
]}
/>
/>
+1 -1
View File
@@ -124,7 +124,7 @@ The script has been created and read aloud using the specified voices and style.
Press play and hear it for yourself! 🔊
<audio controls>
<source src="/goose/audio/elevenlabs-mcp-demo.mp3" type="audio/mpeg" />
<source src="/audio/elevenlabs-mcp-demo.mp3" type="audio/mpeg" />
Your browser does not support the audio element.
</audio>