Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 10 additions & 8 deletions fern/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,9 +105,9 @@ navigation:
- page: Web calls
icon: fa-light fa-browser
path: quickstart/web.mdx
- page: Example Library
- page: Vapi Guides
icon: fa-light fa-book-open
path: examples.mdx
path: guides.mdx

- section: Assistants
contents:
Expand Down Expand Up @@ -773,15 +773,15 @@ redirects:
- source: "/multilingual/introduction"
destination: "/multilingual"
- source: "/outbound_sales"
destination: "/examples/lead-qualification"
destination: "/workflows/examples/lead-qualification"
- source: "/technical_support"
destination: "/examples/inbound-support"
destination: "/assistants/examples/inbound-support"
- source: "/pizza_website"
destination: "/examples/inbound-support"
destination: "/assistants/examples/inbound-support"
- source: "/examples/pizza-website"
destination: "/examples/inbound-support"
destination: "/assistants/examples/inbound-support"
- source: "/voice_widget"
destination: "/examples/voice-widget"
destination: "/assistants/examples/voice-widget"
- source: "/clients"
destination: "/sdks"
- source: "/error_message_guide"
Expand Down Expand Up @@ -832,7 +832,7 @@ redirects:
destination: /quickstart
- source: /assistants
destination: /api-reference/assistants/create
- source: /workflows/examples/outbound-sales
- source: /examples/outbound-sales
destination: /workflows/examples/lead-qualification
- source: /workflows
destination: /workflows/quickstart
Expand All @@ -850,3 +850,5 @@ redirects:
destination: /workflows/examples/appointment-scheduling
- source: /assistants/examples
destination: /assistants/examples/inbound-support
- source: /examples
destination: /guides
10 changes: 7 additions & 3 deletions fern/examples.mdx → fern/guides.mdx
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
---
title: Examples Library
subtitle: Explore complete examples with step-by-step instructions to build with Vapi
slug: examples
title: Guides
subtitle: Explore real-world, cloneable examples to build voice agents with Vapi. Now including new Workflow-based guides!
slug: guides
---

<Frame>
<img src="./static/images/guides-banner.png" alt="Vapi Guides" />
</Frame>

<CardGroup cols={2}>
<Card title="Docs Agent" icon="book-open" href="/assistants/examples/docs-agent">
<div className='absolute top-4 right-4'>
Expand Down
2 changes: 1 addition & 1 deletion fern/quickstart/web.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -1243,7 +1243,7 @@ Handle real-time events for both client and server applications:

Now that you understand both client and server SDK capabilities:

- **Explore use cases:** Check out our [examples section](/examples/inbound-support) for complete implementations
- **Explore use cases:** Check out our [examples section](/assistants/examples/inbound-support) for complete implementations
- **Add tools:** Connect your voice agents to external APIs and databases with [custom tools](/tools/custom-tools)
- **Configure models:** Try different [speech and language models](/assistants/speech-configuration) for better performance
- **Scale with workflows:** Use [Vapi workflows](/workflows/quickstart) for complex multi-step processes
Expand Down
Binary file added fern/static/images/guides-banner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading