Skip to content

Commit

Permalink
Add announcement bar for 0.4 (#3717)
Browse files Browse the repository at this point in the history
  • Loading branch information
jackgerrits authored Oct 9, 2024
1 parent 1131448 commit bf3414c
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -184,14 +184,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> | <a target="_blank" style="color:#10adff" href="https://go.microsoft.com/fwlink/?linkid=2259814">Consumer Health Privacy</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,
// },
announcementBar: {
id: "newdocs",
content:
'Go <a href="/autogen/dev">here</a> to view the documentation for the work in progress version of AutoGen 0.4.',
backgroundColor: "#fafbfc",
textColor: "#091E42",
isCloseable: true,
},
/* Clarity Config */
clarity: {
ID: "lnxpe6skj1", // The Tracking ID provided by Clarity
Expand Down

0 comments on commit bf3414c

Please sign in to comment.