Skip to content

Commit c3e5a66

Browse files
devin-ai-integration[bot]kgowrudevalog
authored
Pull Analytics out as its own section from Integrations (#1376)
Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Co-authored-by: Kapil Gowru <[email protected]> Co-authored-by: Devin Logan <[email protected]>
1 parent afecc5b commit c3e5a66

File tree

2 files changed

+23
-21
lines changed

2 files changed

+23
-21
lines changed

fern/products/docs/docs.yml

Lines changed: 20 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -220,28 +220,30 @@ navigation:
220220
path: ./pages/enterprise/self-hosted-set-up.mdx
221221
slug: set-up
222222
hidden: true
223-
- section: Integrations
223+
- section: Analytics & integrations
224+
slug: integrations
224225
collapsed: true
225226
contents:
226227
- page: Overview
227228
path: ./pages/integrations/overview.mdx
228-
- section: Analytics
229-
contents:
230-
- page: Google
231-
path: ./pages/integrations/analytics/google.mdx
232-
- page: PostHog
233-
path: ./pages/integrations/analytics/posthog.mdx
234-
slug: posthog
235-
- page: Fullstory
236-
path: ./pages/integrations/analytics/fullstory.mdx
237-
- page: Segment
238-
path: ./pages/integrations/analytics/segment.mdx
239-
- page: Mixpanel
240-
path: ./pages/integrations/analytics/mixpanel.mdx
241-
- section: Support
242-
contents:
243-
- page: Intercom
244-
path: ./pages/integrations/support/intercom.mdx
229+
- page: Intercom
230+
path: ./pages/integrations/support/intercom.mdx
231+
slug: support/intercom
232+
- page: Google
233+
path: ./pages/integrations/analytics/google.mdx
234+
slug: analytics/google
235+
- page: PostHog
236+
path: ./pages/integrations/analytics/posthog.mdx
237+
slug: analytics/posthog
238+
- page: Fullstory
239+
path: ./pages/integrations/analytics/fullstory.mdx
240+
slug: analytics/fullstory
241+
- page: Segment
242+
path: ./pages/integrations/analytics/segment.mdx
243+
slug: analytics/segment
244+
- page: Mixpanel
245+
path: ./pages/integrations/analytics/mixpanel.mdx
246+
slug: analytics/mixpanel
245247
- page: Postman
246248
path: ./pages/integrations/postman.mdx
247249
- page: LaunchDarkly feature flags

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Integrations"
2+
title: "Analytics and integrations"
33
description: "Integrate with third party platforms for analytics, support, etc."
44
---
55

@@ -69,7 +69,7 @@ analytics:
6969
7070
### Environment Variables
7171
72-
If your docs configuration is public, then we do not advise adding secret values directly to `docs.yml`.
72+
If your docs configuration is public, then we don't advise adding secret values directly to `docs.yml`.
7373
Instead, you can reference an environment variable by using the syntax `${VARIABLE_NAME}`.
7474

7575
<Note>
@@ -91,7 +91,7 @@ are available during the workflow run.
9191
## Postman
9292

9393
<Info>
94-
The Postman integration is not configured in `docs.yml`. Check out this [page](/learn/docs/integrations/postman) to
94+
The Postman integration isn't configured in `docs.yml`. Check out this [page](/learn/docs/integrations/postman) to
9595
learn more.
9696
</Info>
9797

0 commit comments

Comments
 (0)