Skip to content

Commit 238e9e9

Browse files
author
elizabethtrykin
committed
Consolidate quickstarts
1 parent 51e7c3a commit 238e9e9

File tree

12 files changed

+344
-774
lines changed

12 files changed

+344
-774
lines changed

fern/assets/styles.css

Lines changed: 1 addition & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@
174174
/* SIDEBAR */
175175
.fern-theme-default.fern-container .fern-sidebar-container {
176176
background-color: light-dark(#fff, #0e0e13);
177-
border-right: 1px solid #e0e0e0;
177+
border-right: 1px solid #0e0e13;
178178
}
179179

180180
html.dark button[data-highlighted] .fern-api-property-meta {
@@ -184,29 +184,3 @@ html.dark button[data-highlighted] .fern-api-property-meta {
184184
.light .fern-theme-default.fern-container {
185185
background-color: #fff !important;
186186
}
187-
188-
/* .fern-theme-default.fern-container,
189-
.fern-theme-default.fern-container > * {
190-
margin: 0 !important;
191-
padding: 0 !important;
192-
max-width: 100vw !important;
193-
width: 100vw !important;
194-
box-sizing: border-box !important;
195-
}
196-
197-
#fern-header,
198-
.fern-header-container,
199-
.fern-header,
200-
.fern-header-content {
201-
padding: 0 36px 0 8px !important;
202-
margin: 0 0px !important;
203-
max-width: 100vw !important;
204-
width: 100vw !important;
205-
box-sizing: border-box !important;
206-
}
207-
208-
.fern-header-tabs,
209-
.fern-header-tabs-list {
210-
margin: 0px !important;
211-
padding: 0px !important;
212-
} */

fern/docs.yml

Lines changed: 55 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,6 @@ colors:
3131
experimental:
3232
mdx-components:
3333
- snippets
34-
landing-page:
35-
page: Welcome
36-
path: welcome.mdx
3734
css: assets/styles.css
3835
js:
3936
- path: ./assets/close-playground.js
@@ -68,6 +65,10 @@ tabs:
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
8084
analytics:
8185
posthog:
8286
api-key: ${POSTHOG_PROJECT_API_KEY}
@@ -86,17 +90,12 @@ analytics:
8690
navigation:
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

518533
redirects:
@@ -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

fern/fern.config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"organization": "vapi",
3-
"version": "0.57.34"
3+
"version": "0.60.10"
44
}

0 commit comments

Comments
 (0)