From 37efa753a4a82ac693a1eb777dd4b75ee1959cb5 Mon Sep 17 00:00:00 2001 From: Jack Gerrits Date: Thu, 9 Jan 2025 11:19:40 -0500 Subject: [PATCH] Update 0.2 site for 0.4 (#4942) * Update links and wording for new release * Update --- website/docusaurus.config.js | 6 +++--- website/src/pages/index.js | 25 ++++++++++++------------- website/src/pages/index.module.css | 2 +- 3 files changed, 16 insertions(+), 17 deletions(-) diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js index 1a2de465f1f6..ac32a491799d 100644 --- a/website/docusaurus.config.js +++ b/website/docusaurus.config.js @@ -13,7 +13,7 @@ customPostCssPlugin = () => { }; module.exports = { - title: "AutoGen", + title: "AutoGen 0.2", tagline: "An Open-Source Programming Framework for Agentic AI", url: "https://microsoft.github.io", baseUrl: "/autogen/0.2/", @@ -21,7 +21,7 @@ module.exports = { onBrokenMarkdownLinks: "warn", favicon: "img/ag.ico", organizationName: "Microsoft", // Usually your GitHub org/user name. - projectName: "AutoGen", // Usually your repo name. + projectName: "AutoGen 0.2", // Usually your repo name. scripts: [ { src: "/autogen/js/custom.js", @@ -187,7 +187,7 @@ module.exports = { announcementBar: { id: "newdocs", content: - 'Go here to view the documentation for the work in progress version of AutoGen 0.4.', + 'AutoGen 0.4 has been released. Read the migration guide here.', backgroundColor: "#fafbfc", textColor: "#091E42", isCloseable: true, diff --git a/website/src/pages/index.js b/website/src/pages/index.js index 99d423e03705..8cd802dc456e 100644 --- a/website/src/pages/index.js +++ b/website/src/pages/index.js @@ -14,30 +14,29 @@ function HomepageHeader() {

{siteConfig.title}

{siteConfig.tagline}

+
- Get Started + Get started with 0.4

- Current stable version of AutoGen (autogen-agentchat~=0.2) + The new event driven, asynchronous architecture for AutoGen

- Preview v0.4 + Continue with 0.2 -

- A new event driven, asynchronous architecture for AutoGen -

+

diff --git a/website/src/pages/index.module.css b/website/src/pages/index.module.css index 883ab870aaea..8eb6f54b533d 100644 --- a/website/src/pages/index.module.css +++ b/website/src/pages/index.module.css @@ -29,7 +29,7 @@ display: flex; flex-direction: column; align-items: center; - width: 200px; + width: 250px; } .buttonLink {