mirror of
https://github.com/block/goose.git
synced 2026-07-09 16:09:22 +00:00
fix: Mention menu icon to open the sidebar (#9643)
This commit is contained in:
parent
ff91f0c2b1
commit
ec453a3926
1 changed files with 2 additions and 2 deletions
|
|
@ -6,7 +6,7 @@ sidebar_label: Using goosehints
|
|||
|
||||
import Tabs from '@theme/Tabs';
|
||||
import TabItem from '@theme/TabItem';
|
||||
import { PanelLeft } from 'lucide-react';
|
||||
import { Menu } from 'lucide-react';
|
||||
|
||||
`.goosehints` is a text file used to provide additional context about your project and improve the communication with goose. The use of `.goosehints` ensures that goose understands your requirements better and can execute tasks more effectively.
|
||||
|
||||
|
|
@ -51,7 +51,7 @@ You can use other agent rule files with goose by using the [`CONTEXT_FILE_NAMES`
|
|||
#### Local hints file
|
||||
|
||||
1. Click the directory path at the bottom of the app and open the directory where you want to create the file
|
||||
2. Click the <PanelLeft className="inline" size={16} /> button in the top-left to open the sidebar
|
||||
2. Click the hamburger button <Menu className="inline" size={16} /> in the top-left to open the sidebar
|
||||
3. Click `Settings` in the sidebar
|
||||
4. Click `Chat`
|
||||
5. Scroll down to the `Project Hints (.goosehints)` section and click `Configure`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue