Skip to content

Commit 200f186

Browse files
committed
docs(nav): add assistant examples to navigation
1 parent 8c4468d commit 200f186

File tree

1 file changed

+38
-13
lines changed

1 file changed

+38
-13
lines changed

fern/docs.yml

Lines changed: 38 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,10 @@ navigation:
118118

119119
- section: Assistants
120120
contents:
121+
# Removed dedicated introduction; Quickstart is the landing
122+
- page: Quickstart
123+
path: assistants/quickstart.mdx
124+
icon: fa-light fa-rocket
121125
- section: Core concepts
122126
icon: fa-light fa-brain
123127
contents:
@@ -249,6 +253,12 @@ navigation:
249253
- section: Examples
250254
icon: fa-light fa-code
251255
contents:
256+
- page: Appointment scheduling
257+
path: assistants/examples/appointment-scheduling.mdx
258+
icon: fa-light fa-calendar-check
259+
- page: Lead qualification
260+
path: assistants/examples/lead-qualification.mdx
261+
icon: fa-light fa-phone
252262
- page: Inbound support
253263
path: assistants/examples/inbound-support.mdx
254264
icon: fa-light fa-phone-volume
@@ -295,6 +305,29 @@ navigation:
295305
path: workflows/examples/multilingual-support.mdx
296306
icon: fa-light fa-globe
297307

308+
- section: Squads
309+
contents:
310+
- page: Quickstart
311+
path: squads-example.mdx
312+
icon: fa-light fa-bolt-lightning
313+
- page: Overview
314+
path: squads.mdx
315+
icon: fa-light fa-eye
316+
- section: Examples
317+
icon: fa-light fa-code
318+
contents:
319+
- page: Clinic triage & scheduling
320+
path: squads/examples/clinic-triage-scheduling.mdx
321+
- page: E-commerce order management
322+
path: squads/examples/ecommerce-order-management.mdx
323+
- page: Property management routing
324+
path: squads/examples/property-management.mdx
325+
- page: Multilingual support
326+
path: squads/examples/multilingual-support.mdx
327+
- page: Silent transfers
328+
path: squads/silent-transfers.mdx
329+
icon: fa-light fa-arrow-right-arrow-left
330+
298331
- section: Best practices
299332
contents:
300333
- page: Prompting guide
@@ -405,17 +438,7 @@ navigation:
405438
- page: Call recording
406439
path: assistants/call-recording.mdx
407440
icon: fa-light fa-circle-dot
408-
- section: Squads
409-
collapsed: true
410-
icon: fa-light fa-users
411-
path: squads.mdx
412-
contents:
413-
- page: Quickstart
414-
path: squads-example.mdx
415-
icon: fa-light fa-bolt-lightning
416-
- page: Silent transfers
417-
path: squads/silent-transfers.mdx
418-
icon: fa-light fa-arrow-right-arrow-left
441+
# Squads moved to top-level section
419442

420443
- section: Outbound Campaigns
421444
contents:
@@ -928,7 +951,7 @@ redirects:
928951
- source: /overview
929952
destination: /quickstart
930953
- source: /assistants
931-
destination: /api-reference/assistants/create
954+
destination: /assistants/quickstart
932955
- source: /examples/outbound-sales
933956
destination: /workflows/examples/lead-qualification
934957
- source: /workflows
@@ -985,7 +1008,9 @@ redirects:
9851008
- source: /docs/transcription
9861009
destination: /customization/custom-transcriber
9871010
- source: /docs/assistants
988-
destination: /quickstart/introduction
1011+
destination: /assistants/quickstart
1012+
- source: /assistants/overview
1013+
destination: /assistants/quickstart
9891014
- source: /docs/tools
9901015
destination: /tools
9911016
- source: /docs/squads

0 commit comments

Comments
 (0)