mirror of
https://github.com/microsoft/autogen.git
synced 2025-07-24 17:31:41 +00:00
Add annoucement bar for what's new blog post (#1884)
This commit is contained in:
parent
685164f83a
commit
c0369835ad
@ -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: [
|
||||
[
|
||||
|
Loading…
x
Reference in New Issue
Block a user