docs: Add steps for desktop tutorial (#1590)

This commit is contained in:
Adewale Abati
2025-03-10 18:58:17 +01:00
committed by GitHub
parent 6e0a23ef72
commit f49efbbb86

View File

@@ -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