more lowercasing of TabItem labels (#5307)

This commit is contained in:
w. ian douglas
2025-10-21 22:08:47 +01:00
committed by GitHub
parent 326c1b09bd
commit 5076481092
19 changed files with 121 additions and 121 deletions
@@ -40,7 +40,7 @@ See how interactive responses work in Goose.
For this exercise, we'll add an MCP-UI-enabled extension that connects to [MCP-UI Demos](https://mcp-aharvard.netlify.app/) provided by Andrew Harvard.
<Tabs groupId="interface">
<TabItem value="ui" label="Goose Desktop" default>
<TabItem value="ui" label="goose Desktop" default>
<GooseDesktopInstaller
extensionId="richdemo"
extensionName="Rich Demo"
@@ -49,7 +49,7 @@ For this exercise, we'll add an MCP-UI-enabled extension that connects to [MCP-U
url="https://mcp-aharvard.netlify.app/mcp"
/>
</TabItem>
<TabItem value="cli" label="Goose CLI">
<TabItem value="cli" label="goose CLI">
<CLIExtensionInstructions
name="rich_demo"
type="http"