Skip to content

Commit 0efea75

Browse files
committed
Add steps for desktop
1 parent fa9bb9e commit 0efea75

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

documentation/docs/tutorials/tutorial-extension.md

+13
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ title: Tutorial Extension
33
description: Learn how to use Goose's built-in Tutorial extension for guided learning
44
---
55

6+
import Tabs from '@theme/Tabs';
7+
import TabItem from '@theme/TabItem';
8+
69
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.
710

811
The Tutorial extension serves as an interactive learning tool that:
@@ -14,6 +17,9 @@ The Tutorial extension serves as an interactive learning tool that:
1417

1518
1. Ensure the Tutorial extension is enabled:
1619

20+
<Tabs groupId="interface">
21+
<TabItem value="cli" label="Goose CLI" default>
22+
1723
```sh
1824
goose configure
1925
```
@@ -74,6 +80,13 @@ goose configure
7480
// highlight-end
7581
└ Enabled Tutorials extension
7682
```
83+
</TabItem>
84+
<TabItem value="ui" label="Goose Desktop">
85+
1. Click `...` in the upper right corner
86+
2. Click `Settings`
87+
3. Under `Extensions`, toggle `Tutorial` to on.
88+
</TabItem>
89+
</Tabs>
7790

7891
## Available Tutorials
7992

0 commit comments

Comments
 (0)