docs: rework homepage and add aaif migration blog post (#8356)

Signed-off-by: Michael Neale <michael.neale@gmail.com>
This commit is contained in:
Michael Neale
2026-04-07 17:18:04 +10:00
committed by GitHub
parent 583acd4335
commit 7449a96664
15 changed files with 822 additions and 115 deletions
@@ -393,7 +393,7 @@ function PageActionsMenu(): ReactNode {
const handleViewMarkdown = () => {
const source = metadata?.source?.replace('@site/', '') || '';
window.open(`https://raw.githubusercontent.com/block/goose/refs/heads/main/documentation/${source}`, '_blank');
window.open(`https://raw.githubusercontent.com/aaif-goose/goose/refs/heads/main/documentation/${source}`, '_blank');
setDropdownOpen(false);
};