Skip to content

Commit d7e1dd1

Browse files
committed
Merge remote-tracking branch 'upstream/develop' into littledata-docs-update
2 parents dff21b0 + aac9b41 commit d7e1dd1

File tree

2,226 files changed

+77196
-27165
lines changed

Some content is hidden

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

2,226 files changed

+77196
-27165
lines changed

.github/.vale.ini

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
StylesPath = .github/styles
2+
3+
Vocab = Docs
4+
5+
[*.md]
6+
BasedOnStyles = segment
7+
TokenIgnores = ({% .* %})

.github/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ changelog:
55
- autoupdate
66
- back-end
77
- release
8+
- hidden
89
authors:
910
- bot-docsteam
1011
categories:
@@ -16,7 +17,7 @@ changelog:
1617
- new-integration
1718
- title: Improvements
1819
labels:
19-
- enhancement
20+
- content-update
2021
- title: Fixes
2122
labels:
2223
- fixed-content

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

Lines changed: 146 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,146 @@
1+
(:?C|c)loudwatch
2+
(?:C|c)annonical
3+
(?:C|c)onfig
4+
(?:C|c)rypto
5+
(?:D|d)eduplicate
6+
(?:D|d)eduplication
7+
(?:G|g)tag
8+
(?:K|k)laviyo
9+
(?:L|l)odash
10+
(?:L|l)ookback
11+
(?:P|p)ageviews?\b
12+
(?:P|p)endo
13+
(?:P|p)odfile
14+
(?:P|p)ostgres
15+
(?:R|r)emarketing
16+
(?:U|u)nlinks?\b
17+
(?:U|u)nmaps?\b
18+
(?:U|u)ploader
19+
(?:U|u)rls?\b
20+
adset
21+
Adwords
22+
Aircall
23+
allowlist
24+
Amberflo
25+
API(:?s)
26+
Appboy
27+
Appsflyer
28+
async
29+
aws
30+
background(?:ed|ing)
31+
Bento
32+
Blitzllama
33+
blocklist
34+
Bluedot
35+
bool
36+
boolean
37+
Breyta
38+
Chargebee
39+
chatbot
40+
cli
41+
CloudFront
42+
Cocoapods
43+
Contentful
44+
Criteo
45+
csv
46+
Databricks
47+
datetime
48+
deeplink
49+
Dev
50+
Doubleclick
51+
Eloqua
52+
enablement
53+
endcapture
54+
endfor
55+
endif
56+
eu
57+
Freshsales
58+
Friendbuy
59+
ga
60+
geofenc(?:e|ing)
61+
gmail
62+
Gradle
63+
gzip
64+
Heatmapping
65+
href
66+
html
67+
http
68+
HTTP
69+
https
70+
HTTPS
71+
Hubspot
72+
incrementality
73+
ios
74+
iOS
75+
Iterable
76+
Javadoc
77+
Javadocs
78+
Javascript
79+
Jebbit
80+
Jimo
81+
Jivox
82+
Kable
83+
Kameleoon
84+
Kissmetrics
85+
Leanplum
86+
Lightbox
87+
Littledata
88+
Mailchimp
89+
Mailmodo
90+
markdownify
91+
Marketo
92+
Matcha
93+
matchers
94+
measurability
95+
middleware
96+
Middleware
97+
Mixpanel
98+
namespace
99+
Ninetailed
100+
npm
101+
NSDate
102+
NSNull
103+
NSNumber
104+
NSString
105+
OAuth
106+
Okta
107+
Omnichannel
108+
onboarding
109+
Optimizely
110+
param(:?s)
111+
Pardot
112+
performant
113+
Pinterest
114+
Preact
115+
Qualtrics
116+
reformat(:?s)
117+
Responsys
118+
Rokt
119+
SDK(:?s)
120+
Selligent
121+
Sendgrid
122+
Shopify
123+
signup
124+
Skalin
125+
Smartly
126+
Snapchat
127+
Spideo
128+
Statsig
129+
subaction
130+
Subnet
131+
svg
132+
Totango
133+
Twilio
134+
upsert
135+
US
136+
utm
137+
Vero
138+
Vidora
139+
viewability
140+
waitlist
141+
walkthrough
142+
WebKit
143+
Woopra
144+
Wootric
145+
Xcode
146+
Zendesk

.github/styles/Vocab/Docs/reject.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
functionality
2+
e.g.
3+
i.e.
4+
signup
5+
setup
6+
login

.github/styles/segment/Latin.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
extends: substitution
2+
message: "Use '%s' instead of '%s'."
3+
# link: https://docs.microsoft.com/en-us/style-guide/word-choice/use-us-spelling-avoid-non-english-words
4+
ignorecase: true
5+
level: error
6+
nonword: true
7+
8+
action:
9+
name: replace
10+
swap:
11+
'\b(?:eg|e\.g\.)[\s,]': for example
12+
'\b(?:ie|i\.e\.)[\s,]': that is, for example

.github/styles/segment/alt-tag.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
extends: existence
2+
message: 'Please add alt text to the image'
3+
level: warning
4+
scope: raw
5+
nonword: true
6+
raw:
7+
- '(\!\[\])'
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
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': '\.'
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
extends: existence
2+
message: Avoid the term '%s'
3+
level: warning
4+
code: false
5+
ignorecase: true
6+
tokens:
7+
- appears to be
8+
- arguably
9+
- grandfather
10+
- powow
11+
- blacklist
12+
- whitelist
13+
- blackhat
14+
- whitehat
15+
- manned
16+
- man-made
17+
- master
18+
- slave
19+
- sanity check
20+
- dummy

.github/styles/segment/links copy.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
extends: existence
2+
message: "Write meaningful link text."
3+
level: warning
4+
scope: link
5+
raw:
6+
- '\[?here\]\('

.github/styles/segment/links.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
extends: existence
2+
message: "Write meaningful link text."
3+
link: https://docs.microsoft.com/en-us/style-guide/urls-web-addresses
4+
level: warning
5+
raw:
6+
- '\[?here\]\('

0 commit comments

Comments
 (0)