Skip to content

Commit 074722a

Browse files
author
markzegarelli
authored
Merge branch 'master' into DOC-359-IF
2 parents 0ecae77 + e3a70f5 commit 074722a

File tree

21 files changed

+224
-4103
lines changed

21 files changed

+224
-4103
lines changed

.github/workflows/check-links.yml

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -12,34 +12,34 @@ on:
1212

1313
jobs:
1414
checklinks:
15-
if: github.repository == 'segmentio/segment-docs-private'
15+
if: github.repository == 'segmentio/segment-docs'
1616
name: Linux
1717
runs-on: ubuntu-latest
1818
strategy:
1919
fail-fast: false
20-
# steps:
21-
# - uses: actions/checkout@v2
22-
# - name: Ruby
23-
# uses: ruby/setup-ruby@v1
24-
# with:
25-
# ruby-version: 2.6 # Not needed with a .ruby-version file
26-
# bundler-cache: true # runs 'bundle install' and caches installed gems automatically
27-
# - name: Yarn install
28-
# run: yarn install
29-
# - name: Build jekyll website with
30-
# run: bundle exec jekyll build
31-
# - name: Check for broken links
32-
# run: |
33-
# yarn run hyperlink ./_site/index.html --canonicalroot https://segment.com/docs -i -r --skip 0.0.0.0 | yarn run tap-spot > output.md
34-
# continue-on-error: true
35-
# - name: Archive log links
36-
# uses: actions/upload-artifact@v1
37-
# with:
38-
# name: links-check.log
39-
# path: output.md
40-
# - name: Create Issue From File
41-
# uses: peter-evans/create-issue-from-file@v2
42-
# with:
43-
# title: Link Checker Report
44-
# content-filepath: output.md
45-
# labels: report, automated issue
20+
steps:
21+
- uses: actions/checkout@v2
22+
- name: Ruby
23+
uses: ruby/setup-ruby@v1
24+
with:
25+
ruby-version: 2.6 # Not needed with a .ruby-version file
26+
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
27+
- name: Yarn install
28+
run: yarn install
29+
- name: Build jekyll website with
30+
run: bundle exec jekyll build
31+
- name: Link Checker
32+
uses: lycheeverse/[email protected]
33+
with:
34+
args: --no-progress _site/**/*.html -a 429 -c ./lychee.toml
35+
env:
36+
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
37+
# - name: "exclude non-400 errors"
38+
# run: |
39+
# sudo grep -v "error sending request" ./lychee/out.md > ./lychee/out2.md
40+
- name: Create Issue From File
41+
uses: peter-evans/create-issue-from-file@v3
42+
with:
43+
title: Link Checker Report
44+
content-filepath: ./lychee/out.md
45+
labels: report, automated issue

lychee-out.txt

Lines changed: 0 additions & 3855 deletions
This file was deleted.

lychee.toml

Lines changed: 74 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,74 @@
1+
###
2+
### Display
3+
###
4+
# Verbose program output
5+
verbose = false
6+
7+
# Show progress
8+
progress = true
9+
10+
11+
###
12+
### Runtime
13+
###
14+
# Number of threads to utilize.
15+
# Defaults to number of cores available to the system if omitted.
16+
#threads = 2
17+
18+
# Maximum number of allowed redirects
19+
max_redirects = 10
20+
21+
22+
###
23+
### Requests
24+
###
25+
# User agent to send with each request
26+
user_agent = "lychee/0.8.0"
27+
28+
# Website timeout from connect to response finished
29+
timeout = 30
30+
31+
# Comma-separated list of accepted status codes for valid links.
32+
# Omit to accept all response types.
33+
#accept = "text/html"
34+
35+
# Proceed for server connections considered insecure (invalid TLS)
36+
insecure = false
37+
38+
# Only test links with the given scheme (e.g. https)
39+
# Omit to check links with any scheme
40+
scheme = ['https', 'http']
41+
42+
# Request method
43+
method = "get"
44+
45+
# Custom request headers
46+
headers = []
47+
48+
49+
###
50+
### Exclusions
51+
###
52+
# 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)']
54+
55+
# Exclude URLs contained in a file from checking
56+
exclude_file = []
57+
58+
include = []
59+
60+
# Exclude all private IPs from checking
61+
# Equivalent to setting `exclude_private`, `exclude_link_local`, and `exclude_loopback` to true
62+
exclude_all_private = true
63+
64+
# Exclude private IP address ranges from checking
65+
exclude_private = false
66+
67+
# Exclude link-local IP address range from checking
68+
exclude_link_local = true
69+
70+
# Exclude loopback IP address range and localhost from checking
71+
exclude_loopback = false
72+
73+
# Exclude all mail addresses from checking
74+
exclude_mail = true

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

src/_data/catalog/destinations.yml

Lines changed: 22 additions & 70 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# AUTOGENERATED FROM PUBLIC API. DO NOT EDIT
2-
# destination data last updated 2021-10-18
2+
# destination data last updated 2021-10-29
33
items:
44
- display_name: 2mee
55
name: 2mee
@@ -296,9 +296,9 @@ items:
296296
- Attribution
297297
- Deep Linking
298298
logo:
299-
url: https://d3hotuclm6if1r.cloudfront.net/logos/adjust-default.png
299+
url: https://cdn.filepicker.io/api/file/IefXQy6fRR27ZG1NvZgW
300300
mark:
301-
url: https://cdn.filepicker.io/api/file/VFbLfGGT1aWXoUBldtpQ
301+
url: https://cdn.filepicker.io/api/file/lqTYxhVyT5WFDFdLS598
302302
methods:
303303
track: true
304304
identify: false
@@ -1912,6 +1912,12 @@ items:
19121912
be done by your app.
19131913
required: false
19141914
label: Enable Location Listening
1915+
- name: endpoint
1916+
type: select
1917+
defaultValue: ''
1918+
description: Choose the endpoint corresponding to your region.
1919+
required: true
1920+
label: Endpoint
19151921
- name: eventUploadPeriodMillis
19161922
type: number
19171923
defaultValue: 30000
@@ -7818,7 +7824,7 @@ items:
78187824
components:
78197825
- code: https://github.com/segmentio/integrations/tree/master/integrations/hubspot
78207826
type: server
7821-
browserUnbundlingSupported: false
7827+
browserUnbundlingSupported: true
78227828
browserUnbundlingPublic: true
78237829
replay: false
78247830
connection_modes:
@@ -8707,14 +8713,14 @@ items:
87078713
description: Sends pages with names to FullStory as tracking events.
87088714
required: false
87098715
label: Track Named Pages
8710-
- display_name: FullStory (Actions)
8711-
name: FullStory (Actions)
8716+
- display_name: Fullstory (Actions)
8717+
name: Fullstory (Actions)
87128718
slug: actions-fullstory
87138719
hidden: false
87148720
url: connections/destinations/catalog/actions-fullstory
87158721
previous_names:
87168722
- Fullstory
8717-
- FullStory (Actions)
8723+
- Fullstory (Actions)
87188724
website: http://www.fullstory.com
87198725
status: PUBLIC_BETA
87208726
categories:
@@ -11051,7 +11057,7 @@ items:
1105111057
previous_names:
1105211058
- Impact Partnership Cloud
1105311059
website: https://impact.com
11054-
status: PUBLIC_BETA
11060+
status: PUBLIC
1105511061
categories:
1105611062
- Attribution
1105711063
- Referrals
@@ -12703,6 +12709,14 @@ items:
1270312709
Kustomer account.
1270412710
required: true
1270512711
label: API Key
12712+
- name: orgPod
12713+
type: string
12714+
defaultValue: ''
12715+
description: >-
12716+
Copy and paste the org pod value provided in Kustomer in the Segment
12717+
settings page.
12718+
required: true
12719+
label: Org Pod
1270612720
- display_name: Lantern
1270712721
name: Lantern
1270812722
slug: lantern
@@ -18562,68 +18576,6 @@ items:
1856218576
Rollbar Integration settings in your Segment source.
1856318577
required: false
1856418578
label: Enable Source Map
18565-
- display_name: SaaSquatch
18566-
name: SaaSquatch
18567-
slug: saasquatch
18568-
hidden: false
18569-
url: connections/destinations/catalog/saasquatch
18570-
previous_names:
18571-
- SaaSquatch
18572-
website: http://www.referralsaasquatch.com/
18573-
status: PUBLIC
18574-
categories:
18575-
- Referrals
18576-
logo:
18577-
url: https://d3hotuclm6if1r.cloudfront.net/logos/saasquatch-default.svg
18578-
mark:
18579-
url: https://cdn.filepicker.io/api/file/73fWa291RlaldjXAULay
18580-
methods:
18581-
track: false
18582-
identify: true
18583-
group: true
18584-
alias: false
18585-
page: false
18586-
platforms:
18587-
browser: true
18588-
mobile: false
18589-
server: false
18590-
components:
18591-
- code: >-
18592-
https://github.com/segment-integrations/analytics.js-integration-saasquatch
18593-
type: browser
18594-
browserUnbundlingSupported: false
18595-
browserUnbundlingPublic: true
18596-
replay: false
18597-
connection_modes:
18598-
device:
18599-
web: true
18600-
mobile: false
18601-
server: false
18602-
cloud:
18603-
web: false
18604-
mobile: false
18605-
server: false
18606-
summary: accepts device-mode data only from Analytics.js.
18607-
cmode_type: device-only
18608-
case: '2'
18609-
settings:
18610-
- name: referralImage
18611-
type: string
18612-
defaultValue: ''
18613-
description: >-
18614-
An absolute URL for an image that will be used when a referral is made on
18615-
Facebook. Minimum image size is 114px tall and 155px wide. Not signed in
18616-
the checksum.
18617-
required: true
18618-
label: Referral Image URL
18619-
- name: tenantAlias
18620-
type: string
18621-
defaultValue: ''
18622-
description: >-
18623-
You can find your Tenant Alias in SaaSquatch's Settings page under
18624-
Install.
18625-
required: true
18626-
label: Tenant Alias
1862718579
- display_name: Sailthru v2
1862818580
name: Sailthru v2
1862918581
slug: sailthru-v2

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-10-18
2+
# source cateogries last updated 2021-10-29
33
items:
44
- display_name: A/B Testing
55
slug: a-b-testing

src/_data/catalog/sources.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-
# sources last updated 2021-10-18
2+
# sources last updated 2021-10-29
33
items:
44
- display_name: .NET
55
slug: net

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-10-18
2+
# warehouse data last updated 2021-10-29
33
items:
44
- display_name: Azure SQL Data Warehouse
55
slug: azuresqldw

0 commit comments

Comments
 (0)