Skip to content

Commit 159ddeb

Browse files
author
markzegarelli
authored
Merge branch 'master' into DOC-266_slack-actions
2 parents bcf8cb1 + 93cc17c commit 159ddeb

File tree

32 files changed

+2366
-56
lines changed

32 files changed

+2366
-56
lines changed

scripts/catalog_papi.js

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ const getConnectionModes = (destination) => {
206206
if (item.status === 'PUBLIC_BETA') {
207207
betaFlag = 'beta: true\n'
208208
}
209-
content =`---\ntitle: '${item.display_name} Destination'\nhidden: true\n${betaFlag}---\n`
209+
content =`---\ntitle: '${item.display_name} Destination'\nhidden: true\npublished: false\n${betaFlag}---\n`
210210
}
211211
fs.mkdirSync(docsPath)
212212
fs.writeFileSync(`${docsPath}/index.md`, content)
@@ -259,9 +259,6 @@ const updateSources = async () => {
259259
const hiddenSources = [
260260
'amp',
261261
'factual-engine',
262-
'kotlin-android',
263-
'kotlin',
264-
'swift-ios'
265262
]
266263

267264
sources.forEach(source => {
@@ -368,6 +365,11 @@ const updateDestinations = async () => {
368365

369366
destinations.forEach(destination => {
370367
let slug = slugify(destination.name)
368+
369+
if (slug == 'amplitude-actions') {
370+
slug = 'actions-amplitude'
371+
}
372+
371373
let url = `connections/destinations/catalog/${slug}`
372374

373375
let tempCategories = [destination.categories]
@@ -394,7 +396,7 @@ const updateDestinations = async () => {
394396
const clonedObj = clone(object);
395397
const targetKey = clonedObj[key];
396398
delete clonedObj[key];
397-
399+
398400
clonedObj[newKey] = targetKey;
399401
return clonedObj;
400402
};

src/_data/catalog/destination_categories.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# AUTOGENERATED FROM PUBLIC API. DO NOT EDIT
2-
# destination categories last updated 2021-09-08
2+
# destination categories last updated 2021-09-15
33
items:
44
- display_name: A/B Testing
55
slug: a-b-testing

src/_data/catalog/destinations.yml

Lines changed: 204 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,65 @@
11
# AUTOGENERATED FROM PUBLIC API. DO NOT EDIT
2-
# destination data last updated 2021-09-08
2+
# destination data last updated 2021-09-15
33
items:
4+
- display_name: 2mee
5+
name: 2mee
6+
slug: 2mee
7+
hidden: true
8+
url: connections/destinations/catalog/2mee
9+
previous_names:
10+
- 2mee
11+
website: 'https://2mee.com'
12+
status: PUBLIC_BETA
13+
categories:
14+
- A/B Testing
15+
- SMS & Push Notifications
16+
- Customer Success
17+
- Video
18+
logo:
19+
url: >-
20+
https://public-segment-devcenter-production.s3.amazonaws.com/03f4e485-2380-42a5-b61b-20d29469df85.svg
21+
mark:
22+
url: >-
23+
https://public-segment-devcenter-production.s3.amazonaws.com/82f3dc26-a971-47dd-8357-00009f7a34eb.svg
24+
methods:
25+
track: true
26+
identify: true
27+
group: false
28+
alias: false
29+
page: false
30+
platforms:
31+
browser: true
32+
mobile: true
33+
server: true
34+
components: []
35+
browserUnbundlingSupported: false
36+
browserUnbundlingPublic: false
37+
replay: false
38+
connection_modes:
39+
device:
40+
web: false
41+
mobile: false
42+
server: false
43+
cloud:
44+
web: false
45+
mobile: false
46+
server: false
47+
summary: No connection mode information available.
48+
cmode_type: none
49+
case: '0'
50+
settings:
51+
- name: apiKey
52+
type: string
53+
defaultValue: ''
54+
description: 'Login to your 2Mee account, find the key under Profile section.'
55+
required: true
56+
label: API Key
57+
- name: applicationId
58+
type: string
59+
defaultValue: ''
60+
description: 'Login to your 2Mee account, get Company Id from Profile section.'
61+
required: true
62+
label: Application Id
463
- display_name: AB Smartly
564
name: AB Smartly
665
slug: ab-smartly
@@ -2539,6 +2598,65 @@ items:
25392598
to Amplitude for more detailed events.
25402599
required: true
25412600
label: Version Name
2601+
- display_name: Amplitude (Actions)
2602+
name: Amplitude (Actions)
2603+
slug: actions-amplitude
2604+
hidden: false
2605+
url: connections/destinations/catalog/actions-amplitude
2606+
previous_names:
2607+
- Actions Amplitude
2608+
- Amplitude (Actions)
2609+
website: 'https://amplitude.com'
2610+
status: PUBLIC_BETA
2611+
categories:
2612+
- Analytics
2613+
logo:
2614+
url: 'https://cdn.filepicker.io/api/file/8UzztuUuSF6SRsmBpeKD'
2615+
mark:
2616+
url: 'https://cdn.filepicker.io/api/file/KXuj6fcQA68tuErTvke5'
2617+
methods:
2618+
track: true
2619+
identify: true
2620+
group: true
2621+
alias: true
2622+
page: true
2623+
platforms:
2624+
browser: true
2625+
mobile: false
2626+
server: true
2627+
components: []
2628+
browserUnbundlingSupported: false
2629+
browserUnbundlingPublic: false
2630+
replay: false
2631+
connection_modes:
2632+
device:
2633+
web: false
2634+
mobile: false
2635+
server: false
2636+
cloud:
2637+
web: false
2638+
mobile: false
2639+
server: false
2640+
summary: No connection mode information available.
2641+
cmode_type: none
2642+
case: '0'
2643+
settings:
2644+
- name: apiKey
2645+
type: string
2646+
defaultValue: ''
2647+
description: >-
2648+
Amplitude project API key. You can find this key in the "General" tab of
2649+
your Amplitude project.
2650+
required: true
2651+
label: API Key
2652+
- name: secretKey
2653+
type: string
2654+
defaultValue: ''
2655+
description: >-
2656+
Amplitude project secret key. You can find this key in the "General" tab
2657+
of your Amplitude project.
2658+
required: true
2659+
label: Secret Key
25422660
- display_name: Anodot
25432661
name: Anodot
25442662
slug: anodot
@@ -3239,6 +3357,69 @@ items:
32393357
description: The API endpoint of the direct integration.
32403358
required: false
32413359
label: Direct Integration Endpoint
3360+
- display_name: AWS S3
3361+
name: AWS S3
3362+
slug: aws-s3
3363+
hidden: false
3364+
url: connections/destinations/catalog/aws-s3
3365+
previous_names:
3366+
- AWS S3
3367+
website: 'http://aws.amazon.com/s3'
3368+
status: PUBLIC_BETA
3369+
categories:
3370+
- Analytics
3371+
- Raw Data
3372+
logo:
3373+
url: 'https://d3hotuclm6if1r.cloudfront.net/logos/amazon-s3-default.svg'
3374+
mark:
3375+
url: 'https://cdn.filepicker.io/api/file/R1EKddJ1SnGECiHtdUlY'
3376+
methods:
3377+
track: true
3378+
identify: true
3379+
group: true
3380+
alias: true
3381+
page: true
3382+
platforms:
3383+
browser: true
3384+
mobile: true
3385+
server: true
3386+
components: []
3387+
browserUnbundlingSupported: false
3388+
browserUnbundlingPublic: true
3389+
replay: false
3390+
connection_modes:
3391+
device:
3392+
web: false
3393+
mobile: false
3394+
server: false
3395+
cloud:
3396+
web: false
3397+
mobile: false
3398+
server: false
3399+
summary: No connection mode information available.
3400+
cmode_type: none
3401+
case: '0'
3402+
settings:
3403+
- name: awsRegion
3404+
type: string
3405+
defaultValue: ''
3406+
description: The AWS Region where your S3 Bucket resides.
3407+
required: true
3408+
label: AWS Region
3409+
- name: bucket
3410+
type: string
3411+
defaultValue: ''
3412+
description: Your S3 bucket name.
3413+
required: true
3414+
label: Bucket Name
3415+
- name: iamRoleArn
3416+
type: string
3417+
defaultValue: ''
3418+
description: >-
3419+
The ARN of the IAM role that Segment will assume to connect to your S3
3420+
Bucket.
3421+
required: true
3422+
label: IAM Role ARN
32423423
- display_name: Azure Function
32433424
name: Azure Function
32443425
slug: azure-function
@@ -11472,7 +11653,7 @@ items:
1147211653
- display_name: IBM UBX
1147311654
name: IBM UBX
1147411655
slug: ibm-ubx
11475-
hidden: false
11656+
hidden: true
1147611657
url: connections/destinations/catalog/ibm-ubx
1147711658
previous_names:
1147811659
- IbmUbx
@@ -14379,6 +14560,27 @@ items:
1437914560
Activities. We'll only send events that you specify.
1438014561
required: false
1438114562
label: Marketo Custom Activities
14563+
- name: marketoFormId
14564+
type: string
14565+
defaultValue: ''
14566+
description: >-
14567+
**(Private Beta) Device Mode Only**: The ID of the form you will use to
14568+
capture your .identify() traits. You can find the form ID under *Design
14569+
Studio > Forms > Select Form > Form Actions > Embed Code*. Only include
14570+
the digits after `mktoForm_`.
14571+
required: false
14572+
label: Marketo Form ID
14573+
- name: marketoHostUrl
14574+
type: string
14575+
defaultValue: ''
14576+
description: >-
14577+
**(Private Beta) Device Mode Only**: The URL of the form you will use to
14578+
capture your .identify() traits. You can find the form URL under *Design
14579+
Studio > Forms > Select Form > Form Actions > Embed Code*. It will be the
14580+
first argument in the `MktoForms2.loadForm` script, starting with `//`.
14581+
Please include the entire URL including the `//`.
14582+
required: false
14583+
label: Marketo Form URL
1438214584
- name: privateKey
1438314585
type: string
1438414586
defaultValue: ''

src/_data/catalog/source_categories.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# AUTOGENERATED FROM PUBLIC API. DO NOT EDIT
2-
# source cateogries last updated 2021-09-08
2+
# source cateogries last updated 2021-09-15
33
items:
44
- display_name: A/B Testing
55
slug: a-b-testing

src/_data/catalog/sources.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# AUTOGENERATED FROM PUBLIC API. DO NOT EDIT
2-
# sources last updated 2021-09-08
2+
# sources last updated 2021-09-15
33
items:
44
- display_name: .NET
55
slug: net
@@ -439,7 +439,7 @@ items:
439439
- display_name: Kotlin
440440
slug: kotlin
441441
url: connections/sources/catalog/libraries/server/kotlin
442-
hidden: true
442+
hidden: false
443443
source_type: server
444444
description: The hassle-free way to add Segment analytics to your kotlin app (JVM).
445445
logo:
@@ -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: true
452+
hidden: false
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: true
819+
hidden: false
820820
source_type: mobile
821821
description: >-
822822
The hassle-free way to add Segment analytics to your swift app (iOS,

src/_data/catalog/warehouse.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,17 @@ items:
1212
url: 'https://d3hotuclm6if1r.cloudfront.net/logos/amazon-s3-default.svg'
1313
mark:
1414
url: 'https://cdn.filepicker.io/api/file/R1EKddJ1SnGECiHtdUlY'
15+
- display_name: AWS S3
16+
slug: aws-s3
17+
name: catalog/warehouses/aws-s3
18+
description: >-
19+
The AWS S3 destination provides a more secure way to store data in your AWS S3 buckets.
20+
url: connections/storage/catalog/aws-s3
21+
status: PUBLIC_BETA
22+
logo:
23+
url: 'https://d3hotuclm6if1r.cloudfront.net/logos/amazon-s3-default.svg'
24+
mark:
25+
url: 'https://cdn.filepicker.io/api/file/R1EKddJ1SnGECiHtdUlY'
1526
- display_name: Azure Synapse Analytics Warehouse
1627
slug: azuresqldw
1728
name: catalog/warehouses/azuresqldw

src/_data/catalog/warehouse_papi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# AUTOGENERATED FROM PUBLIC API. DO NOT EDIT
2-
# warehouse data last updated 2021-09-08
2+
# warehouse data last updated 2021-09-15
33
items:
44
- display_name: Azure SQL Data Warehouse
55
slug: azuresqldw

src/_data/sidenav/strat.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,3 +157,20 @@ sections:
157157
- path: /connections/sources/catalog/libraries/mobile/react-native/changelog
158158
title: Analytics-React-Native Changelog
159159

160+
- slug: kotlin
161+
section_title: Analytics-Kotlin Documentation
162+
section:
163+
- path: /connections/sources/catalog/libraries/mobile/kotlin-android/index
164+
title: Analytics-Kotlin (Mobile)
165+
- path: /connections/sources/catalog/libraries/server/kotlin/index
166+
title: Analytics-Kotlin (Server)
167+
- path: /connections/sources/catalog/libraries/mobile/kotlin-android/migration
168+
title: Analytics-Kotlin Migration Guide
169+
170+
- slug: swift
171+
section_title: Analytics-Swift Documentation
172+
section:
173+
- path: /connections/sources/catalog/libraries/mobile/swift-ios/index
174+
title: Analytics-Swift
175+
- path: /connections/sources/catalog/libraries/mobile/swift-ios/migration
176+
title: Analytics-Swift Migration Guide

src/_sass/components/_markdown.scss

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,12 @@
144144
top: 0;
145145
left: 0;
146146
}
147-
147+
div.highlighter-rouge {
148+
margin: 15px auto;
149+
}
150+
table {
151+
margin: 15px auto;
152+
}
148153
&>ul,
149154
ol {
150155
margin-top: 0;
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
title: '2mee Destination'
3+
hidden: true
4+
published: false
5+
beta: true
6+
---

0 commit comments

Comments
 (0)