Skip to content

Commit b933c23

Browse files
committed
more cleanup
1 parent 2bf16d1 commit b933c23

File tree

3 files changed

+21
-26
lines changed

3 files changed

+21
-26
lines changed

fern/docs.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ navigation:
9090
- tab: documentation
9191
layout:
9292
- section: Getting Started
93+
collapsed: true
9394
contents:
9495
- section: Quickstart
9596
path: introduction.mdx
@@ -312,11 +313,13 @@ navigation:
312313
path: providers/chat-dash.mdx
313314

314315
- section: Test
316+
collapsed: true
315317
contents:
316318
- page: Test Suites
317319
path: test/test-suites.mdx
318320

319321
- section: Deploy
322+
collapsed: true
320323
contents:
321324
- section: Calls
322325
path: phone-calling.mdx
@@ -362,6 +365,7 @@ navigation:
362365
path: server-url/developing-locally.mdx
363366

364367
- section: Community
368+
collapsed: true
365369
contents:
366370
- section: Videos
367371
contents:
@@ -402,6 +406,7 @@ navigation:
402406
href: https://discord.com/invite/pUFNcf2WmH
403407

404408
- section: Support & Billing
409+
collapsed: true
405410
contents:
406411
- page: Support
407412
path: support.mdx
@@ -444,6 +449,7 @@ navigation:
444449
href: https://status.vapi.ai/
445450

446451
- section: Legal
452+
collapsed: true
447453
contents:
448454
- page: TCPA Consent Guidelines
449455
path: tcpa-consent.mdx

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.53.17"
3+
"version": "0.56.13"
44
}

fern/welcome.mdx

Lines changed: 14 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,32 @@
11
---
2-
title: Welcome to Vapi's Developer Documentation
2+
title: "👋 Welcome to Vapi Docs"
33
layout: overview
44
---
55

6-
Everything you need to build, test, & deploy voice AI agents in minutes rather than months
6+
Vapi helps developers build, test, and deploy voice agents at scale. We enable everything in between the raw models and production, including telephony, test suites, and real-time analytics.
7+
8+
<br />
79

810
<CardGroup cols={2}>
911
<Card
10-
title="Quickstart"
12+
title="Quickstart (<5 minutes)"
1113
icon="clock"
1214
href="/quickstart/dashboard"
1315
>
14-
Get started now with the Vapi web dashboard.
16+
Get started now with the Vapi Dashboard.
1517
</Card>
18+
1619
<Card title="Documentation" icon="book" href="introduction">
17-
Reference our documentation for how to use Vapi's Voice AI platform.
20+
Learn how to use Vapi's Voice AI platform.
1821
</Card>
19-
<Card title="Community" icon="fa-brands fa-discord" href="https://discord.gg/pUFNcf2WmH">
20-
Connect with our team & other developers using Vapi.
22+
23+
<Card title="Discord" icon="fa-brands fa-discord" href="https://discord.gg/pUFNcf2WmH">
24+
Connect with 11,833 other Vapi developers.
2125
</Card>
26+
2227
<Card title="GitHub" icon="fa-brands fa-github" href="https://github.com/VapiAI">
23-
Check out our GitHub to see what the Vapi team has been up to.
28+
Check out our public SDKs.
2429
</Card>
25-
</CardGroup>
26-
2730

28-
<CardGroup cols={2}>
29-
<Card
30-
title="Support"
31-
icon="headset"
32-
href="/support"
33-
>
34-
Get help from our team through email, Discord community, or dedicated enterprise support channels.
35-
</Card>
36-
<Card
37-
title="Enterprise Plans"
38-
icon="building"
39-
href="/enterprise/plans"
40-
>
41-
Scale your voice AI applications with dedicated support, unlimited concurrency, and enterprise-grade infrastructure.
42-
</Card>
4331
</CardGroup>
32+

0 commit comments

Comments
 (0)