mirror of
https://github.com/block/goose.git
synced 2026-04-30 20:49:36 +00:00
docs: lowercase 'goose' in TabItem labels for consistency (#5297)
This commit is contained in:
parent
15b141e2ad
commit
ebac0cfb4f
55 changed files with 228 additions and 228 deletions
|
|
@ -15,10 +15,10 @@ This tutorial covers how to add the [GitHub MCP Server](https://github.com/githu
|
|||
|
||||
:::tip TLDR
|
||||
<Tabs groupId="interface">
|
||||
<TabItem value="ui" label="Goose Desktop" default>
|
||||
<TabItem value="ui" label="goose Desktop" default>
|
||||
Use `Add custom extension` in Settings → Extensions to add a `Streamable HTTP` extension type with:
|
||||
</TabItem>
|
||||
<TabItem value="cli" label="Goose CLI">
|
||||
<TabItem value="cli" label="goose CLI">
|
||||
Use `goose configure` to add a `Remote Extension (Streaming HTTP)` extension type with:
|
||||
</TabItem>
|
||||
</Tabs>
|
||||
|
|
@ -37,7 +37,7 @@ This tutorial covers how to add the [GitHub MCP Server](https://github.com/githu
|
|||
These steps configure the Remote MCP Server. For other deployment options, see the [official GitHub MCP Server documentation](https://github.com/github/github-mcp-server).
|
||||
|
||||
<Tabs groupId="interface">
|
||||
<TabItem value="ui" label="Goose Desktop" default>
|
||||
<TabItem value="ui" label="goose Desktop" default>
|
||||
1. Obtain a [GitHub Personal Access Token](https://github.com/settings/personal-access-tokens)
|
||||
2. Click the <PanelLeft className="inline" size={16} /> button in the top-left to open the sidebar
|
||||
3. Click `Extensions`
|
||||
|
|
@ -54,7 +54,7 @@ These steps configure the Remote MCP Server. For other deployment options, see t
|
|||
8. Navigate to the chat
|
||||
|
||||
</TabItem>
|
||||
<TabItem value="cli" label="Goose CLI">
|
||||
<TabItem value="cli" label="goose CLI">
|
||||
<CLIExtensionInstructions
|
||||
name="github"
|
||||
type="http"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue