Skip to content

Commit

Permalink
Update links and wording for new release
Browse files Browse the repository at this point in the history
  • Loading branch information
jackgerrits committed Jan 8, 2025
1 parent 38bfb3d commit 88eea57
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@ 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/",
onBrokenLinks: "throw",
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",
Expand Down Expand Up @@ -187,7 +187,7 @@ module.exports = {
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.',
'<a href="https://microsoft.github.io/autogen/stable/">AutoGen 0.4</a> has been released. Read the migration guide <a href="https://microsoft.github.io/autogen/stable/user-guide/agentchat-user-guide/migration-guide.html">here</a>.',
backgroundColor: "#fafbfc",
textColor: "#091E42",
isCloseable: true,
Expand Down
10 changes: 5 additions & 5 deletions website/src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ function HomepageHeader() {
className="button button--secondary button--lg"
to="/docs/Getting-Started"
>
Get Started
Get Started with 0.2
</Link>
<p className={styles.buttonTagline}>
Current stable version of AutoGen (autogen-agentchat~=0.2)
Legacy version of AutoGen (autogen-agentchat~=0.2)
</p>
</div>
<div className={styles.buttonWrapper}>
Expand All @@ -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
</Link>
<p className={styles.buttonTagline}>
A new event driven, asynchronous architecture for AutoGen
Learn how to migrate from AutoGen 0.2 to 0.4
</p>
</div>
</div>
Expand Down

0 comments on commit 88eea57

Please sign in to comment.