Skip to content

Commit 96c77d4

Browse files
committed
feat: examples library, update examples on introduction page
1 parent 053c0d4 commit 96c77d4

File tree

3 files changed

+64
-12
lines changed

3 files changed

+64
-12
lines changed

fern/docs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,9 +95,9 @@ navigation:
9595
layout:
9696
- section: Get started
9797
contents:
98-
- page: Quickstart
99-
icon: fa-light fa-rocket
100-
path: quickstart/dashboard.mdx
98+
- page: Introduction
99+
icon: fa-light fa-info-circle
100+
path: quickstart/introduction.mdx
101101
- page: Phone calls
102102
icon: fa-solid fa-phone
103103
path: quickstart/phone.mdx

fern/examples.mdx

Lines changed: 50 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,64 @@
11
---
2-
title: Examples
2+
title: Examples Library
33
subtitle: Explore complete examples with step-by-step instructions to build with Vapi
44
slug: examples
55
---
66

77
<CardGroup cols={2}>
8-
<Card title="Outbound Sales" icon="phone" href="/examples/outbound-sales">
9-
Create an outbound sales agent that can schedule appointments automatically
8+
<Card title="Docs Agent" icon="book-open" href="/examples/docs-agent">
9+
<div className='absolute top-4 right-4'>
10+
<Icon icon="arrow-up-right-from-square" />
11+
</div>
12+
<div class="vapi-badge vapi-badge-assistant">Built with Assistants</div>
13+
<br />
14+
Build a docs agent that can answer questions about your documentation
1015
</Card>
1116
<Card title="Inbound Support" icon="headset" href="/examples/inbound-support">
17+
<div className='absolute top-4 right-4'>
18+
<Icon icon="arrow-up-right-from-square" />
19+
</div>
20+
<div class="vapi-badge vapi-badge-assistant">Built with Assistants</div>
21+
<br />
1222
Build a technical support assistant that remembers where you left off between calls
1323
</Card>
14-
<Card title="Pizza Website" icon="pizza-slice" href="/examples/pizza-website">
15-
Build a pizza ordering assistant for your website using the Web SDK
16-
</Card>
1724
<Card title="Voice Widget" icon="microphone" href="/examples/voice-widget">
25+
<div className='absolute top-4 right-4'>
26+
<Icon icon="arrow-up-right-from-square" />
27+
</div>
28+
<div class="vapi-badge vapi-badge-assistant">Built with Assistants</div>
29+
<br />
1830
Easily integrate the Vapi Voice Widget into your website for enhanced user interaction
1931
</Card>
32+
<Card title="Appointment Scheduling" icon="calendar-check" href="/examples/appointment-scheduling">
33+
<div className='absolute top-4 right-4'>
34+
<Icon icon="arrow-up-right-from-square" />
35+
</div>
36+
<div class="vapi-badge vapi-badge-workflow">Built with Workflows</div>
37+
<br />
38+
Build an appointment scheduling assistant that can schedule appointments for a barbershop
39+
</Card>
40+
<Card title="Medical Triage & Scheduling" icon="stethoscope" href="/examples/clinic-triage-scheduling">
41+
<div className='absolute top-4 right-4'>
42+
<Icon icon="arrow-up-right-from-square" />
43+
</div>
44+
<div class="vapi-badge vapi-badge-workflow">Built with Workflows</div>
45+
<br />
46+
Build a medical triage and scheduling assistant that can triage patients and schedule appointments for a clinic
47+
</Card>
48+
<Card title="Ecommerce Order Management" icon="shopping-cart" href="/examples/ecommerce-order-management">
49+
<div className='absolute top-4 right-4'>
50+
<Icon icon="arrow-up-right-from-square" />
51+
</div>
52+
<div class="vapi-badge vapi-badge-workflow">Built with Workflows</div>
53+
<br />
54+
Build an ecommerce order management assistant that can track orders and process returns
55+
</Card>
56+
<Card title="Lead Qualification" icon="phone" href="/examples/lead-qualification">
57+
<div className='absolute top-4 right-4'>
58+
<Icon icon="arrow-up-right-from-square" />
59+
</div>
60+
<div class="vapi-badge vapi-badge-workflow">Built with Workflows</div>
61+
<br />
62+
Create an outbound sales agent that can schedule appointments automatically
63+
</Card>
2064
</CardGroup>

fern/quickstart/introduction.mdx

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -156,9 +156,6 @@ Vapi offers two main primitives for building voice agents, each designed for dif
156156

157157
Handle booking requests, check availability, and confirm appointments with conditional routing.
158158
</Card>
159-
</CardGroup>
160-
161-
<CardGroup cols={2}>
162159
<Card
163160
title="Medical Triage & Scheduling"
164161
icon="stethoscope"
@@ -185,4 +182,15 @@ Vapi offers two main primitives for building voice agents, each designed for dif
185182

186183
Order tracking, returns, and customer support workflows.
187184
</Card>
185+
<Card
186+
title="See more examples"
187+
icon="book"
188+
iconType="solid"
189+
href="/examples"
190+
>
191+
<div className='absolute top-4 right-4'>
192+
<Icon icon="arrow-up-right-from-square" />
193+
</div>
194+
See our collection of examples covering a wide range of use cases.
195+
</Card>
188196
</CardGroup>

0 commit comments

Comments
 (0)