From 88eea5738f709328de2397a98765484314b01bfd Mon Sep 17 00:00:00 2001 From: Jack Gerrits Date: Wed, 8 Jan 2025 10:43:06 -0500 Subject: [PATCH 1/2] Update links and wording for new release --- website/docusaurus.config.js | 6 +++--- website/src/pages/index.js | 10 +++++----- 2 files changed, 8 insertions(+), 8 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..0408f149acc7 100644 --- a/website/src/pages/index.js +++ b/website/src/pages/index.js @@ -19,10 +19,10 @@ function HomepageHeader() { className="button button--secondary button--lg" to="/docs/Getting-Started" > - Get Started + Get Started with 0.2

- Current stable version of AutoGen (autogen-agentchat~=0.2) + Legacy version of AutoGen (autogen-agentchat~=0.2)

@@ -31,12 +31,12 @@ function HomepageHeader() { "button button--secondary button--lg", styles.buttonLink )} - to="https://microsoft.github.io/autogen/dev/" + to="https://microsoft.github.io/autogen/stable/user-guide/agentchat-user-guide/migration-guide.html" > - Preview v0.4 + Migration guide

- A new event driven, asynchronous architecture for AutoGen + Learn how to migrate from AutoGen 0.2 to 0.4

From 4b786f42d1415d71cad32bfc9aee1101a9f74ef5 Mon Sep 17 00:00:00 2001 From: Jack Gerrits Date: Wed, 8 Jan 2025 14:35:42 -0500 Subject: [PATCH 2/2] Update --- website/src/pages/index.js | 25 ++++++++++++------------- website/src/pages/index.module.css | 2 +- 2 files changed, 13 insertions(+), 14 deletions(-) diff --git a/website/src/pages/index.js b/website/src/pages/index.js index 0408f149acc7..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 with 0.2 + Get started with 0.4

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

- Migration guide + Continue with 0.2 -

- Learn how to migrate from AutoGen 0.2 to 0.4 -

+

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 {