Skip to content

Commit 538001b

Browse files
committed
chore: cleanup merge duplicates, restructure dirs for consistency
1 parent a8d3d8d commit 538001b

File tree

7 files changed

+6
-916
lines changed

7 files changed

+6
-916
lines changed

fern/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -746,7 +746,7 @@ redirects:
746746
- source: "/multilingual/introduction"
747747
destination: "/multilingual"
748748
- source: "/outbound_sales"
749-
destination: "/examples/outbound-sales"
749+
destination: "/examples/lead-qualification"
750750
- source: "/technical_support"
751751
destination: "/examples/inbound-support"
752752
- source: "/pizza_website"

fern/overview.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,11 +72,11 @@ Explore end-to-end examples for some common voice workflows:
7272
We'll build an automated appointment booking system for a barbershop.
7373
</Card>
7474
<Card
75-
title="Outbound Sales"
75+
title="Lead Qualification"
7676
icon="phone-office"
7777
iconType="solid"
7878
color="#f5ac4c"
79-
href="/examples/outbound-sales"
79+
href="/examples/lead-qualification"
8080
>
8181
We'll build an outbound sales agent that can schedule appointments.
8282
</Card>

fern/workflows/examples/lead-qualification.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,13 @@ We will be creating an outbound sales workflow for TechFlow Solutions, a B2B sof
3838
<Steps>
3939
<Step title="Download the spreadsheets">
4040
<div className="flex gap-2">
41-
<Download src="../../static/spreadsheets/outbound-sales/leads.csv">
41+
<Download src="../../static/spreadsheets/lead-qualification/leads.csv">
4242
<Button intent="primary">Download leads.csv</Button>
4343
</Download>
44-
<Download src="../../static/spreadsheets/outbound-sales/products.csv">
44+
<Download src="../../static/spreadsheets/lead-qualification/products.csv">
4545
<Button intent="primary">Download products.csv</Button>
4646
</Download>
47-
<Download src="../../static/spreadsheets/outbound-sales/call_outcomes.csv">
47+
<Download src="../../static/spreadsheets/lead-qualification/call_outcomes.csv">
4848
<Button intent="primary">Download call_outcomes.csv</Button>
4949
</Download>
5050
</div>

0 commit comments

Comments
 (0)