@@ -31,9 +31,6 @@ colors:
3131experimental :
3232 mdx-components :
3333 - snippets
34- landing-page :
35- page : Welcome
36- path : welcome.mdx
3734css : assets/styles.css
3835js :
3936 - path : ./assets/close-playground.js
6865 display-name : Documentation
6966 icon : book
7067 slug : documentation
68+ sdks :
69+ display-name : SDKs (& MCP server)
70+ icon : code
71+ slug : sdks
7172 changelog :
7273 display-name : Changelog
7374 slug : changelog
@@ -77,6 +78,9 @@ layout:
7778 tabs-placement : header
7879 searchbar-placement : header
7980 header-height : 80px
81+ page-width : full
82+ content-width : 55rem
83+ sidebar-width : 230px
8084analytics :
8185 posthog :
8286 api-key : ${POSTHOG_PROJECT_API_KEY}
@@ -86,17 +90,12 @@ analytics:
8690navigation :
8791 - tab : documentation
8892 layout :
89- - page : Introduction
90- path : introduction.mdx
91- - section : Quickstart
92- collapsed : true
93+ - section : Get Started
9394 contents :
95+ - page : Welcome
96+ path : welcome.mdx
9497 - page : Dashboard Quickstart
9598 path : quickstart/dashboard.mdx
96- - page : Inbound Call Quickstart
97- path : quickstart/inbound.mdx
98- - page : Outbound Call Quickstart
99- path : quickstart/outbound.mdx
10099 - page : Web Call Quickstart
101100 path : quickstart/web.mdx
102101 - section : How Vapi Works
@@ -187,6 +186,8 @@ navigation:
187186 contents :
188187 - page : Free Telephony
189188 path : phone-numbers/free-telephony.mdx
189+ - page : Import Twillio Number
190+ path : phone-numbers/import-twillio.mdx
190191 - page : Native Telnyx Integration
191192 path : phone-numbers/telnyx.mdx
192193 - section : SIP Integration
@@ -371,25 +372,6 @@ navigation:
371372 - page : WebSocket Transport
372373 path : calls/websocket-transport.mdx
373374
374- - section : SDKs
375- path : sdks.mdx
376- contents :
377- - section : Client SDKs
378- contents :
379- - page : Web SDK
380- path : sdk/web.mdx
381- - page : Web Snippet
382- path : examples/voice-widget.mdx
383- - page : JWT Authentication
384- path : customization/jwt-authentication.mdx
385-
386- - page : Server SDKs
387- path : server-sdks.mdx
388- - page : MCP Server
389- path : sdk/mcp-server.mdx
390- - page : Ecosystem
391- path : resources.mdx
392-
393375 - section : Webhooks
394376 path : server-url.mdx
395377 contents :
@@ -513,6 +495,39 @@ navigation:
513495 - link : OpenAPI
514496 href : https://api.vapi.ai/api-json
515497
498+ - tab : sdks
499+ layout :
500+ - section : Client SDKs
501+ contents :
502+ - page : Web
503+ path : sdk/web.mdx
504+ - link : iOS
505+ href : https://github.com/VapiAI/ios
506+ - link : Flutter
507+ href : https://github.com/VapiAI/flutter
508+ - link : React Native
509+ href : https://github.com/VapiAI/react-native-sdk
510+ - link : Python
511+ href : https://github.com/VapiAI/python
512+ - section : Server SDKs
513+ contents :
514+ - link : Python
515+ href : https://github.com/VapiAI/server-sdk-python
516+ - link : TypeScript
517+ href : https://github.com/VapiAI/server-sdk-typescript
518+ - link : Java
519+ href : https://github.com/VapiAI/server-sdk-java
520+ - link : Ruby
521+ href : https://github.com/VapiAI/server-sdk-ruby
522+ - link : C#
523+ href : https://github.com/VapiAI/server-sdk-csharp
524+ - link : Go
525+ href : https://github.com/VapiAI/server-sdk-go
526+ - page : MCP Server
527+ path : sdk/mcp-server.mdx
528+ - page : Ecosystem
529+ path : resources.mdx
530+
516531 - tab : changelog
517532
518533redirects :
@@ -686,3 +701,13 @@ redirects:
686701 destination : /calls/voicemail-detection
687702 - source : /phone-calling/voicemail-detection
688703 destination : /calls/voicemail-detection
704+ - source : /quickstart/phone/inbound
705+ destination : /quickstart/dashboard
706+ - source : /quickstart/phone/outbound
707+ destination : /quickstart/dashboard
708+ - source : /introduction
709+ destination : /welcome
710+ - source : /sdks
711+ destination : /sdk/web
712+ - source : /server-sdks
713+ destination : /sdk/web
0 commit comments