Skip to content

Commit f4b74f1

Browse files
authored
Merge pull request #5095 from segmentio/niall/plugin_kotlin
Add link to Kotlin plugin page
2 parents ff3ddb5 + bda7d62 commit f4b74f1

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

src/_data/sidenav/strat.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,8 @@ sections:
187187
title: Implementation Guide
188188
- path: /connections/sources/catalog/libraries/mobile/kotlin-android/migration
189189
title: Migration Guide
190+
- path: /connections/sources/catalog/libraries/mobile/kotlin-android/kotlin-android-plugin-architecture
191+
title: Plugin Architecture
190192
- path: /connections/sources/catalog/libraries/mobile/kotlin-android/destination-plugins
191193
title: Destination Plugins
192194
- path: /connections/sources/catalog/libraries/mobile/kotlin-android/cloud-mode-destinations

src/connections/sources/catalog/libraries/mobile/kotlin-android/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Analytics Kotlin is a huge leap forward in terms of performance when compared to
3434

3535
### Developer Experience
3636

37-
Analytics Kotlin adds several improvements to the overall experience of using the core SDK, as well as improvements to the overall [Plugin Architecture](/docs/connections/sources/catalog/libraries/mobile/kotlin-android/kotlin-android-plugin-architecture)
37+
Analytics Kotlin adds several improvements to the overall experience of using the core SDK, as well as improvements to the overall [Plugin Architecture](/docs/connections/sources/catalog/libraries/mobile/kotlin-android/kotlin-android-plugin-architecture):
3838

3939
- Ability to use Type Safe data structures rather than just dictionaries.
4040
- Simpler syntax and more developer friendly overall.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Analytics for Kotlin Plugin Architecture
3-
strat: kotlin
3+
strat: kotlin-android
44
---
55

66
## Plugin architecture

0 commit comments

Comments
 (0)