fix: Mention menu icon to open the sidebar (#9643)

This commit is contained in:
Trang Le 2026-06-17 01:51:49 +07:00 committed by GitHub
parent ff91f0c2b1
commit ec453a3926
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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