mirror of
https://github.com/aljazceru/goose.git
synced 2025-12-18 06:34:26 +01:00
docs: Add steps for desktop tutorial (#1590)
This commit is contained in:
@@ -3,6 +3,9 @@ title: Tutorial Extension
|
|||||||
description: Learn how to use Goose's built-in Tutorial extension for guided learning
|
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 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:
|
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:
|
1. Ensure the Tutorial extension is enabled:
|
||||||
|
|
||||||
|
<Tabs groupId="interface">
|
||||||
|
<TabItem value="cli" label="Goose CLI" default>
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
goose configure
|
goose configure
|
||||||
```
|
```
|
||||||
@@ -74,6 +80,13 @@ goose configure
|
|||||||
// highlight-end
|
// highlight-end
|
||||||
└ Enabled Tutorials extension
|
└ 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
|
## Available Tutorials
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user