docs: Landing page updates x AAIF blog post (#8417)
This commit is contained in:
@@ -1,30 +1,27 @@
|
|||||||
---
|
---
|
||||||
title: "goose repo and site migrating to aaif"
|
title: "goose has a new home - the Agentic AI Foundation (AAIF)"
|
||||||
description: "goose has moved to the Agentic AI Foundation (aaif) at the Linux Foundation"
|
description: "goose has moved to the Agentic AI Foundation (aaif) at the Linux Foundation"
|
||||||
authors:
|
authors:
|
||||||
- mic
|
- mic
|
||||||
---
|
---
|
||||||
|
Block has donated goose to the [Agentic AI Foundation (AAIF)](https://aaif.io/) at the Linux Foundation, alongside Anthropic's Model Context Protocol (MCP) and OpenAI's AGENTS.md. You can read the [full announcement here](https://aaif.io/press/linux-foundation-announces-the-formation-of-the-agentic-ai-foundation-aaif-anchored-by-new-project-contributions-including-model-context-protocol-mcp-goose-and-agents-md/).
|
||||||
|
|
||||||
goose has moved! The project now lives under the [Agentic AI Foundation (AAIF)](https://aaif.io/) at the Linux Foundation.
|
While nothing changes with goose's dedication to its mission and community, here's what's changed;
|
||||||
|
|
||||||
There is also a new docs site [https://goose-docs.ai/](https://goose-docs.ai/) with a nice .ai TLD!
|
|
||||||
|
|
||||||
<!-- truncate -->
|
<!-- truncate -->
|
||||||
|
|
||||||
## What's changed
|
## New Documentation site
|
||||||
|
The documentation has moved to a new site: [https://goose-docs.ai/](https://goose-docs.ai/) with a nice .ai TLD! The old docs links will redirect, but update your bookmarks to the new site.
|
||||||
|
|
||||||
|
## Updated GitHub repository
|
||||||
The GitHub repository and related projects have moved from `block/goose` to a new org:
|
The GitHub repository and related projects have moved from `block/goose` to a new org:
|
||||||
|
|
||||||
**[https://github.com/aaif-goose/goose](https://github.com/aaif-goose/goose)**
|
> **[https://github.com/aaif-goose/goose](https://github.com/aaif-goose/goose)**
|
||||||
|
|
||||||
This includes related repositories in the [aaif-goose](https://github.com/aaif-goose) organization.
|
This includes related repositories in the [aaif-goose](https://github.com/aaif-goose) organization.
|
||||||
|
|
||||||
Everything else — the project, the community, the mission — remains the same. goose is still open source, still actively developed, and still the same agent you know.
|
Everything else — the project, the community, the mission — remains the same. goose is still open source, still actively developed, and still the same agent you know.
|
||||||
|
|
||||||
## Migration in progress
|
|
||||||
|
|
||||||
We're still working through some migration issues (broken links, redirects, CI, etc). If you hit anything that seems off, please reach out on [Discord](https://discord.gg/goose-oss) and let us know.
|
|
||||||
|
|
||||||
## Update your remotes
|
## Update your remotes
|
||||||
|
|
||||||
If you have a local clone, update your git remote:
|
If you have a local clone, update your git remote:
|
||||||
@@ -33,6 +30,9 @@ If you have a local clone, update your git remote:
|
|||||||
git remote set-url origin git@github.com:aaif-goose/goose.git
|
git remote set-url origin git@github.com:aaif-goose/goose.git
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Migration in progress
|
||||||
|
|
||||||
|
We're still working through some migration issues (broken links, redirects, CI, etc). If you hit anything that seems off, please reach out on [Discord](https://discord.gg/goose-oss) and let us know.
|
||||||
## Learn more
|
## Learn more
|
||||||
|
|
||||||
Visit [aaif.io](https://aaif.io/) to learn more about the foundation and its mission.
|
Visit [aaif.io](https://aaif.io/) to learn more about the foundation and its mission.
|
||||||
|
|||||||
@@ -12,7 +12,7 @@ const inkeepIntegrationId = process.env.INKEEP_INTEGRATION_ID;
|
|||||||
const inkeepOrgId = process.env.INKEEP_ORG_ID;
|
const inkeepOrgId = process.env.INKEEP_ORG_ID;
|
||||||
|
|
||||||
const config: Config = {
|
const config: Config = {
|
||||||
title: "goose",
|
title: "goose | Your open source AI agent",
|
||||||
tagline: "your local AI agent, automating engineering tasks seamlessly",
|
tagline: "your local AI agent, automating engineering tasks seamlessly",
|
||||||
favicon: "img/favicon.ico",
|
favicon: "img/favicon.ico",
|
||||||
|
|
||||||
@@ -517,6 +517,14 @@ const config: Config = {
|
|||||||
quickQuestions: ["What is goose?"],
|
quickQuestions: ["What is goose?"],
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
announcementBar: {
|
||||||
|
id: 'goose-aaif-announcement', // Increment on new announcements to reuse the bar
|
||||||
|
content:
|
||||||
|
'✨ goose has moved to the Agentic AI Foundation (AAIF): <a href="/blog/2026/04/07/goose-moves-to-aaif">Learn more</a>! ✨',
|
||||||
|
backgroundColor: '#20232a',
|
||||||
|
textColor: '#fff',
|
||||||
|
isCloseable: true,
|
||||||
|
},
|
||||||
} satisfies Preset.ThemeConfig,
|
} satisfies Preset.ThemeConfig,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
@@ -201,6 +201,18 @@
|
|||||||
color: var(--text-inverse);
|
color: var(--text-inverse);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.button--outline {
|
||||||
|
background: transparent;
|
||||||
|
border: 1px solid var(--border-standard);
|
||||||
|
color: var(--text-standard);
|
||||||
|
}
|
||||||
|
|
||||||
|
.button--outline:hover {
|
||||||
|
background: var(--button-primary-background);
|
||||||
|
border-color: var(--button-primary-background);
|
||||||
|
color: var(--text-inverse);
|
||||||
|
}
|
||||||
|
|
||||||
.button svg {
|
.button svg {
|
||||||
margin-right: 0.75rem;
|
margin-right: 0.75rem;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -292,14 +292,14 @@
|
|||||||
.installPlatforms {
|
.installPlatforms {
|
||||||
margin-top: 0.75rem;
|
margin-top: 0.75rem;
|
||||||
font-size: 0.9rem;
|
font-size: 0.9rem;
|
||||||
color: var(--text-subtle);
|
color: var(--text-prominent);
|
||||||
}
|
}
|
||||||
|
|
||||||
.installDivider {
|
.installDivider {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
margin-bottom: 1.5rem;
|
margin-bottom: 1.5rem;
|
||||||
font-size: 0.85rem;
|
font-size: 0.85rem;
|
||||||
color: var(--text-subtle);
|
color: var(--text-prominent);
|
||||||
}
|
}
|
||||||
|
|
||||||
.installTerminal {
|
.installTerminal {
|
||||||
@@ -328,7 +328,7 @@
|
|||||||
margin: 0;
|
margin: 0;
|
||||||
font-size: 0.85rem;
|
font-size: 0.85rem;
|
||||||
line-height: 1.7;
|
line-height: 1.7;
|
||||||
color: #e0e0e0;
|
color: var(--text-prominent);
|
||||||
overflow-x: auto;
|
overflow-x: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user