Skip to content

Commit 7e04669

Browse files
committed
docs(cleanup): remove redirected sdk/web.mdx page and flatten redirect chains
1 parent 5b679b5 commit 7e04669

6 files changed

Lines changed: 6 additions & 275 deletions

File tree

fern/chat/web-widget.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -471,7 +471,7 @@ Enhance your widget integration:
471471
* **[Assistant customization](/assistants)** - Fine-tune your assistant's behavior
472472

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

477477
<Callout>

fern/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1046,9 +1046,9 @@ redirects:
10461046
- source: /welcome
10471047
destination: /quickstart/introduction
10481048
- source: /sdks
1049-
destination: /sdk/web
1049+
destination: /quickstart/web
10501050
- source: /server-sdks
1051-
destination: /sdk/web
1051+
destination: /quickstart/web
10521052
- source: /overview
10531053
destination: /quickstart
10541054
- source: /assistants

fern/overview.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ Our SDKs are open source, and available on [our GitHub](https://github.com/VapiA
142142
icon="window"
143143
iconType="duotone"
144144
color="#ffdd03"
145-
href="/sdk/web"
145+
href="/quickstart/web"
146146
>
147147
Add a Vapi assistant to your web application.
148148
</Card>

fern/sdk/web.mdx

Lines changed: 0 additions & 269 deletions
This file was deleted.

fern/sdks.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ The Vapi Client SDKs automatically configure audio streaming to and from the cli
99
The SDKs are open source, and available on GitHub:
1010

1111
<CardGroup cols={3}>
12-
<Card title="Vapi Web" icon="window" iconType="duotone" href="/sdk/web">
12+
<Card title="Vapi Web" icon="window" iconType="duotone" href="/quickstart/web">
1313
Add a Vapi assistant to your web application.
1414
</Card>
1515
<Card

fern/snippets/sdk.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
export const SdkCards = ({ iconColor }) => (
22
<CardGroup cols={3}>
3-
<Card title="Vapi Web" icon="window" iconType="duotone" color={iconColor} href="/sdk/web">
3+
<Card title="Vapi Web" icon="window" iconType="duotone" color={iconColor} href="/quickstart/web">
44
Add a Vapi assistant to your web application.
55
</Card>
66
<Card

0 commit comments

Comments
 (0)