diff --git a/fern/docs.yml b/fern/docs.yml index 5e699e21d..78755cab6 100644 --- a/fern/docs.yml +++ b/fern/docs.yml @@ -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: @@ -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" @@ -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 @@ -850,3 +850,5 @@ redirects: destination: /workflows/examples/appointment-scheduling - source: /assistants/examples destination: /assistants/examples/inbound-support + - source: /examples + destination: /guides diff --git a/fern/examples.mdx b/fern/guides.mdx similarity index 92% rename from fern/examples.mdx rename to fern/guides.mdx index 62a831847..a6cff3837 100644 --- a/fern/examples.mdx +++ b/fern/guides.mdx @@ -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 --- + + Vapi Guides + +
diff --git a/fern/quickstart/web.mdx b/fern/quickstart/web.mdx index b83834ef3..1ecf6a064 100644 --- a/fern/quickstart/web.mdx +++ b/fern/quickstart/web.mdx @@ -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 diff --git a/fern/static/images/guides-banner.png b/fern/static/images/guides-banner.png new file mode 100644 index 000000000..2067b5a89 Binary files /dev/null and b/fern/static/images/guides-banner.png differ