diff --git a/src/_data/sidenav/main.yml b/src/_data/sidenav/main.yml index 9ab207e67c..002a15fe82 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: Android Setup + - path: /connections/auto-instrumentation/configuration/ + title: Configuration - path: /connections/sources/about-cloud-sources title: Cloud Sources - path: /connections/sources/debugger 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.