-
Notifications
You must be signed in to change notification settings - Fork 2.3k
docs: lowercase goose in remaining topics #5861
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR completes the branding consistency update by lowercasing "goose" throughout the remaining documentation topics, including several unlisted pages. This follows the modern product naming convention (similar to iPhone, macOS, etc.) where the brand name uses lowercase styling.
- Lowercases "Goose" to "goose" consistently across tutorials, MCP guides, architecture docs, and experimental features
- Updates page titles, descriptions, headings, and body text
- Maintains "goose Desktop" convention (lowercase "goose" + uppercase "Desktop")
Reviewed changes
Copilot reviewed 37 out of 37 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| documentation/docs/tutorials/subrecipes-in-parallel.md | Lowercases goose references throughout subrecipes tutorial |
| documentation/docs/tutorials/recipes-tutorial.md | Updates title and all goose references in recipes tutorial |
| documentation/docs/tutorials/plan-feature-devcontainer-setup.md | Lowercases goose in planning tutorial title and content |
| documentation/docs/tutorials/lead-worker.md | Updates goose references in lead/worker multi-model tutorial |
| documentation/docs/tutorials/langfuse.md | Lowercases goose in observability integration guide |
| documentation/docs/tutorials/isolated-development-environments.md | Updates goose references in container-use tutorial |
| documentation/docs/tutorials/headless-goose.md | Lowercases goose in headless mode tutorial title and content |
| documentation/docs/tutorials/goose-in-docker.md | Updates goose references in Docker build guide |
| documentation/docs/tutorials/cicd.md | Lowercases goose in CI/CD integration guide |
| documentation/docs/tutorials/benchmarking.md | Updates goose references in benchmarking documentation |
| documentation/docs/tutorials/advanced-cognee-usage.md | Lowercases goose in Cognee integration tutorial |
| documentation/docs/tutorials/category.json | Updates category description |
| documentation/docs/mcp/*.md | Lowercases goose in 15+ MCP extension tutorials (vs-code, square, speech, puppeteer, postgres, etc.) |
| documentation/docs/mcp/category.json | Updates MCP category description |
| documentation/docs/guides/category.json | Updates guides category description |
| documentation/docs/goose-architecture/*.md | Lowercases goose in architecture documentation (main, extensions-design, error-handling) |
| documentation/docs/goose-architecture/category.json | Updates architecture category description |
| documentation/docs/experimental/*.md | Lowercases goose in experimental features (vs-code-extension, ollama, index, goose-mobile) |
|
* main: docs: add DataHub MCP server extension documentation (#5769) docs: lowercase goose in remaining topics (#5861) docs: lowercase goose in getting-started and guides topics (#5857) Fix multi tool calling (#5855) fix(#5626 #5832): handle multiple content chunks & images better (#5839) chore: some old code hanging around, and mention configure cli (#5822) feat : add support for math / science symbology via katex (#5773) feat : add ability to see error message in toast (#5851)
Signed-off-by: Douwe Osinga <[email protected]>
Signed-off-by: Sai Karthik <[email protected]>
Signed-off-by: Blair Allan <[email protected]>
Summary
This PR lowercases "goose" in remaining topics, including unlisted
Type of Change