Skip to content

Commit 583d6b8

Browse files
author
markzegarelli
committed
merge master
2 parents 527eaf1 + af3365c commit 583d6b8

File tree

245 files changed

+3444
-749
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

245 files changed

+3444
-749
lines changed

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ defaults:
4242

4343
collections:
4444
release_notes:
45-
output: true
45+
output: false
4646
permalink: /:collection/:name
4747

4848
plugins_dir: ./_plugins

lychee.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ headers = []
5050
### Exclusions
5151
###
5252
# Exclude URLs from checking (supports regex)
53-
exclude = ['https://ajs.cd.segment.com/analytics.js/v1/','http://0.0.0.0:4000','https://api.segment.io/v1/', 'https://segment.com/docs/assets/docs.bundle.js','https://www.linkedin.com', 'https://segment.com/jobs/', 'https://segment.com/press/', 'https://github.com/segmentio', 'https://unpkg.com/@segment/[email protected]/standalone/consent-manager.js', '(segment.com)', '(segmentapis.com)', '(example.com)', '(schema.org)','(maxcdn)']
53+
exclude = ['(acme.com)','(webhooks.company.com)','(your-webhook-url)','https://segment.zendesk.com','(example-service)','(redacted)','(foo)','http://dl.bintray.com/swrve-inc/android','https://ajs.cd.segment.com/analytics.js/v1/','http://0.0.0.0:4000','https://api.segment.io/v1/', 'https://segment.com/docs/assets/docs.bundle.js','https://www.linkedin.com', 'https://segment.com/jobs/', 'https://segment.com/press/', 'https://github.com/segmentio', 'https://unpkg.com/@segment/[email protected]/standalone/consent-manager.js', '(segment.com)', '(segmentapis.com)', '(example.com)', '(schema.org)','(maxcdn)', '(your-org-name)', '(mywebsite)']
5454

5555
# Exclude URLs contained in a file from checking
5656
exclude_file = []

scripts/catalog_papi.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -64,19 +64,19 @@ const getConnectionModes = (destination) => {
6464
}
6565
destination.components.forEach(component =>{
6666
switch (component.type){
67-
case 'ios':
67+
case 'IOS':
6868
connectionModes.device.mobile = true
6969
break
70-
case 'android':
70+
case 'ANDROID':
7171
connectionModes.device.mobile = true
7272
break
73-
case 'browser':
73+
case 'BROWSER':
7474
if (destination.browserUnbundling) {
7575
connectionModes.cloud.web = true
7676
}
7777
connectionModes.device.web = true
7878
break
79-
case 'server':
79+
case 'SERVER':
8080
connectionModes.cloud.mobile = true
8181
if (destination.platforms.server) {
8282
connectionModes.cloud.server = true
@@ -437,4 +437,4 @@ const updateWarehouses = async () => {
437437

438438
updateDestinations()
439439
updateSources()
440-
updateWarehouses()
440+
// updateWarehouses()

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-11-09
2+
# destination categories last updated 2021-11-17
33
items:
44
- display_name: A/B Testing
55
slug: a-b-testing

0 commit comments

Comments
 (0)