From 7ac801597ab81a4e300ae92e1f9726c0a28fffaa Mon Sep 17 00:00:00 2001 From: Victor Dibia Date: Fri, 11 Oct 2024 12:18:52 -0700 Subject: [PATCH 1/3] update docs, add link to v0.4 --- website/src/pages/index.js | 47 ++++++++++++++++++++---------- website/src/pages/index.module.css | 14 +++++++++ 2 files changed, 45 insertions(+), 16 deletions(-) diff --git a/website/src/pages/index.js b/website/src/pages/index.js index 203c72c02223..812735f5e37a 100644 --- a/website/src/pages/index.js +++ b/website/src/pages/index.js @@ -1,24 +1,38 @@ -import React from 'react'; -import clsx from 'clsx'; -import Layout from '@theme/Layout'; -import Link from '@docusaurus/Link'; -import useDocusaurusContext from '@docusaurus/useDocusaurusContext'; -import styles from './index.module.css'; -import HomepageFeatures from '../components/HomepageFeatures'; +import React from "react"; +import clsx from "clsx"; +import Layout from "@theme/Layout"; +import Link from "@docusaurus/Link"; +import useDocusaurusContext from "@docusaurus/useDocusaurusContext"; +import styles from "./index.module.css"; +import HomepageFeatures from "../components/HomepageFeatures"; function HomepageHeader() { - const {siteConfig} = useDocusaurusContext(); + const { siteConfig } = useDocusaurusContext(); return ( -
+

{siteConfig.title}

{siteConfig.tagline}

- - Getting Started - 3min ⏱️ - +
+ + Get Started + +

+ Current stable version of AutoGen +

+
+
+ + Preview v0.4 + +

+ A new event-driven architecture for AutoGen +

+
@@ -26,11 +40,12 @@ function HomepageHeader() { } export default function Home() { - const {siteConfig} = useDocusaurusContext(); + const { siteConfig } = useDocusaurusContext(); return ( + description="Enabling Next-Gen LLM Applications via Multi-Agent Conversation Framework" + >
diff --git a/website/src/pages/index.module.css b/website/src/pages/index.module.css index 5c0d4f6e20c4..dc827fa4c423 100644 --- a/website/src/pages/index.module.css +++ b/website/src/pages/index.module.css @@ -22,4 +22,18 @@ display: flex; align-items: center; justify-content: center; + gap: 10px; +} + +.buttonWrapper { + display: flex; + flex-direction: column; + align-items: center; +} + +.buttonTagline { + font-size: 0.8rem; + margin-top: 5px; + text-align: center; + max-width: 200px; } From 201825d2fad84a9199027168c3a4728766ec7c8f Mon Sep 17 00:00:00 2001 From: Victor Dibia Date: Fri, 11 Oct 2024 12:46:58 -0700 Subject: [PATCH 2/3] update homepage text --- website/src/pages/index.js | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/website/src/pages/index.js b/website/src/pages/index.js index 812735f5e37a..90cf54de49e3 100644 --- a/website/src/pages/index.js +++ b/website/src/pages/index.js @@ -26,11 +26,14 @@ function HomepageHeader() {

- + Preview v0.4

- A new event-driven architecture for AutoGen + A new event driven architecture for AutoGen

From 347aa828f28decae7ed746e82b92ab44810eaebc Mon Sep 17 00:00:00 2001 From: Eric Zhu Date: Fri, 11 Oct 2024 18:20:14 -0700 Subject: [PATCH 3/3] Update website/src/pages/index.js --- website/src/pages/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/src/pages/index.js b/website/src/pages/index.js index 90cf54de49e3..d3e8d0f5627e 100644 --- a/website/src/pages/index.js +++ b/website/src/pages/index.js @@ -28,7 +28,7 @@ function HomepageHeader() {
Preview v0.4