docs: lowercase 'goose' in TabItem labels for consistency (#5297)
This commit is contained in:
@@ -15,10 +15,10 @@ This tutorial covers how to add the [Google Maps MCP Server](https://github.com/
|
||||
|
||||
:::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=%40modelcontextprotocol%2Fserver-google-maps&id=google-maps&name=Google%20Maps&description=Google%20Maps%20API%20integration&env=GOOGLE_MAPS_API_KEY%3DGoogle%20Maps%20API%20key)
|
||||
</TabItem>
|
||||
<TabItem value="cli" label="Goose CLI">
|
||||
<TabItem value="cli" label="goose CLI">
|
||||
**Command**
|
||||
```sh
|
||||
npx -y @modelcontextprotocol/server-google-maps
|
||||
@@ -38,7 +38,7 @@ Note that you'll need [Node.js](https://nodejs.org/) installed on your system to
|
||||
:::
|
||||
|
||||
<Tabs groupId="interface" defaultValue="ui">
|
||||
<TabItem value="ui" label="Goose Desktop">
|
||||
<TabItem value="ui" label="goose Desktop">
|
||||
<GooseDesktopInstaller
|
||||
extensionId="google-maps"
|
||||
extensionName="Google Maps"
|
||||
@@ -52,7 +52,7 @@ Note that you'll need [Node.js](https://nodejs.org/) installed on your system to
|
||||
apiKeyLinkText="Google Maps API Key"
|
||||
/>
|
||||
</TabItem>
|
||||
<TabItem value="cli" label="Goose CLI">
|
||||
<TabItem value="cli" label="goose CLI">
|
||||
1. Run the `configure` command:
|
||||
```sh
|
||||
goose configure
|
||||
|
||||
Reference in New Issue
Block a user