Skip to content

Commit 255c442

Browse files
committed
refactror: split inbound and outbound into own sections
1 parent d40f8ef commit 255c442

File tree

3 files changed

+59
-35
lines changed

3 files changed

+59
-35
lines changed

community/inbound.mdx

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
---
2+
title: "Inbound"
3+
description: "Videos showcasing Vapi out in the wild."
4+
---
5+
6+
Here are some videos made by people in our community showcasing what Vapi can do:
7+
8+
<div class="video-grid">
9+
<iframe
10+
src="https://www.youtube.com/embed/ai32iXHj8fc?si=z8PKMD8Dklpg_j0B"
11+
title="YouTube video player"
12+
frameborder="0"
13+
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
14+
referrerpolicy="strict-origin-when-cross-origin"
15+
allowfullscreen
16+
/>
17+
18+
<iframe
19+
width="100%"
20+
height="315"
21+
src="https://www.youtube.com/embed/mPC-YOmidqE"
22+
title="YouTube video player"
23+
frameborder="0"
24+
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
25+
referrerpolicy="strict-origin-when-cross-origin"
26+
allowfullscreen
27+
/>
28+
29+
<iframe
30+
width="100%"
31+
height="315"
32+
src="https://www.youtube.com/embed/xsDc8ALGaeE"
33+
title="YouTube video player"
34+
frameborder="0"
35+
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
36+
referrerpolicy="strict-origin-when-cross-origin"
37+
allowfullscreen
38+
39+
/>
40+
41+
</div>
42+
43+
## Send Us Your Video
44+
45+
Have a video showcasing Vapi that you want us to feature? Let us know:
46+
47+
<CardGroup cols={2}>
48+
<Card
49+
title="Send Us Your Video"
50+
icon="video-arrow-up-right"
51+
iconType="solid"
52+
href="mailto:support@vapi.ai"
53+
>
54+
Send us your video showcasing what Vapi can do, we'd like to feature it.
55+
</Card>
56+
</CardGroup>

community/inbound-outbound.mdx renamed to community/outbound.mdx

Lines changed: 1 addition & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,11 @@
11
---
2-
title: "Inbound and Outbound"
2+
title: "Outbound"
33
description: "Videos showcasing Vapi out in the wild."
44
---
55

66
Here are some videos made by people in our community showcasing what Vapi can do:
77

88
<div class="video-grid">
9-
<iframe
10-
src="https://www.youtube.com/embed/ai32iXHj8fc?si=z8PKMD8Dklpg_j0B"
11-
title="YouTube video player"
12-
frameborder="0"
13-
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
14-
referrerpolicy="strict-origin-when-cross-origin"
15-
allowfullscreen
16-
/>
179
<iframe
1810
src="https://www.youtube.com/embed/gi5Qa0Z2iqQ?si=l1FLFu5TvuTxYyIc"
1911
title="YouTube video player"
@@ -39,31 +31,6 @@ Here are some videos made by people in our community showcasing what Vapi can do
3931
allowfullscreen
4032
/>
4133

42-
{" "}
43-
44-
<iframe
45-
width="100%"
46-
height="315"
47-
src="https://www.youtube.com/embed/mPC-YOmidqE"
48-
title="YouTube video player"
49-
frameborder="0"
50-
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
51-
referrerpolicy="strict-origin-when-cross-origin"
52-
allowfullscreen
53-
/>
54-
55-
<iframe
56-
width="100%"
57-
height="315"
58-
src="https://www.youtube.com/embed/xsDc8ALGaeE"
59-
title="YouTube video player"
60-
frameborder="0"
61-
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
62-
referrerpolicy="strict-origin-when-cross-origin"
63-
allowfullscreen
64-
65-
/>
66-
6734
<iframe
6835
width="100%"
6936
height="315"

mint.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,8 +229,9 @@
229229
"community/demos",
230230
"community/ghl",
231231
"community/guide",
232-
"community/inbound-outbound",
232+
"community/inbound",
233233
"community/knowledgebase",
234+
"community/outbound",
234235
"community/podcast",
235236
"community/snippets-sdks-tutorials",
236237
"community/special-mentions",

0 commit comments

Comments
 (0)