File tree Expand file tree Collapse file tree 2 files changed +23
-21
lines changed Expand file tree Collapse file tree 2 files changed +23
-21
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 11---
2- title : " Integrations "
2+ title : " Analytics and integrations "
33description : " 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`.
7373Instead, 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
You can’t perform that action at this time.
0 commit comments