mirror of
https://github.com/block/goose.git
synced 2026-04-29 03:59:36 +00:00
docs: Add steps for desktop tutorial (#1590)
This commit is contained in:
parent
6e0a23ef72
commit
f49efbbb86
1 changed files with 13 additions and 0 deletions
|
|
@ -3,6 +3,9 @@ title: Tutorial Extension
|
|||
description: Learn how to use Goose's built-in Tutorial extension for guided learning
|
||||
---
|
||||
|
||||
import Tabs from '@theme/Tabs';
|
||||
import TabItem from '@theme/TabItem';
|
||||
|
||||
The Tutorial extension is a built-in feature of Goose that provides interactive, step-by-step guidance for learning various aspects of Goose and its capabilities. It's designed to help users get comfortable with Goose's features through hands-on practice.
|
||||
|
||||
The Tutorial extension serves as an interactive learning tool that:
|
||||
|
|
@ -14,6 +17,9 @@ 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>
|
||||
|
||||
```sh
|
||||
goose configure
|
||||
```
|
||||
|
|
@ -74,6 +80,13 @@ goose configure
|
|||
// highlight-end
|
||||
└ Enabled Tutorials extension
|
||||
```
|
||||
</TabItem>
|
||||
<TabItem value="ui" label="Goose Desktop">
|
||||
1. Click `...` in the upper right corner
|
||||
2. Click `Settings`
|
||||
3. Under `Extensions`, toggle `Tutorial` to on.
|
||||
</TabItem>
|
||||
</Tabs>
|
||||
|
||||
## Available Tutorials
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue