Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 13 additions & 2 deletions src/_data/sidenav/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion src/connections/auto-instrumentation/configuration.md
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
1 change: 0 additions & 1 deletion src/connections/auto-instrumentation/kotlin-setup.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
1 change: 0 additions & 1 deletion src/connections/auto-instrumentation/swift-setup.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
1 change: 0 additions & 1 deletion src/connections/auto-instrumentation/web-setup.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
Loading