docs: lowercase 'goose' in TabItem labels for consistency (#5297)
This commit is contained in:
@@ -17,10 +17,10 @@ This tutorial covers how to add the [Google Drive 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-gdrive&id=google-drive&name=Google%20Drive&description=Google%20Drive%20integration&env=GDRIVE_CREDENTIALS_PATH%3DPath%20to%20Google%20Drive%20credentials&env=GDRIVE_OAUTH_PATH%3DPath%20to%20OAuth%20token)
|
||||
</TabItem>
|
||||
<TabItem value="cli" label="Goose CLI">
|
||||
<TabItem value="cli" label="goose CLI">
|
||||
**Command**
|
||||
```sh
|
||||
GDRIVE_OAUTH_PATH=$USER_HOME/.config/gcp-oauth.keys.json \
|
||||
@@ -95,7 +95,7 @@ You'll need to re-authenticate once a day when using the Google Drive extension.
|
||||
:::
|
||||
|
||||
<Tabs groupId="interface">
|
||||
<TabItem value="ui" label="Goose Desktop" default>
|
||||
<TabItem value="ui" label="goose Desktop" default>
|
||||
<GooseDesktopInstaller
|
||||
extensionId="google-drive"
|
||||
extensionName="Google Drive"
|
||||
@@ -115,7 +115,7 @@ You'll need to re-authenticate once a day when using the Google Drive extension.
|
||||
Replace `$USER_HOME` with your home directory. You must specify an absolute path for this extension to work.
|
||||
:::
|
||||
</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