Skip to content

Web SDK Quickstart #430

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 15 commits into from
Closed
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
27 changes: 14 additions & 13 deletions fern/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,23 +95,15 @@ navigation:
layout:
- section: Get started
contents:
- page: Quickstart
icon: fa-light fa-bolt-lightning
- page: Dashboard
icon: fa-light fa-table-columns
path: quickstart/dashboard.mdx
- page: Make a web call
icon: fa-light fa-browser
- page: Web SDK
icon: fa-light fa-laptop-code
path: quickstart/web.mdx
- section: How Vapi works
icon: fa-light fa-diagram-project
contents:
- page: Core models
path: quickstart.mdx
icon: fa-light fa-microchip-ai
- page: Orchestration models
icon: fa-light fa-network-wired
path: how-vapi-works.mdx
- section: Examples
icon: fa-light fa-code
path: examples.mdx
contents:
- page: Inbound support
path: examples/inbound-support.mdx
Expand Down Expand Up @@ -373,6 +365,15 @@ navigation:
- page: FAQ
path: faq.mdx
icon: fa-light fa-question
- section: How Vapi works
icon: fa-light fa-diagram-project
contents:
- page: Core models
path: quickstart.mdx
icon: fa-light fa-microchip-ai
- page: Orchestration models
icon: fa-light fa-network-wired
path: how-vapi-works.mdx
- section: Integrations
collapsed: true
icon: fa-light fa-link
Expand Down
20 changes: 20 additions & 0 deletions fern/examples.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
title: Examples
subtitle: Explore complete examples with step-by-step instructions to build with Vapi
slug: examples
---

<CardGroup cols={2}>
<Card title="Outbound Sales" icon="phone" href="/examples/outbound-sales">
Create an outbound sales agent that can schedule appointments automatically
</Card>
<Card title="Inbound Support" icon="headset" href="/examples/inbound-support">
Build a technical support assistant that remembers where you left off between calls
</Card>
<Card title="Pizza Website" icon="pizza-slice" href="/examples/pizza-website">
Build a pizza ordering assistant for your website using the Web SDK
</Card>
<Card title="Voice Widget" icon="microphone" href="/examples/voice-widget">
Easily integrate the Vapi Voice Widget into your website for enhanced user interaction
</Card>
</CardGroup>
2 changes: 1 addition & 1 deletion fern/quickstart/dashboard.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Dashboard
subtitle: Learn to build a voice agent in under 5 minutes.
subtitle: Learn to build a voice agent in under 5 minutes using the Vapi dashboard.
slug: quickstart/dashboard
---

Expand Down
Loading
Loading