From a7f60e690e0970fb11ecc74d77f25e49f4935175 Mon Sep 17 00:00:00 2001 From: Arthur Chi Date: Sat, 29 Mar 2025 12:46:03 -0700 Subject: [PATCH 1/3] make toplevel intro to get quickstart to collapse --- fern/docs.yml | 24 +++++++++--------------- 1 file changed, 9 insertions(+), 15 deletions(-) diff --git a/fern/docs.yml b/fern/docs.yml index 0960d7dc1..aaf49f8ec 100644 --- a/fern/docs.yml +++ b/fern/docs.yml @@ -88,29 +88,23 @@ navigation: layout: - link: Status Page href: https://status.vapi.ai/ - - - section: Getting Started + - page: Introduction + path: introduction.mdx + - section: Quickstart collapsed: true contents: - - section: Quickstart - path: introduction.mdx - contents: - - page: Dashboard Quickstart - path: quickstart/dashboard.mdx - - page: Inbound Call Quickstart - path: quickstart/inbound.mdx - - page: Outbound Call Quickstart - path: quickstart/outbound.mdx - - page: Web Call Quickstart - path: quickstart/web.mdx - + - page: Inbound Call Quickstart + path: quickstart/inbound.mdx + - page: Outbound Call Quickstart + path: quickstart/outbound.mdx + - page: Web Call Quickstart + path: quickstart/web.mdx - section: How Vapi Works contents: - page: Core Models path: quickstart.mdx - page: Orchestration Models path: how-vapi-works.mdx - - section: Use Cases contents: - page: Outbound Sales From 00f900eb2c94f14e8f3c04f598759e6429a6f57f Mon Sep 17 00:00:00 2001 From: Arthur Chi Date: Sat, 29 Mar 2025 12:48:13 -0700 Subject: [PATCH 2/3] readd quickstart/dashboard --- fern/docs.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/fern/docs.yml b/fern/docs.yml index aaf49f8ec..468aa4de0 100644 --- a/fern/docs.yml +++ b/fern/docs.yml @@ -93,6 +93,8 @@ navigation: - section: Quickstart collapsed: true contents: + - page: Dashboard Quickstart + path: quickstart/dashboard.mdx - page: Inbound Call Quickstart path: quickstart/inbound.mdx - page: Outbound Call Quickstart From 41df093a9af2aff0a695fc4a5590c29bf1978846 Mon Sep 17 00:00:00 2001 From: Arthur Chi Date: Sat, 29 Mar 2025 12:54:22 -0700 Subject: [PATCH 3/3] try --- fern/calls/call-outbound.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fern/calls/call-outbound.mdx b/fern/calls/call-outbound.mdx index 06ce078e3..f29a90813 100644 --- a/fern/calls/call-outbound.mdx +++ b/fern/calls/call-outbound.mdx @@ -54,7 +54,7 @@ When you schedule a call, we will save the Assistant, Phone Number, and Customer } ``` -## Batch Calling +## Batch Calling [#batch-calling] 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.