Skip to content

Commit d0bf37f

Browse files
committed
update slugs so links don't change
1 parent 9cd1296 commit d0bf37f

File tree

3 files changed

+10
-9
lines changed

3 files changed

+10
-9
lines changed

fern/docs.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -369,10 +369,6 @@ redirects:
369369
destination: /learn/docs/user-feedback
370370
- source: /learn/docs/customization/what-is-docs-yml
371371
destination: /learn/docs/configuration/what-is-docs-yml
372-
- source: /learn/docs/integrations/analytics/:slug*
373-
destination: /learn/docs/integrations/:slug*
374-
- source: /learn/docs/integrations/support/:slug*
375-
destination: /learn/docs/integrations/:slug*
376372

377373
# ============================================================================
378374
# CLI & API REFERENCE REDIRECTS

fern/products/docs/docs.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,17 +227,22 @@ navigation:
227227
path: ./pages/integrations/overview.mdx
228228
- page: Intercom
229229
path: ./pages/integrations/support/intercom.mdx
230+
slug: support/intercom
230231
- page: Google
231232
path: ./pages/integrations/analytics/google.mdx
233+
slug: analytics/google
232234
- page: PostHog
233235
path: ./pages/integrations/analytics/posthog.mdx
234-
slug: posthog
236+
slug: analytics/posthog
235237
- page: Fullstory
236238
path: ./pages/integrations/analytics/fullstory.mdx
239+
slug: analytics/fullstory
237240
- page: Segment
238241
path: ./pages/integrations/analytics/segment.mdx
242+
slug: analytics/segment
239243
- page: Mixpanel
240244
path: ./pages/integrations/analytics/mixpanel.mdx
245+
slug: analytics/mixpanel
241246
- page: Postman
242247
path: ./pages/integrations/postman.mdx
243248
- page: LaunchDarkly feature flags

fern/products/docs/pages/integrations/overview.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ description: "Integrate with third party platforms for analytics, support, etc."
77

88
<Card
99
title="PostHog"
10-
href="/docs/integrations/posthog"
10+
href="/docs/integrations/analytics/posthog"
1111
horizontal
1212
icon={<img src="https://cdn.brandfetch.io/id2veLU_gI/idG9S94wXO.svg" />}
1313
iconSize={12}
1414
/>
1515

1616
<Card
1717
title="Segment"
18-
href="/docs/integrations/segment"
18+
href="/docs/integrations/analytics/segment"
1919
horizontal
2020
icon={
2121
<img src="https://cdn.brandfetch.io/idiousYjQz/theme/dark/symbol.svg?k=id64Mup7ac&t=1717151164256?t=1717151164256" />
@@ -25,15 +25,15 @@ description: "Integrate with third party platforms for analytics, support, etc."
2525

2626
<Card
2727
title="FullStory"
28-
href="/docs/integrations/fullstory"
28+
href="/docs/integrations/analytics/fullstory"
2929
horizontal
3030
icon={<img src="https://cdn.brandfetch.io/idRtIBDum6/w/400/h/400/theme/dark/icon.jpeg" />}
3131
iconSize={12}
3232
/>
3333

3434
<Card
3535
title="Intercom"
36-
href="/docs/integrations/intercom"
36+
href="/docs/integrations/support/intercom"
3737
horizontal
3838
icon={<img src="https://cdn.brandfetch.io/idYJNDWF1m/theme/dark/symbol.svg" />}
3939
iconSize={12}

0 commit comments

Comments
 (0)