docs: clarifies config file locations and purposes (#5210)

Signed-off-by: Anthony D. Mays <anthony@morganlatimer.com>
This commit is contained in:
Anthony D. Mays
2025-10-29 13:46:01 -07:00
committed by GitHub
parent 5180c4ba54
commit 40f453445f
15 changed files with 33 additions and 21 deletions
@@ -523,7 +523,7 @@ Goose relies on extension properties to determine how to handle an extension. Yo
<TabItem value="cli" label="Config file">
1. Navigate to the Goose [configuration file](/docs/guides/config-file). For example, navigate to `~/.config/goose/config.yaml` on macOS.
1. Navigate to the Goose [configuration file](/docs/guides/config-files). For example, navigate to `~/.config/goose/config.yaml` on macOS.
2. Edit the extension properties as needed and save your changes.
</TabItem>