Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Feb 16, 2024. It is now read-only.

Commit 17dc2d9

Browse files
authored
Merge pull request #9 from segmentio/develop
sync fork
2 parents 988e2f9 + 1bd3eaa commit 17dc2d9

File tree

2,038 files changed

+71516
-20722
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,038 files changed

+71516
-20722
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
Lines changed: 111 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,111 @@
1+
(?:C|c)annonical
2+
(?:C|c)onfig
3+
(?:C|c)rypto
4+
(?:D|d)eduplicate
5+
(?:D|d)eduplication
6+
(?:G|g)tag
7+
(?:K|k)laviyo
8+
(?:L|l)odash
9+
(?:L|l)ookback
10+
(?:P|p)ageviews?\b
11+
(?:P|p)endo
12+
(?:P|p)odfile
13+
(?:P|p)ostgres
14+
(?:R|r)emarketing
15+
(?:U|u)nlinks?\b
16+
(?:U|u)nmaps?\b
17+
(?:U|u)rls?\b
18+
adset
19+
Adwords
20+
allowlist
21+
Amberflo
22+
Appboy
23+
Appsflyer
24+
async
25+
background(?:ed|ing)
26+
Blitzllama
27+
blocklist
28+
boolean
29+
Breyta
30+
Chargebee
31+
chatbot
32+
CloudFront
33+
Cocoapods
34+
Contentful
35+
Criteo
36+
csv
37+
deeplink
38+
Dev
39+
Doubleclick
40+
endcapture
41+
endfor
42+
endif
43+
eu
44+
Freshsales
45+
Friendbuy
46+
ga
47+
gmail
48+
Gradle
49+
Heatmapping
50+
href
51+
html
52+
http
53+
HTTP
54+
https
55+
HTTPS
56+
Hubspot
57+
incrementality
58+
ios
59+
iOS
60+
Iterable
61+
Javadoc
62+
Javadocs
63+
Javascript
64+
Jebbit
65+
Jivox
66+
Kameleoon
67+
Kissmetrics
68+
Lightbox
69+
Littledata
70+
Mailchimp
71+
Mailmodo
72+
markdownify
73+
Marketo
74+
Matcha
75+
measurability
76+
middleware
77+
Middleware
78+
Mixpanel
79+
namespace
80+
Ninetailed
81+
Okta
82+
Omnichannel
83+
onboarding
84+
Optimizely
85+
performant
86+
Preact
87+
Rokt
88+
Selligent
89+
Shopify
90+
Skalin
91+
Smartly
92+
Snapchat
93+
Spideo
94+
subaction
95+
Subnet
96+
svg
97+
Totango
98+
Twilio
99+
upsert
100+
US
101+
utm
102+
Vero
103+
Vidora
104+
viewability
105+
waitlist
106+
WebKit
107+
Wootric
108+
Xcode
109+
Zendesk
110+
geofenc(?:e|ing)
111+
Bluedot
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': '\.'

0 commit comments

Comments
 (0)