Skip to content

Commit 4bd5773

Browse files
author
markzegarelli
committed
Merge branch 'develop' of github.com:segmentio/segment-docs into develop
2 parents 5f203f2 + 0939b36 commit 4bd5773

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

src/_data/sidenav/strat.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,9 @@ sections:
168168
- path: /connections/sources/catalog/libraries/mobile/react-native
169169
title: Overview
170170
- path: /connections/sources/catalog/libraries/mobile/react-native/implementation
171-
title: Implementation / Upgrade
171+
title: Implementation
172+
- path: /connections/sources/catalog/libraries/mobile/react-native/migration
173+
title: Upgrade
172174
- path: /connections/sources/catalog/libraries/mobile/react-native/destination-plugins
173175
title: Destination Plugins
174176
- path: /connections/sources/catalog/libraries/mobile/react-native/cloud-mode-destinations

src/_includes/sidebar/mobile-menu-side.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
{% include sidebar/related-content.html items=page.related %}
88
{% endif %}
99

10-
{% include sidebar/related-categories.html %}
1110

1211
<hr class="mobile-menu-side__divider">
1312
</div>

src/_layouts/integration.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,6 @@ <h1 id="{{ page.title | slugify }}">
116116
{% include sidebar/related-content.html items=page.related %}
117117
{% endif %}
118118

119-
{% include sidebar/related-categories.html %}
120119

121120
{% unless page.hide-feedback %}
122121
{% include_cached sidebar/feedback.html %}

src/connections/sources/catalog/libraries/mobile/apple/implementation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ var body: some Scene {
331331
}
332332
}
333333
```
334-
334+
If you call this method with a valid URL parameter, a Segment `Deep Link Opened` track event triggers.
335335

336336
## Changelog
337337
[View the Analytics Swift changelog on GitHub](https://github.com/segmentio/analytics-swift/releases){:target="_blank"}. -->

0 commit comments

Comments
 (0)