docs: lowercase goose in remaining topics (#5861)

This commit is contained in:
dianed-square
2025-11-24 11:05:41 -08:00
committed by GitHub
parent b357e99b30
commit e7eb18b67a
37 changed files with 306 additions and 306 deletions
+7 -7
View File
@@ -9,11 +9,11 @@ import styles from '@site/src/components/Card/styles.module.css';
<h1 className={styles.pageTitle}>Experimental</h1>
<p className={styles.pageDescription}>
Goose is an open source project that is constantly being improved and expanded upon. These experimental features and projects are still in development and may not be fully stable or ready for production use, but they showcase exciting possibilities for the future of AI automation.
goose is an open source project that is constantly being improved and expanded upon. These experimental features and projects are still in development and may not be fully stable or ready for production use, but they showcase exciting possibilities for the future of AI automation.
</p>
:::note
The list of experimental features may change as Goose development progresses. Some features may be promoted to stable features, while others might be modified or removed. This section will be updated with specific experimental features as they become available.
The list of experimental features may change as goose development progresses. Some features may be promoted to stable features, while others might be modified or removed. This section will be updated with specific experimental features as they become available.
:::
<div className={styles.categorySection}>
@@ -25,7 +25,7 @@ The list of experimental features may change as Goose development progresses. So
link="/docs/experimental/ollama"
/>
<Card
title="Goose Mobile"
title="goose Mobile"
description="An experimental Android automation app that acts as an open agent running on your phone, providing maximal automation of everyday tasks."
link="/docs/experimental/goose-mobile"
/>
@@ -46,13 +46,13 @@ The list of experimental features may change as Goose development progresses. So
link="/blog/2025/04/11/finetuning-toolshim"
/>
<Card
title="AI, But Make It Local With Goose and Ollama"
description="Learn how to integrate Goose with Ollama for a fully local AI experience, including structured outputs and tool calling capabilities."
title="AI, But Make It Local With goose and Ollama"
description="Learn how to integrate goose with Ollama for a fully local AI experience, including structured outputs and tool calling capabilities."
link="/blog/2025/03/14/goose-ollama"
/>
<Card
title="Community-Inspired Benchmarking: The Goose Vibe Check"
description="See how open source AI models measure up in our first Goose agent benchmark tests, including toolshim performance analysis."
title="Community-Inspired Benchmarking: The goose Vibe Check"
description="See how open source AI models measure up in our first goose agent benchmark tests, including toolshim performance analysis."
link="/blog/2025/03/31/goose-benchmark"
/>
</div>