Skip to content

Commit

Permalink
Merge pull request #8 from harishmohanraj/fix-broken-images
Browse files Browse the repository at this point in the history
Fix for broken image issue in key features
  • Loading branch information
harishmohanraj authored Dec 17, 2024
2 parents 4e6ff30 + cd5e165 commit abd27a1
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 43 deletions.
34 changes: 32 additions & 2 deletions website/docs/Home.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ mode: "wide"
---

import { PopularResources } from '/snippets/components/PopularResources.mdx';
import { KeyFeatures } from '/snippets/components/KeyFeatures.mdx';
import { ExploreContent } from '/snippets/components/ExploreContent.mdx';

<div class="homepage-hero-section">
Expand All @@ -20,7 +19,38 @@ import { ExploreContent } from '/snippets/components/ExploreContent.mdx';
<PopularResources />

### Key Features
<KeyFeatures />

<div class="key-features">
<CardGroup cols={3}>
<Card>
<div class="key-feature">
<img noZoom src="/static/img/conv_2.svg" alt="Multi-Agent Conversation Framework" />
<a href="/docs/Use-Cases/agent_chat">
Multi-Agent Conversation Framework
</a>
<p>AG2 provides multi-agent conversation framework as a high-level abstraction. With this framework, one can conveniently build LLM workflows.</p>
</div>
</Card>
<Card>
<div class="key-feature">
<img noZoom src='/static/img/autogen_app.svg' alt='Easily Build Diverse Applications' />
<a href='/docs/Use-Cases/agent_chat#diverse-applications-implemented-with-autogen'>
Easily Build Diverse Applications
</a>
<p>AG2 offers a collection of working systems spanning a wide range of applications from various domains and complexities.</p>
</div>
</Card>
<Card>
<div class="key-feature">
<img noZoom src='/static/img/extend.svg' alt='Enhanced LLM Inference & Optimization' />
<a href='/docs/Use-Cases/enhanced_inference'>
Enhanced LLM Inference & Optimization
</a>
<p>AG2 supports enhanced LLM inference APIs, which can be used to improve inference performance and reduce cost.</p>
</div>
</Card>
</CardGroup>
</div>

### Explore content
<ExploreContent />
2 changes: 1 addition & 1 deletion website/mint-style.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

40 changes: 0 additions & 40 deletions website/snippets/components/KeyFeatures.mdx

This file was deleted.

0 comments on commit abd27a1

Please sign in to comment.