grant program (#3630)

This commit is contained in:
Angie Jones
2025-07-24 10:34:46 -05:00
committed by GitHub
parent e682940929
commit c9290796f5
4 changed files with 139 additions and 1 deletions

View File

@@ -14,7 +14,7 @@ const inkeepOrgId = process.env.INKEEP_ORG_ID;
const config: Config = {
title: "codename goose",
tagline:
"Your local AI agent, automating engineering tasks seamlessly.",
"your local AI agent, automating engineering tasks seamlessly.",
favicon: "img/favicon.ico",
// Set the production url of your site here
@@ -448,6 +448,14 @@ const config: Config = {
quickQuestions: ["What is Goose?"],
},
},
announcementBar: {
id: 'goose-grants',
content:
'✨ goose grant program now open: <a href="grants">apply now</a>! ✨',
backgroundColor: '#20232a',
textColor: '#fff',
isCloseable: false,
},
} satisfies Preset.ThemeConfig,
};