Skip to content

Commit 70de7c2

Browse files
Polishing
1 parent 047dffd commit 70de7c2

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
lines changed

website/mkdocs/docs/docs/home/home.md

+12-12
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ title: "Key Features"
55
<div class="homepage-hero-section">
66
<div class="hero-content">
77
<div class="hero-logo-section">
8-
<img class="hero-logo" noZoom src="/assets/img/ag2.svg" alt="AG2 Logo" />
8+
<img class="hero-logo" noZoom src="/ag2/assets/img/ag2.svg" alt="AG2 Logo" />
99
</div>
1010
<div class="hero-text-section">
1111
<h2 class="hero-title">AG2</h2>
1212
<p class="hero-subtitle">The Open Source Agent OS</p>
13-
<a class="hero-btn" href="/docs/home/quick-start">
13+
<a class="hero-btn" href="/ag2/docs/home/quick-start">
1414
<div>Getting Started - 3 Minute</div>
1515
</a>
1616
</div>
@@ -22,23 +22,23 @@ title: "Key Features"
2222
<div class="key-features not-prose grid gap-x-4 sm:grid-cols-3">
2323
<div class="card">
2424
<div class="key-feature">
25-
<img noZoom src="/assets/img/conv_2.svg" alt="Multi-Agent Conversation Framework" />
25+
<img noZoom src="/ag2/assets/img/conv_2.svg" alt="Multi-Agent Conversation Framework" />
2626
<p><b>Multi-Agent Conversation Framework</b></p>
2727
<p>AG2 provides multi-agent conversation framework as a high-level abstraction. With this framework, one can conveniently build LLM workflows.</p>
2828
</div>
2929
</div>
3030

3131
<div class="card">
3232
<div class="key-feature">
33-
<img noZoom src='/assets/img/autogen_app.svg' alt='Easily Build Diverse Applications' />
33+
<img noZoom src='/ag2/assets/img/autogen_app.svg' alt='Easily Build Diverse Applications' />
3434
<p><b>Easily Build Diverse Applications</b></p>
3535
<p>AG2 offers a collection of working systems spanning a wide range of applications from various domains and complexities.</p>
3636
</div>
3737
</div>
3838

3939
<div class="card">
4040
<div class="key-feature">
41-
<img noZoom src='/assets/img/extend.svg' alt='Enhanced LLM Inference & Optimization' />
41+
<img noZoom src='/ag2/assets/img/extend.svg' alt='Enhanced LLM Inference & Optimization' />
4242
<p><b>Enhanced LLM Inference & Optimization</b></p>
4343
<p>AG2 supports enhanced LLM inference APIs, which can be used to improve inference performance and reduce cost.</p>
4444
</div>
@@ -48,55 +48,55 @@ title: "Key Features"
4848
### Explore content
4949
<div class="explore-content">
5050
<div class="not-prose grid gap-x-4 sm:grid-cols-2">
51-
<a class="card" href="/docs/home/quick-start">
51+
<a class="card" href="/ag2/docs/home/quick-start">
5252
<div class="px-6 py-5">
5353
<div>
5454
<h2 class="font-semibold text-base text-gray-800 dark:text-white">Quick Start</h2>
5555
<div class="mt-1 font-normal text-sm leading-6 text-gray-600 dark:text-gray-400">Start building your AG2 application.</div>
5656
</div>
5757
</div>
5858
</a>
59-
<a class="card" href="/docs/user-guide/basic-concepts/installing-ag2">
59+
<a class="card" href="/ag2/docs/user-guide/basic-concepts/installing-ag2">
6060
<div class="px-6 py-5">
6161
<div>
6262
<h2 class="font-semibold text-base text-gray-800 dark:text-white">Concepts</h2>
6363
<div class="mt-1 font-normal text-sm leading-6 text-gray-600 dark:text-gray-400">Work through the key concepts of AG2 including ConversableAgent, GroupChat, Swarm, and tools.</div>
6464
</div>
6565
</div>
6666
</a>
67-
<a class="card" href="/docs/user-guide/advanced-concepts">
67+
<a class="card" href="/ag2/docs/user-guide/advanced-concepts">
6868
<div class="px-6 py-5">
6969
<div>
7070
<h2 class="font-semibold text-base text-gray-800 dark:text-white">Advanced Concepts</h2>
7171
<div class="mt-1 font-normal text-sm leading-6 text-gray-600 dark:text-gray-400">Advance to RAG, Code Execution, and more complex GroupChats and Swarms.</div>
7272
</div>
7373
</div>
7474
</a>
75-
<a class="card" href="/docs/use-cases/use-cases">
75+
<a class="card" href="/ag2/docs/use-cases/use-cases">
7676
<div class="px-6 py-5">
7777
<div>
7878
<h2 class="font-semibold text-base text-gray-800 dark:text-white">Use Cases</h2>
7979
<div class="mt-1 font-normal text-sm leading-6 text-gray-600 dark:text-gray-400">Try out use case workflows including Customer Service, Travel Planning, and Game Design.</div>
8080
</div>
8181
</div>
8282
</a>
83-
<a class="card" href="/docs/use-cases/notebooks/Notebooks">
83+
<a class="card" href="/ag2/docs/use-cases/notebooks/Notebooks">
8484
<div class="px-6 py-5">
8585
<div>
8686
<h2 class="font-semibold text-base text-gray-800 dark:text-white">Notebook Examples</h2>
8787
<div class="mt-1 font-normal text-sm leading-6 text-gray-600 dark:text-gray-400">A collection of interactive notebooks across all AG2 topics.</div>
8888
</div>
8989
</div>
9090
</a>
91-
<a class="card" href="/docs/api-reference">
91+
<a class="card" href="/ag2/docs/api-reference">
9292
<div class="px-6 py-5">
9393
<div>
9494
<h2 class="font-semibold text-base text-gray-800 dark:text-white">API Reference</h2>
9595
<div class="mt-1 font-normal text-sm leading-6 text-gray-600 dark:text-gray-400">Delve into the AG2 API reference.</div>
9696
</div>
9797
</div>
9898
</a>
99-
<a class="card" href="/docs/contributor-guide/contributing">
99+
<a class="card" href="/ag2/docs/contributor-guide/contributing">
100100
<div class="px-6 py-5">
101101
<div>
102102
<h2 class="font-semibold text-base text-gray-800 dark:text-white">How to Contribute</h2>

website/mkdocs/docs/stylesheets/extra.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ a.internal-link::after {
109109

110110
/* Home page hero section starts */
111111
.homepage-hero-section {
112-
background-image: url('/assets/img/homepage-hero-background.png');
112+
background-image: url('/ag2/assets/img/homepage-hero-background.png');
113113
background-repeat: no-repeat;
114114
background-size: contain;
115115
background-position: center;

website/mkdocs/mkdocs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
site_name: AG2
22
# description to improve website indexing
33
site_description: A programming framework for agentic AI
4-
site_url: http://docs.ag2.ai/
4+
site_url: https://harishmohanraj.github.io/ag2/
55
site_author: Chi Wang & Qingyun Wu
66
copyright: '&copy; 2025 <a href="https://ag2.ai/" target="_blank" rel="noopener">ag2</a>'
77

0 commit comments

Comments
 (0)