Add annoucement bar for what's new blog post (#1884)

This commit is contained in:
Jack Gerrits 2024-03-06 14:21:28 -05:00 committed by GitHub
parent 685164f83a
commit c0369835ad
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -130,6 +130,14 @@ module.exports = {
],
copyright: `Copyright © ${new Date().getFullYear()} AutoGen Authors | <a target="_blank" style="color:#10adff" href="https://go.microsoft.com/fwlink/?LinkId=521839">Privacy and Cookies</a>`,
},
announcementBar: {
id: 'whats_new',
content:
'What\'s new in AutoGen? Read <a href="/autogen/blog/2024/03/03/AutoGen-Update">this blog</a> for an overview of updates',
backgroundColor: '#fafbfc',
textColor: '#091E42',
isCloseable: true,
},
},
presets: [
[