mirror of
https://github.com/aljazceru/goose.git
synced 2025-12-17 22:24:21 +01:00
Docs: Access settings in new UI (#3514)
This commit is contained in:
@@ -27,7 +27,7 @@ Goose supports two types of hint files:
|
||||
You can use both global and local hints at the same time. When both exist, Goose will consider both your global preferences and project-specific requirements. If the instructions in your local hints file conflict with your global preferences, Goose will prioritize the local hints.
|
||||
:::
|
||||
|
||||
<Tabs>
|
||||
<Tabs groupId="interface">
|
||||
<TabItem value="ui" label="Goose Desktop" default>
|
||||
|
||||
#### Global hints file
|
||||
@@ -35,14 +35,16 @@ You can use both global and local hints at the same time. When both exist, Goose
|
||||
|
||||
#### Local hints file
|
||||
|
||||
1. Change the directory to where you'd like to set up the file. You can do this by clicking the directory path in the lower left bottom of the screen
|
||||
2. Click `...` in the upper right corner
|
||||
3. Click `Configure .goosehints`
|
||||
4. Enter your local tips into the textarea
|
||||
5. Click `Save`
|
||||
1. Change the directory to where you'd like to set up the file. You can do this by clicking the directory path on the bottom of the Goose window.
|
||||
2. Click the `Configure goosehints` icon on the bottom right of the Goose window.
|
||||
4. Enter your local tips into the text area.
|
||||
5. Click `Save`.
|
||||
6. Restart your session so Goose can read the updated `.goosehints`.
|
||||
|
||||
If a `.goosehints` file already exists in the given directory, you can edit or add to it from this screen.
|
||||
|
||||
:::tip
|
||||
You may have to adjust the screen size to fully see the Save and Cancel buttons.
|
||||
You may have to scroll or adjust the screen size to fully see the Save and Cancel buttons.
|
||||
:::
|
||||
|
||||
</TabItem>
|
||||
|
||||
Reference in New Issue
Block a user