Skip to content

Commit 4769ff0

Browse files
committed
feat: update navigation to link new customer support hotline example
1 parent 554aec0 commit 4769ff0

File tree

2 files changed

+11
-10
lines changed

2 files changed

+11
-10
lines changed

fern/docs.yml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -112,12 +112,12 @@ navigation:
112112
- section: Examples
113113
icon: fa-light fa-code
114114
contents:
115+
- page: Customer support hotline
116+
path: examples/customer-support-hotline.mdx
117+
icon: fa-light fa-phone-volume
115118
- page: Outbound sales
116119
path: examples/outbound-sales.mdx
117120
icon: fa-light fa-money-bill-wave
118-
- page: Inbound support
119-
path: examples/inbound-support.mdx
120-
icon: fa-light fa-user-headset
121121
- page: Pizza website
122122
path: examples/pizza-website.mdx
123123
icon: fa-light fa-pizza-slice
@@ -187,7 +187,7 @@ navigation:
187187
contents:
188188
- page: Query tool
189189
path: knowledge-base/using-query-tool.mdx
190-
icon: fa-light fa-magnifying-glass
190+
icon: fa-light fa-magnifying-glass
191191
- page: Trieve integration
192192
path: knowledge-base/integrating-with-trieve.mdx
193193
icon: fa-light fa-brain
@@ -535,7 +535,7 @@ navigation:
535535
- page: MCP server
536536
path: sdk/mcp-server.mdx
537537
icon: fa-light fa-server
538-
538+
539539
- tab: sdks
540540
layout:
541541
- section: Client SDKs
@@ -711,7 +711,9 @@ redirects:
711711
- source: "/outbound_sales"
712712
destination: "/examples/outbound-sales"
713713
- source: "/technical_support"
714-
destination: "/examples/inbound-support"
714+
destination: "/examples/customer-support-hotline"
715+
- source: "/examples/inbound-support"
716+
destination: "/examples/customer-support-hotline"
715717
- source: "/pizza_website"
716718
destination: "/examples/pizza-website"
717719
- source: "/outbound_call_python"

fern/overview.mdx

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,13 +63,13 @@ Explore end-to-end examples for some common voice workflows:
6363
We'll build an outbound sales agent that can schedule appointments.
6464
</Card>
6565
<Card
66-
title="Inbound Customer Support"
66+
title="Customer Support Hotline"
6767
icon="phone"
6868
iconType="solid"
6969
color="#f5ac4c"
70-
href="/examples/inbound-support"
70+
href="/examples/customer-support-hotline"
7171
>
72-
We'll build an technical support assistant that remembers where we left off.
72+
We'll build a 24/7 customer support hotline that can create support tickets via phone.
7373
</Card>
7474
<Card
7575
title="Pizza Website"
@@ -197,4 +197,3 @@ Join our Discord to connect with other developers & connect with our team:
197197
</Card>
198198

199199
</CardGroup>
200-

0 commit comments

Comments
 (0)