mirror of
https://github.com/block/goose.git
synced 2026-04-29 20:19:41 +00:00
docs: switching Goose Desktop and Goose CLI tabs (#2384)
This commit is contained in:
parent
2dc2301fa4
commit
8f7fe26461
38 changed files with 552 additions and 556 deletions
|
|
@ -18,7 +18,12 @@ The Tutorial extension serves as an interactive learning tool that:
|
|||
1. Ensure the Tutorial extension is enabled:
|
||||
|
||||
<Tabs groupId="interface">
|
||||
<TabItem value="cli" label="Goose CLI" default>
|
||||
<TabItem value="ui" label="Goose Desktop" default>
|
||||
1. Click `...` in the upper right corner
|
||||
2. Click `Advanced Settings`
|
||||
3. Under `Extensions`, toggle `Tutorial` to on.
|
||||
</TabItem>
|
||||
<TabItem value="cli" label="Goose CLI">
|
||||
|
||||
```sh
|
||||
goose configure
|
||||
|
|
@ -81,11 +86,6 @@ goose configure
|
|||
└ Enabled Tutorials extension
|
||||
```
|
||||
</TabItem>
|
||||
<TabItem value="ui" label="Goose Desktop">
|
||||
1. Click `...` in the upper right corner
|
||||
2. Click `Advanced Settings`
|
||||
3. Under `Extensions`, toggle `Tutorial` to on.
|
||||
</TabItem>
|
||||
</Tabs>
|
||||
|
||||
## Available Tutorials
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue