Skip to content

Commit 327ab2d

Browse files
committed
Merge remote-tracking branch 'upstream/develop' into littledata-docs-update
2 parents 926523a + ca83be5 commit 327ab2d

File tree

1,164 files changed

+89817
-72793
lines changed

Some content is hidden

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

1,164 files changed

+89817
-72793
lines changed

.env.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ CONTEXT=development
66
PLATFORM_API_TOKEN=generate a token from your Segment workspace
77
PAPI_TOKEN=generate a token from your Segment workspace
88
ALGOLIA_APP_ID=
9-
ALGOLIA_SEARCH_KEY=
9+
ALGOLIA_SEARCH_KEY=

.github/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ changelog:
2222
labels:
2323
- fixed-content
2424
- fixed-site
25+
- title: Knowledge Centered Support
26+
labels:
27+
- KCS
2528
- title: Other Updates
2629
labels:
2730
- "*"

.github/styles/Vocab/Docs/accept.txt

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,43 +12,55 @@
1212
(?:P|p)endo
1313
(?:P|p)odfile
1414
(?:P|p)ostgres
15+
(?:R|r)ealtime
1516
(?:R|r)emarketing
1617
(?:U|u)nlinks?\b
1718
(?:U|u)nmaps?\b
1819
(?:U|u)ploader
1920
(?:U|u)rls?\b
21+
Aampe
2022
adset
2123
Adwords
2224
Aircall
25+
Airdat(?:e|es)
26+
Algolia
2327
allowlist
2428
Amberflo
2529
API(:?s)
2630
Appboy
2731
Appsflyer
2832
async
33+
Automations
2934
aws
3035
background(?:ed|ing)
3136
Bento
37+
Bing
38+
Blackbaud
3239
Blitzllama
3340
blocklist
3441
Bluedot
3542
bool
3643
boolean
44+
Braze's
3745
Breyta
3846
Chargebee
3947
chatbot
4048
cli
4149
CloudFront
4250
Cocoapods
51+
comScore
4352
Contentful
53+
Cordova
4454
Criteo
4555
csv
4656
Databricks
4757
datetime
58+
debouncing
4859
deeplink
4960
Dev
5061
Doubleclick
5162
Eloqua
63+
Emarsys
5264
enablement
5365
endcapture
5466
endfor
@@ -70,6 +82,7 @@ https
7082
HTTPS
7183
Hubspot
7284
incrementality
85+
Innovid
7386
ios
7487
iOS
7588
Iterable
@@ -79,6 +92,7 @@ Javascript
7992
Jebbit
8093
Jimo
8194
Jivox
95+
jQuery
8296
Kable
8397
Kameleoon
8498
Kissmetrics
@@ -92,6 +106,7 @@ Marketo
92106
Matcha
93107
matchers
94108
measurability
109+
Metrix
95110
middleware
96111
Middleware
97112
Mixpanel
@@ -107,15 +122,21 @@ Okta
107122
Omnichannel
108123
onboarding
109124
Optimizely
125+
Outfunnel
110126
param(:?s)
111127
Pardot
128+
Passcode
112129
performant
113130
Pinterest
131+
Pipedrive
114132
Preact
133+
Proguard
115134
Qualtrics
116135
reformat(:?s)
136+
remarket
117137
Responsys
118138
Rokt
139+
Sabil
119140
SDK(:?s)
120141
Selligent
121142
Sendgrid
@@ -134,12 +155,15 @@ Twilio
134155
upsert
135156
US
136157
utm
158+
varchar
137159
Vero
138160
Vidora
139161
viewability
162+
Voucherify
140163
waitlist
141164
walkthrough
142165
WebKit
166+
Wisepops
143167
Woopra
144168
Wootric
145169
Xcode
Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
extends: substitution
2-
message: "Please use '%s' instead of '%s'."
3-
link: https://docs.microsoft.com/en-us/style-guide/punctuation/exclamation-points
4-
level: warning
5-
swap:
6-
'\w!\s': '\.'
1+
extends: existence
2+
message: "Don't use exclamation points in text."
3+
nonword: true
4+
level: error
5+
action:
6+
name: remove
7+
tokens:
8+
- '\w!(?:\s|$)'

.github/styles/segment/links copy.yml

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

.github/styles/segment/links.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ message: "Write meaningful link text."
33
link: https://docs.microsoft.com/en-us/style-guide/urls-web-addresses
44
level: warning
55
raw:
6-
- '\[?here\]\('
6+
- '\[?here\]\(.*'
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
extends: existence
2-
message: 'Link to Segment docs "%s" must be relative.'
2+
message: 'Link to Segment docs "%s" should be relative.'
33
level: warning
44
scope: raw
55
raw:
6-
- '\[.+\]\(https://(www.)?segment.com/docs.*\)'
6+
- '(segment.com\/docs.[^)]*)'

.tool-versions

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
ruby 2.7.8
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)