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
+7 -7
View File
@@ -18,10 +18,10 @@ This tutorial covers how to add the [{Extension Name} MCP Server](/) as a Goose
:::tip TLDR
<Tabs groupId="interface">
<TabItem value="ui" label="Goose Desktop" default>
<TabItem value="ui" label="goose Desktop" default>
[Launch the installer]({goose_url})
</TabItem>
<TabItem value="cli" label="Goose CLI">
<TabItem value="cli" label="goose CLI">
**Command**
```sh
{command}
@@ -37,7 +37,7 @@ This tutorial covers how to add the [{Extension Name} MCP Server](/) as a Goose
## Configuration
<Tabs groupId="interface">
<TabItem value="ui" label="Goose Desktop" default>
<TabItem value="ui" label="goose Desktop" default>
<!-- For external MCP servers (npx, uvx, git, etc.) -->
<GooseDesktopInstaller
extensionId="{extension_id}"
@@ -80,7 +80,7 @@ This tutorial covers how to add the [{Extension Name} MCP Server](/) as a Goose
note="Note that you'll need Node.js installed on your system to run this command, as it uses npx."
/>
</TabItem>
<TabItem value="cli" label="Goose CLI">
<TabItem value="cli" label="goose CLI">
<CLIExtensionInstructions
name="{Extension Name}"
command="{command}"
@@ -92,15 +92,15 @@ This tutorial covers how to add the [{Extension Name} MCP Server](/) as a Goose
{describe any environment setup, access controls, and what you want to accomplish.}
### Goose Prompt
### goose Prompt
> _exact prompt_
### Goose Output
### goose Output
:::note Desktop
{exact output}
:::
:::
+6 -6
View File
@@ -17,10 +17,10 @@ This tutorial covers how to add the [Context7 MCP Server](https://github.com/ups
:::tip TLDR
<Tabs groupId="interface">
<TabItem value="ui" label="Goose Desktop" default>
<TabItem value="ui" label="goose Desktop" default>
[Launch the installer](goose://extension?cmd=npx&arg=-y&arg=%40upstash%2Fcontext7-mcp&id=context7&name=Context7&description=Context7%20MCP%20server%20for%20up-to-date%20code%20and%20docs)
</TabItem>
<TabItem value="cli" label="Goose CLI">
<TabItem value="cli" label="goose CLI">
**Command**
```sh
npx -y @upstash/context7-mcp
@@ -47,10 +47,10 @@ This tutorial covers how to add the [Context7 MCP Server](https://github.com/ups
In this example, Goose uses Context7 to pull real-time docs, compare tools, and scaffold a modern app using only the latest, official implementation patterns.
<Tabs groupId="interface">
<TabItem value="ui" label="Goose Desktop" default>
1. Open a new session in Goose Desktop
<TabItem value="ui" label="goose Desktop" default>
1. Open a new session in goose Desktop
</TabItem>
<TabItem value="cli" label="Goose CLI">
<TabItem value="cli" label="goose CLI">
1. Open a terminal and start a new Goose session:
@@ -156,4 +156,4 @@ Type safety across the stack
Would you like me to explain any part in more detail or help you implement specific features?
:::
:::