From 494a2c5b89a6a59cbc7b9f7aae9f37cf04ac2384 Mon Sep 17 00:00:00 2001 From: pwseg Date: Thu, 30 Oct 2025 11:56:12 -0500 Subject: [PATCH 1/3] move auto-instrumentation docs to sub folder --- src/_data/sidenav/main.yml | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/src/_data/sidenav/main.yml b/src/_data/sidenav/main.yml index 9ab207e67c..be5ef988bd 100644 --- a/src/_data/sidenav/main.yml +++ b/src/_data/sidenav/main.yml @@ -155,8 +155,19 @@ sections: - path: /connections/sources/catalog title: Sources Catalog menu_icon: read-more - - path: /connections/auto-instrumentation - title: Auto-Instrumentation + - section_title: Auto-Instrumentation + slug: connections/auto-instrumentation + section: + - path: /connections/auto-instrumentation + title: Overview + - path: /connections/auto-instrumentation/web-setup/ + title: Web Setup + - path: /connections/auto-instrumentation/swift-setup/ + title: Swift Setup + - path: /connections/auto-instrumentation/kotlin-setup/ + title: Swift Setup + - path: /connections/auto-instrumentation/configuration/ + title: Configuration - path: /connections/sources/about-cloud-sources title: Cloud Sources - path: /connections/sources/debugger From 4fe1b95cf720961ab51ec46455df4c49ca07336e Mon Sep 17 00:00:00 2001 From: pwseg Date: Thu, 30 Oct 2025 11:57:38 -0500 Subject: [PATCH 2/3] unhide some of the pages --- src/connections/auto-instrumentation/configuration.md | 1 - src/connections/auto-instrumentation/kotlin-setup.md | 1 - src/connections/auto-instrumentation/swift-setup.md | 1 - src/connections/auto-instrumentation/web-setup.md | 1 - 4 files changed, 4 deletions(-) diff --git a/src/connections/auto-instrumentation/configuration.md b/src/connections/auto-instrumentation/configuration.md index 20e6d57d7f..03f1e2943b 100644 --- a/src/connections/auto-instrumentation/configuration.md +++ b/src/connections/auto-instrumentation/configuration.md @@ -1,6 +1,5 @@ --- title: Generate Events from Signals -hidden: true --- 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: diff --git a/src/connections/auto-instrumentation/kotlin-setup.md b/src/connections/auto-instrumentation/kotlin-setup.md index 4f2454d7f3..b7fa63241a 100644 --- a/src/connections/auto-instrumentation/kotlin-setup.md +++ b/src/connections/auto-instrumentation/kotlin-setup.md @@ -1,6 +1,5 @@ --- title: Auto-Instrumentation Setup -hidden: true --- Segment’s Signals library powers [Auto-Instrumentation](/docs/connections/auto-instrumentation/) in Android apps, capturing user interactions and behavior without manual event tracking. diff --git a/src/connections/auto-instrumentation/swift-setup.md b/src/connections/auto-instrumentation/swift-setup.md index 9f60552391..7133f052d8 100644 --- a/src/connections/auto-instrumentation/swift-setup.md +++ b/src/connections/auto-instrumentation/swift-setup.md @@ -1,6 +1,5 @@ --- title: Auto-Instrumentation Setup -hidden: true --- This guide outlines the steps required to set up the Signals SDK in your Apple OS applications using Swift. diff --git a/src/connections/auto-instrumentation/web-setup.md b/src/connections/auto-instrumentation/web-setup.md index c22c5d465f..052ee9733d 100644 --- a/src/connections/auto-instrumentation/web-setup.md +++ b/src/connections/auto-instrumentation/web-setup.md @@ -1,6 +1,5 @@ --- title: Auto-Instrumentation Setup -hidden: true --- This guide outlines the steps required to set up the Signals SDK in your JavaScript website. From 185e780478ff712ac555ea649793eed37b05b643 Mon Sep 17 00:00:00 2001 From: pwseg Date: Thu, 30 Oct 2025 12:07:42 -0500 Subject: [PATCH 3/3] fix typo [netlify-build] --- src/_data/sidenav/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/_data/sidenav/main.yml b/src/_data/sidenav/main.yml index be5ef988bd..002a15fe82 100644 --- a/src/_data/sidenav/main.yml +++ b/src/_data/sidenav/main.yml @@ -165,7 +165,7 @@ sections: - path: /connections/auto-instrumentation/swift-setup/ title: Swift Setup - path: /connections/auto-instrumentation/kotlin-setup/ - title: Swift Setup + title: Android Setup - path: /connections/auto-instrumentation/configuration/ title: Configuration - path: /connections/sources/about-cloud-sources