Skip to content

Commit 653d73c

Browse files
authored
Add toplevel Intro page (#286)
* make toplevel intro to get quickstart to collapse * readd quickstart/dashboard * try
1 parent ea72734 commit 653d73c

File tree

2 files changed

+12
-16
lines changed

2 files changed

+12
-16
lines changed

fern/calls/call-outbound.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ When you schedule a call, we will save the Assistant, Phone Number, and Customer
5454
}
5555
```
5656

57-
## Batch Calling
57+
## Batch Calling [#batch-calling]
5858

5959
To call more than one number at a time, use the [`customers`](/api-reference/calls/create#request.body.customers) parameter to pass an array of `customer`. To provide customer specific assistant overrides, please call the endpoint separately for each destination number.
6060

fern/docs.yml

Lines changed: 11 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -88,29 +88,25 @@ navigation:
8888
layout:
8989
- link: Status Page
9090
href: https://status.vapi.ai/
91-
92-
- section: Getting Started
91+
- page: Introduction
92+
path: introduction.mdx
93+
- section: Quickstart
9394
collapsed: true
9495
contents:
95-
- section: Quickstart
96-
path: introduction.mdx
97-
contents:
98-
- page: Dashboard Quickstart
99-
path: quickstart/dashboard.mdx
100-
- page: Inbound Call Quickstart
101-
path: quickstart/inbound.mdx
102-
- page: Outbound Call Quickstart
103-
path: quickstart/outbound.mdx
104-
- page: Web Call Quickstart
105-
path: quickstart/web.mdx
106-
96+
- page: Dashboard Quickstart
97+
path: quickstart/dashboard.mdx
98+
- page: Inbound Call Quickstart
99+
path: quickstart/inbound.mdx
100+
- page: Outbound Call Quickstart
101+
path: quickstart/outbound.mdx
102+
- page: Web Call Quickstart
103+
path: quickstart/web.mdx
107104
- section: How Vapi Works
108105
contents:
109106
- page: Core Models
110107
path: quickstart.mdx
111108
- page: Orchestration Models
112109
path: how-vapi-works.mdx
113-
114110
- section: Use Cases
115111
contents:
116112
- page: Outbound Sales

0 commit comments

Comments
 (0)