Skip to content

Commit abc33f9

Browse files
authored
Guides page (collection of examples) (#499)
* feat: rename `examples` to `cookbook`, add banner image * chore: update links and redirects * fix: rename `cookbook` to `guides` * fix: rename `cookbook.mdx` to `guides.mdx` * chore: update sidebar label to `Vapi Guides`
1 parent 9bd7236 commit abc33f9

File tree

4 files changed

+18
-12
lines changed

4 files changed

+18
-12
lines changed

fern/docs.yml

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -105,9 +105,9 @@ navigation:
105105
- page: Web calls
106106
icon: fa-light fa-browser
107107
path: quickstart/web.mdx
108-
- page: Example Library
108+
- page: Vapi Guides
109109
icon: fa-light fa-book-open
110-
path: examples.mdx
110+
path: guides.mdx
111111

112112
- section: Assistants
113113
contents:
@@ -773,15 +773,15 @@ redirects:
773773
- source: "/multilingual/introduction"
774774
destination: "/multilingual"
775775
- source: "/outbound_sales"
776-
destination: "/examples/lead-qualification"
776+
destination: "/workflows/examples/lead-qualification"
777777
- source: "/technical_support"
778-
destination: "/examples/inbound-support"
778+
destination: "/assistants/examples/inbound-support"
779779
- source: "/pizza_website"
780-
destination: "/examples/inbound-support"
780+
destination: "/assistants/examples/inbound-support"
781781
- source: "/examples/pizza-website"
782-
destination: "/examples/inbound-support"
782+
destination: "/assistants/examples/inbound-support"
783783
- source: "/voice_widget"
784-
destination: "/examples/voice-widget"
784+
destination: "/assistants/examples/voice-widget"
785785
- source: "/clients"
786786
destination: "/sdks"
787787
- source: "/error_message_guide"
@@ -832,7 +832,7 @@ redirects:
832832
destination: /quickstart
833833
- source: /assistants
834834
destination: /api-reference/assistants/create
835-
- source: /workflows/examples/outbound-sales
835+
- source: /examples/outbound-sales
836836
destination: /workflows/examples/lead-qualification
837837
- source: /workflows
838838
destination: /workflows/quickstart
@@ -850,3 +850,5 @@ redirects:
850850
destination: /workflows/examples/appointment-scheduling
851851
- source: /assistants/examples
852852
destination: /assistants/examples/inbound-support
853+
- source: /examples
854+
destination: /guides

fern/examples.mdx renamed to fern/guides.mdx

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
---
2-
title: Examples Library
3-
subtitle: Explore complete examples with step-by-step instructions to build with Vapi
4-
slug: examples
2+
title: Guides
3+
subtitle: Explore real-world, cloneable examples to build voice agents with Vapi. Now including new Workflow-based guides!
4+
slug: guides
55
---
66

7+
<Frame>
8+
<img src="./static/images/guides-banner.png" alt="Vapi Guides" />
9+
</Frame>
10+
711
<CardGroup cols={2}>
812
<Card title="Docs Agent" icon="book-open" href="/assistants/examples/docs-agent">
913
<div className='absolute top-4 right-4'>

fern/quickstart/web.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1243,7 +1243,7 @@ Handle real-time events for both client and server applications:
12431243

12441244
Now that you understand both client and server SDK capabilities:
12451245

1246-
- **Explore use cases:** Check out our [examples section](/examples/inbound-support) for complete implementations
1246+
- **Explore use cases:** Check out our [examples section](/assistants/examples/inbound-support) for complete implementations
12471247
- **Add tools:** Connect your voice agents to external APIs and databases with [custom tools](/tools/custom-tools)
12481248
- **Configure models:** Try different [speech and language models](/assistants/speech-configuration) for better performance
12491249
- **Scale with workflows:** Use [Vapi workflows](/workflows/quickstart) for complex multi-step processes

fern/static/images/guides-banner.png

123 KB
Loading

0 commit comments

Comments
 (0)