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
2 changes: 1 addition & 1 deletion fern/chat/web-widget.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,7 @@ Enhance your widget integration:
* **[Assistant customization](/assistants)** - Fine-tune your assistant's behavior

<Tip>
The widget automatically handles microphone permissions, audio processing, and cross-browser compatibility. For custom implementations, consider using the [Web SDK](/sdk/web) directly.
The widget automatically handles microphone permissions, audio processing, and cross-browser compatibility. For custom implementations, consider using the [Web SDK](/quickstart/web) directly.
</Tip>

<Callout>
Expand Down
4 changes: 2 additions & 2 deletions fern/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1046,9 +1046,9 @@ redirects:
- source: /welcome
destination: /quickstart/introduction
- source: /sdks
destination: /sdk/web
destination: /quickstart/web
- source: /server-sdks
destination: /sdk/web
destination: /quickstart/web
- source: /overview
destination: /quickstart
- source: /assistants
Expand Down
2 changes: 1 addition & 1 deletion fern/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ Our SDKs are open source, and available on [our GitHub](https://github.com/VapiA
icon="window"
iconType="duotone"
color="#ffdd03"
href="/sdk/web"
href="/quickstart/web"
>
Add a Vapi assistant to your web application.
</Card>
Expand Down
269 changes: 0 additions & 269 deletions fern/sdk/web.mdx

This file was deleted.

2 changes: 1 addition & 1 deletion fern/sdks.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ The Vapi Client SDKs automatically configure audio streaming to and from the cli
The SDKs are open source, and available on GitHub:

<CardGroup cols={3}>
<Card title="Vapi Web" icon="window" iconType="duotone" href="/sdk/web">
<Card title="Vapi Web" icon="window" iconType="duotone" href="/quickstart/web">
Add a Vapi assistant to your web application.
</Card>
<Card
Expand Down
2 changes: 1 addition & 1 deletion fern/snippets/sdk.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export const SdkCards = ({ iconColor }) => (
<CardGroup cols={3}>
<Card title="Vapi Web" icon="window" iconType="duotone" color={iconColor} href="/sdk/web">
<Card title="Vapi Web" icon="window" iconType="duotone" color={iconColor} href="/quickstart/web">
Add a Vapi assistant to your web application.
</Card>
<Card
Expand Down
Loading