mirror of
https://github.com/aljazceru/goose.git
synced 2025-12-17 22:24:21 +01:00
grant program (#3630)
This commit is contained in:
@@ -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,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user