Skip to content

Commit 3a61736

Browse files
authored
Merge pull request #8117 from segmentio/add-auto-instrumentation-to-sidenav
Add Auto-Instrumentation folder to nav + unhide some of the pages
2 parents 41af8b8 + 185e780 commit 3a61736

File tree

5 files changed

+13
-6
lines changed

5 files changed

+13
-6
lines changed

src/_data/sidenav/main.yml

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,8 +155,19 @@ sections:
155155
- path: /connections/sources/catalog
156156
title: Sources Catalog
157157
menu_icon: read-more
158-
- path: /connections/auto-instrumentation
159-
title: Auto-Instrumentation
158+
- section_title: Auto-Instrumentation
159+
slug: connections/auto-instrumentation
160+
section:
161+
- path: /connections/auto-instrumentation
162+
title: Overview
163+
- path: /connections/auto-instrumentation/web-setup/
164+
title: Web Setup
165+
- path: /connections/auto-instrumentation/swift-setup/
166+
title: Swift Setup
167+
- path: /connections/auto-instrumentation/kotlin-setup/
168+
title: Android Setup
169+
- path: /connections/auto-instrumentation/configuration/
170+
title: Configuration
160171
- path: /connections/sources/about-cloud-sources
161172
title: Cloud Sources
162173
- path: /connections/sources/debugger

src/connections/auto-instrumentation/configuration.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
---
22
title: Generate Events from Signals
3-
hidden: true
43
---
54

65
This guide details how to use signals and their associated data, generated in one of the Signals SDKs with the Auto-Instrumentation dashboard in your Segment workspace. On this page, find details on:

src/connections/auto-instrumentation/kotlin-setup.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
---
22
title: Auto-Instrumentation Setup
3-
hidden: true
43
---
54

65
Segment’s Signals library powers [Auto-Instrumentation](/docs/connections/auto-instrumentation/) in Android apps, capturing user interactions and behavior without manual event tracking.

src/connections/auto-instrumentation/swift-setup.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
---
22
title: Auto-Instrumentation Setup
3-
hidden: true
43
---
54

65
This guide outlines the steps required to set up the Signals SDK in your Apple OS applications using Swift.

src/connections/auto-instrumentation/web-setup.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
---
22
title: Auto-Instrumentation Setup
3-
hidden: true
43
---
54

65
This guide outlines the steps required to set up the Signals SDK in your JavaScript website.

0 commit comments

Comments
 (0)