docs: lowercase goose in getting-started and guides topics (#5857)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
---
|
||||
title: Managing Tools
|
||||
hide_title: true
|
||||
description: Control and configure the tools and extensions that power your Goose workflows
|
||||
description: Control and configure the tools and extensions that power your goose workflows
|
||||
---
|
||||
|
||||
import Card from '@site/src/components/Card';
|
||||
@@ -9,7 +9,7 @@ import styles from '@site/src/components/Card/styles.module.css';
|
||||
|
||||
<h1 className={styles.pageTitle}>Managing Tools</h1>
|
||||
<p className={styles.pageDescription}>
|
||||
Tools are specific functions within <a href="/goose/docs/getting-started/using-extensions">extensions</a> that give Goose its capabilities. Learn to control and customize how these tools work for you.
|
||||
Tools are specific functions within <a href="/goose/docs/getting-started/using-extensions">extensions</a> that give goose its capabilities. Learn to control and customize how these tools work for you.
|
||||
</p>
|
||||
|
||||
<div className={styles.categorySection}>
|
||||
@@ -17,7 +17,7 @@ import styles from '@site/src/components/Card/styles.module.css';
|
||||
<div className={styles.cardGrid}>
|
||||
<Card
|
||||
title="Tool Permissions"
|
||||
description="Configure fine-grained permissions to control which tools Goose can use and when, ensuring secure and controlled automation."
|
||||
description="Configure fine-grained permissions to control which tools goose can use and when, ensuring secure and controlled automation."
|
||||
link="/docs/guides/managing-tools/tool-permissions"
|
||||
/>
|
||||
<Card
|
||||
|
||||
Reference in New Issue
Block a user