Skip to content

Commit e37f745

Browse files
authored
fix(guides): reoder entries to bring workflows higher in the list (#500)
1 parent abc33f9 commit e37f745

File tree

1 file changed

+21
-20
lines changed

1 file changed

+21
-20
lines changed

fern/guides.mdx

Lines changed: 21 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -9,60 +9,61 @@ slug: guides
99
</Frame>
1010

1111
<CardGroup cols={2}>
12-
<Card title="Docs Agent" icon="book-open" href="/assistants/examples/docs-agent">
12+
<Card title="Appointment Scheduling" icon="calendar-check" href="/workflows/examples/appointment-scheduling">
1313
<div className='absolute top-4 right-4'>
1414
<Icon icon="arrow-up-right-from-square" />
1515
</div>
16-
<div class="vapi-badge vapi-badge-assistant">Built with Assistants</div>
16+
<div class="vapi-badge vapi-badge-workflow">Built with Workflows</div>
1717
<br />
18-
Build a docs agent that can answer questions about your documentation
18+
Build an appointment scheduling assistant that can schedule appointments for a barbershop
1919
</Card>
20-
<Card title="Inbound Support" icon="headset" href="/assistants/examples/inbound-support">
20+
<Card title="Medical Triage & Scheduling" icon="stethoscope" href="/workflows/examples/clinic-triage-scheduling">
2121
<div className='absolute top-4 right-4'>
2222
<Icon icon="arrow-up-right-from-square" />
2323
</div>
24-
<div class="vapi-badge vapi-badge-assistant">Built with Assistants</div>
24+
<div class="vapi-badge vapi-badge-workflow">Built with Workflows</div>
2525
<br />
26-
Build a technical support assistant that remembers where you left off between calls
26+
Build a medical triage and scheduling assistant that can triage patients and schedule appointments for a clinic
2727
</Card>
28-
<Card title="Voice Widget" icon="microphone" href="/assistants/examples/voice-widget">
28+
<Card title="Ecommerce Order Management" icon="shopping-cart" href="/workflows/examples/ecommerce-order-management">
2929
<div className='absolute top-4 right-4'>
3030
<Icon icon="arrow-up-right-from-square" />
3131
</div>
32-
<div class="vapi-badge vapi-badge-assistant">Built with Assistants</div>
32+
<div class="vapi-badge vapi-badge-workflow">Built with Workflows</div>
3333
<br />
34-
Easily integrate the Vapi Voice Widget into your website for enhanced user interaction
34+
Build an ecommerce order management assistant that can track orders and process returns
3535
</Card>
36-
<Card title="Appointment Scheduling" icon="calendar-check" href="/workflows/examples/appointment-scheduling">
36+
<Card title="Lead Qualification" icon="phone" href="/workflows/examples/lead-qualification">
3737
<div className='absolute top-4 right-4'>
3838
<Icon icon="arrow-up-right-from-square" />
3939
</div>
4040
<div class="vapi-badge vapi-badge-workflow">Built with Workflows</div>
4141
<br />
42-
Build an appointment scheduling assistant that can schedule appointments for a barbershop
42+
Create an outbound sales agent that can schedule appointments automatically
4343
</Card>
44-
<Card title="Medical Triage & Scheduling" icon="stethoscope" href="/workflows/examples/clinic-triage-scheduling">
44+
<Card title="Docs Agent" icon="book-open" href="/assistants/examples/docs-agent">
4545
<div className='absolute top-4 right-4'>
4646
<Icon icon="arrow-up-right-from-square" />
4747
</div>
48-
<div class="vapi-badge vapi-badge-workflow">Built with Workflows</div>
48+
<div class="vapi-badge vapi-badge-assistant">Built with Assistants</div>
4949
<br />
50-
Build a medical triage and scheduling assistant that can triage patients and schedule appointments for a clinic
50+
Build a docs agent that can answer questions about your documentation
5151
</Card>
52-
<Card title="Ecommerce Order Management" icon="shopping-cart" href="/workflows/examples/ecommerce-order-management">
52+
<Card title="Inbound Support" icon="headset" href="/assistants/examples/inbound-support">
5353
<div className='absolute top-4 right-4'>
5454
<Icon icon="arrow-up-right-from-square" />
5555
</div>
56-
<div class="vapi-badge vapi-badge-workflow">Built with Workflows</div>
56+
<div class="vapi-badge vapi-badge-assistant">Built with Assistants</div>
5757
<br />
58-
Build an ecommerce order management assistant that can track orders and process returns
58+
Build a technical support assistant that remembers where you left off between calls
5959
</Card>
60-
<Card title="Lead Qualification" icon="phone" href="/workflows/examples/lead-qualification">
60+
<Card title="Voice Widget" icon="microphone" href="/assistants/examples/voice-widget">
6161
<div className='absolute top-4 right-4'>
6262
<Icon icon="arrow-up-right-from-square" />
6363
</div>
64-
<div class="vapi-badge vapi-badge-workflow">Built with Workflows</div>
64+
<div class="vapi-badge vapi-badge-assistant">Built with Assistants</div>
6565
<br />
66-
Create an outbound sales agent that can schedule appointments automatically
66+
Easily integrate the Vapi Voice Widget into your website for enhanced user interaction
6767
</Card>
68+
6869
</CardGroup>

0 commit comments

Comments
 (0)