Skip to content

Commit bf3414c

Browse files
authored
Add announcement bar for 0.4 (#3717)
1 parent 1131448 commit bf3414c

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

website/docusaurus.config.js

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -184,14 +184,14 @@ module.exports = {
184184
],
185185
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> | <a target="_blank" style="color:#10adff" href="https://go.microsoft.com/fwlink/?linkid=2259814">Consumer Health Privacy</a>`,
186186
},
187-
// announcementBar: {
188-
// id: "whats_new",
189-
// content:
190-
// 'What\'s new in AutoGen? Read <a href="/autogen/blog/2024/03/03/AutoGen-Update">this blog</a> for an overview of updates',
191-
// backgroundColor: "#fafbfc",
192-
// textColor: "#091E42",
193-
// isCloseable: true,
194-
// },
187+
announcementBar: {
188+
id: "newdocs",
189+
content:
190+
'Go <a href="/autogen/dev">here</a> to view the documentation for the work in progress version of AutoGen 0.4.',
191+
backgroundColor: "#fafbfc",
192+
textColor: "#091E42",
193+
isCloseable: true,
194+
},
195195
/* Clarity Config */
196196
clarity: {
197197
ID: "lnxpe6skj1", // The Tracking ID provided by Clarity

0 commit comments

Comments
 (0)