Skip to content

Commit e9436df

Browse files
committed
feat(quickstart): introduce SDK quickstarts
1 parent f09603c commit e9436df

File tree

6 files changed

+1318
-615
lines changed

6 files changed

+1318
-615
lines changed

fern/docs.yml

Lines changed: 24 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -98,9 +98,21 @@ navigation:
9898
- page: Dashboard
9999
icon: fa-light fa-table-columns
100100
path: quickstart/dashboard.mdx
101-
- page: Web SDK
101+
- page: Client SDKs
102102
icon: fa-light fa-laptop-code
103-
path: quickstart/web.mdx
103+
path: quickstart/client-sdk.mdx
104+
- page: Server SDKs
105+
icon: fa-light fa-globe
106+
path: quickstart/server-sdk.mdx
107+
- section: How Vapi works
108+
icon: fa-light fa-diagram-project
109+
contents:
110+
- page: Core models
111+
path: quickstart.mdx
112+
icon: fa-light fa-microchip-ai
113+
- page: Orchestration models
114+
icon: fa-light fa-network-wired
115+
path: how-vapi-works.mdx
104116
- section: Examples
105117
icon: fa-light fa-code
106118
path: examples.mdx
@@ -565,29 +577,29 @@ navigation:
565577
layout:
566578
- section: Client SDKs
567579
contents:
568-
- page: Web
569-
path: sdk/web.mdx
570-
icon: fa-light fa-globe
580+
- link: Web SDK
581+
href: https://github.com/VapiAI/web
582+
icon: fa-brands fa-js
571583
- link: iOS
572584
href: https://github.com/VapiAI/ios
573-
icon: fa-brands fa-app-store-ios
585+
icon: fa-brands fa-apple
574586
- link: Flutter
575587
href: https://github.com/VapiAI/flutter
576-
icon: fa-brands fa-google
588+
icon: fa-light fa-mobile
577589
- link: React Native
578-
href: https://github.com/VapiAI/react-native-sdk
590+
href: https://github.com/VapiAI/react-native
579591
icon: fa-brands fa-react
580592
- link: Python
581593
href: https://github.com/VapiAI/python
582594
icon: fa-brands fa-python
583595
- section: Server SDKs
584596
contents:
585-
- link: Python
586-
href: https://github.com/VapiAI/server-sdk-python
587-
icon: fa-brands fa-python
588597
- link: TypeScript
589598
href: https://github.com/VapiAI/server-sdk-typescript
590599
icon: fa-brands fa-js
600+
- link: Python
601+
href: https://github.com/VapiAI/server-sdk-python
602+
icon: fa-brands fa-python
591603
- link: Java
592604
href: https://github.com/VapiAI/server-sdk-java
593605
icon: fa-brands fa-java
@@ -596,7 +608,7 @@ navigation:
596608
icon: fa-light fa-gem
597609
- link: C#
598610
href: https://github.com/VapiAI/server-sdk-csharp
599-
icon: fa-light fa-hashtag
611+
icon: fa-light fa-brackets-curly
600612
- link: Go
601613
href: https://github.com/VapiAI/server-sdk-go
602614
icon: fa-brands fa-golang

fern/overview.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ Each layer is highly customizable and we support dozens of models across STT, LL
4242
The easiest way to start with Vapi. Build a voice agent in 5 minutes.
4343
</Card>
4444
<Card
45-
title="Web Quickstart"
46-
href="https://docs.vapi.ai/quickstart/web">
47-
Quickly get started making web calls.
45+
title="Client SDKs"
46+
href="https://docs.vapi.ai/quickstart/client-sdk">
47+
Quickly get started making web calls with our client SDKs.
4848
</Card>
4949
</CardGroup>
5050

0 commit comments

Comments
 (0)