From c0369835adf72064c7ab1b1d0ab67fdcecc77c2c Mon Sep 17 00:00:00 2001 From: Jack Gerrits Date: Wed, 6 Mar 2024 14:21:28 -0500 Subject: [PATCH] Add annoucement bar for what's new blog post (#1884) --- website/docusaurus.config.js | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js index 995444dad..57cf9549c 100644 --- a/website/docusaurus.config.js +++ b/website/docusaurus.config.js @@ -130,6 +130,14 @@ module.exports = { ], copyright: `Copyright © ${new Date().getFullYear()} AutoGen Authors | Privacy and Cookies`, }, + announcementBar: { + id: 'whats_new', + content: + 'What\'s new in AutoGen? Read this blog for an overview of updates', + backgroundColor: '#fafbfc', + textColor: '#091E42', + isCloseable: true, + }, }, presets: [ [