@@ -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
0 commit comments