Skip to content

Commit f10efa0

Browse files
committed
docs(squads): restore main's docs.yml and re-add 'Passing data' nav entry
The original commit 7c1bb11 inadvertently bundled three reverts of unrelated upstream changes alongside the squads-page nav entry. Investigation showed the entire fern/docs.yml file in that commit predated three independent main commits — pattern-consistent with a stale local copy of the file having been committed wholesale, rather than a targeted nav addition. This commit restores fern/docs.yml to origin/main verbatim and then adds ONLY the new 'Passing data between assistants' nav entry under the Squads section, immediately after 'Handoff tool'. Specifically restored from main: - Changelog tab display-name 'What's New?' / slug 'whats-new' (set by #1021 'Rename Changelog to What's New?') - 'Email address reading' nav entry under Assistants (set by #1024) - 'Monitoring' section + Quickstart entry under Observability (set by #991) Net effect on PR #1033's docs.yml diff: only the 2-line addition of the new Squads nav entry remains. Verified via: git diff origin/main -- fern/docs.yml shows exactly the +2 lines for the new page entry, nothing else.
1 parent 82cc88f commit f10efa0

1 file changed

Lines changed: 13 additions & 4 deletions

File tree

fern/docs.yml

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@ tabs:
7676
icon: fa-light fa-square-terminal
7777
slug: cli
7878
changelog:
79-
display-name: Changelog
80-
slug: changelog
79+
display-name: What's New?
80+
slug: whats-new
8181
changelog: ./changelog
8282
icon: history
8383
mcp:
@@ -156,6 +156,8 @@ navigation:
156156
path: assistants/background-speech-denoising.mdx
157157
- page: Pronunciation dictionaries
158158
path: assistants/pronunciation-dictionaries.mdx
159+
- page: Email address reading
160+
path: assistants/email-address-reading.mdx
159161
- section: Model configurations
160162
icon: fa-light fa-waveform-lines
161163
contents:
@@ -321,6 +323,12 @@ navigation:
321323
- page: Quickstart
322324
path: observability/scorecard-quickstart.mdx
323325
icon: fa-light fa-rocket
326+
- section: Monitoring
327+
icon: fa-light fa-bell
328+
contents:
329+
- page: Quickstart
330+
path: observability/monitoring-quickstart.mdx
331+
icon: fa-light fa-rocket
324332

325333
- section: Squads
326334
contents:
@@ -335,7 +343,6 @@ navigation:
335343
icon: fa-light fa-hand-holding-hand
336344
- page: Passing data between assistants
337345
path: squads/passing-data-between-assistants.mdx
338-
icon: fa-light fa-arrow-right-arrow-left
339346
- section: Examples
340347
icon: fa-light fa-code
341348
contents:
@@ -861,7 +868,9 @@ redirects:
861868
- source: /developer-documentation
862869
destination: /introduction
863870
- source: /documentation/general/changelog
864-
destination: /changelog
871+
destination: /whats-new
872+
- source: /changelog
873+
destination: /whats-new
865874
- source: /api-reference/assistants/create-assistant
866875
destination: /api-reference/assistants/create
867876
- source: /api-reference/assistants/get-assistant

0 commit comments

Comments
 (0)