Skip to content

Commit 53f0db4

Browse files
committed
hide swift/kotlin sources && git push
1 parent bdc512c commit 53f0db4

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

scripts/catalog_papi.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,9 @@ const updateSources = async () => {
258258

259259
const hiddenSources = [
260260
'amp',
261-
'factual-engine'
261+
'factual-engine',
262+
'kotlin-android',
263+
'swift-ios'
262264
]
263265

264266
sources.forEach(source => {

src/_data/catalog/destinations.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12274,7 +12274,7 @@ items:
1227412274
- display_name: Kameleoon
1227512275
name: Kameleoon
1227612276
slug: kameleoon
12277-
hidden: false
12277+
hidden: true
1227812278
url: connections/destinations/catalog/kameleoon
1227912279
previous_names:
1228012280
- Kameleoon

src/_data/catalog/sources.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,7 @@ items:
449449
- display_name: Kotlin (Android)
450450
slug: kotlin-android
451451
url: connections/sources/catalog/libraries/mobile/kotlin-android
452-
hidden: false
452+
hidden: true
453453
source_type: mobile
454454
description: >-
455455
The hassle-free way to add Segment analytics to your kotlin app
@@ -816,7 +816,7 @@ items:
816816
- display_name: Swift (iOS)
817817
slug: swift-ios
818818
url: connections/sources/catalog/libraries/mobile/swift-ios
819-
hidden: false
819+
hidden: true
820820
source_type: mobile
821821
description: >-
822822
The hassle-free way to add Segment analytics to your swift app (iOS,

0 commit comments

Comments
 (0)