From ec453a39264fbc6d7a5ce2d76a68ccc9cc0b0084 Mon Sep 17 00:00:00 2001 From: Trang Le Date: Wed, 17 Jun 2026 01:51:49 +0700 Subject: [PATCH] fix: Mention menu icon to open the sidebar (#9643) --- .../docs/guides/context-engineering/using-goosehints.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/documentation/docs/guides/context-engineering/using-goosehints.md b/documentation/docs/guides/context-engineering/using-goosehints.md index cf53fb9b1d..5880da5895 100644 --- a/documentation/docs/guides/context-engineering/using-goosehints.md +++ b/documentation/docs/guides/context-engineering/using-goosehints.md @@ -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 button in the top-left to open the sidebar + 2. Click the hamburger button 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`