mirror of
https://github.com/block/goose.git
synced 2026-04-28 03:29:36 +00:00
grant program (#3630)
This commit is contained in:
parent
e682940929
commit
c9290796f5
4 changed files with 139 additions and 1 deletions
|
|
@ -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,
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue