Skip to content

Commit e7da872

Browse files
authored
Merge branch 'master' into request-access
2 parents 39b54b6 + f762812 commit e7da872

File tree

335 files changed

+4341
-3973
lines changed

Some content is hidden

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

335 files changed

+4341
-3973
lines changed

CODEOWNERS

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# The default owners for everything in
22
# the repo. Unless a later match takes precedence.
3-
CODEOWNERS @sanscontext @markzegarelli @nielst @XavierAgostini @danielstjules @stephment
3+
CODEOWNERS @segmentio/segment-doc-team
44

55
# Diagram library
66
/diagram-library @sanscontext
77

88
# Utility scripts
9-
/scripts @sanscontext @bryanmikaelian @XavierAgostini
9+
/scripts @segmentio/segment-doc-team @XavierAgostini
1010

1111
# Vale Linting
1212
/vale-styles @segmentio/segment-doc-team
@@ -21,10 +21,10 @@ CODEOWNERS @sanscontext @markzegarelli @nielst @XavierAgostini @danielstjules @
2121

2222

2323
# Libraries owners
24-
/src/connections/catalog/libraries @osamakhn @bsneed @lubird @pooyaj @juliofarah
24+
/src/connections/catalog/libraries @osamakhn @bsneed @pooyaj @juliofarah
2525

2626
# Destination owners
27-
/src/connections/destinations @n2parko @danielstjules @benhorowitz
27+
/src/connections/destinations @segmentio/segment-doc-team
2828

2929

3030
# Privacy owners

Gemfile.lock

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
GIT
22
remote: https://github.com/jekyll/jekyll.git
3-
revision: 1d7d11be61196b45b4645fd8cd73776e8fe8d184
3+
revision: e739c777fc8fb63b9890c0738983af6f1d525966
44
specs:
5-
jekyll (4.0.0)
5+
jekyll (4.1.1)
66
addressable (~> 2.4)
77
colorator (~> 1.0)
88
em-websocket (~> 0.5)
9-
i18n (>= 0.9.5, < 2)
9+
i18n (~> 1.0)
1010
jekyll-sass-converter (~> 2.0)
1111
jekyll-watch (~> 2.0)
12-
kramdown (~> 2.1)
12+
kramdown (~> 2.3)
1313
kramdown-parser-gfm (~> 1.0)
1414
liquid (~> 4.0)
15-
mercenary (~> 0.3.3)
15+
mercenary (~> 0.4.0)
1616
pathutil (~> 0.9)
1717
rouge (~> 3.0)
1818
safe_yaml (~> 1.0)
@@ -24,32 +24,32 @@ GEM
2424
addressable (2.7.0)
2525
public_suffix (>= 2.0.2, < 5.0)
2626
colorator (1.1.0)
27-
commonmarker (0.20.1)
27+
commonmarker (0.21.0)
2828
ruby-enum (~> 0.5)
29-
concurrent-ruby (1.1.5)
30-
dotenv (2.7.5)
31-
em-websocket (0.5.1)
29+
concurrent-ruby (1.1.7)
30+
dotenv (2.7.6)
31+
em-websocket (0.5.2)
3232
eventmachine (>= 0.12.9)
3333
http_parser.rb (~> 0.6.0)
3434
eventmachine (1.2.7)
35-
faraday (0.17.1)
35+
faraday (1.0.1)
3636
multipart-post (>= 1.2, < 3)
37-
ffi (1.11.3)
37+
ffi (1.13.1)
3838
forwardable-extended (2.6.0)
3939
http_parser.rb (0.6.0)
40-
i18n (1.7.0)
40+
i18n (1.8.5)
4141
concurrent-ruby (~> 1.0)
4242
jekyll-commonmark (1.3.1)
4343
commonmarker (~> 0.14)
4444
jekyll (>= 3.7, < 5.0)
4545
jekyll-include-cache (0.2.0)
4646
jekyll (>= 3.7, < 5.0)
47-
jekyll-last-modified-at (1.2.1)
47+
jekyll-last-modified-at (1.3.0)
4848
jekyll (>= 3.7, < 5.0)
4949
posix-spawn (~> 0.3.9)
50-
jekyll-redirect-from (0.15.0)
50+
jekyll-redirect-from (0.16.0)
5151
jekyll (>= 3.3, < 5.0)
52-
jekyll-sass-converter (2.0.1)
52+
jekyll-sass-converter (2.1.0)
5353
sassc (> 2.0.1, < 3.0)
5454
jekyll-sitemap (1.4.0)
5555
jekyll (>= 3.7, < 5.0)
@@ -62,35 +62,35 @@ GEM
6262
liquid (4.0.3)
6363
liquid-c (4.0.0)
6464
liquid (>= 3.0.0)
65-
listen (3.2.0)
65+
listen (3.2.1)
6666
rb-fsevent (~> 0.10, >= 0.10.3)
6767
rb-inotify (~> 0.9, >= 0.9.10)
68-
mercenary (0.3.6)
68+
mercenary (0.4.0)
6969
multipart-post (2.1.1)
7070
pathutil (0.16.2)
7171
forwardable-extended (~> 2.6)
72-
posix-spawn (0.3.13)
73-
premonition (2.0.0)
74-
public_suffix (4.0.1)
72+
posix-spawn (0.3.15)
73+
premonition (2.0.1)
74+
public_suffix (4.0.6)
7575
rake (13.0.1)
76-
rb-fsevent (0.10.3)
77-
rb-inotify (0.10.0)
76+
rb-fsevent (0.10.4)
77+
rb-inotify (0.10.1)
7878
ffi (~> 1.0)
7979
rexml (3.2.4)
80-
rouge (3.13.0)
81-
ruby-enum (0.7.2)
80+
rouge (3.23.0)
81+
ruby-enum (0.8.0)
8282
i18n
8383
safe_yaml (1.0.5)
84-
sassc (2.2.1)
84+
sassc (2.4.0)
8585
ffi (~> 1.9)
8686
terminal-table (1.8.0)
8787
unicode-display_width (~> 1.1, >= 1.1.1)
8888
thread_safe (0.3.6)
89-
tzinfo (1.2.5)
89+
tzinfo (1.2.7)
9090
thread_safe (~> 0.1)
91-
tzinfo-data (1.2019.3)
91+
tzinfo-data (1.2020.2)
9292
tzinfo (>= 1.0.0)
93-
unicode-display_width (1.6.0)
93+
unicode-display_width (1.7.0)
9494
wdm (0.1.1)
9595

9696
PLATFORMS

netlify.toml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
[build]
2+
3+
[[redirects]]
4+
from = "/docs/*"
5+
to = "/:splat"
6+
status = 200
7+
8+
[[redirects]]
9+
from = "/docs/assets/docs.bundle.js"
10+
to = "/assets/docs.bundle.js"
11+
status = 200
12+
13+
[[plugins]]
14+
package = "@algolia/netlify-plugin-crawler"
15+
[plugins.inputs]
16+
branches = ['DOC-65_Algolia-crawl']

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
"remark-preset-lint-recommended"
1111
]
1212
},
13+
"scripts": {
14+
"develop": "bundle exec jekyll clean && webpack --mode production && JEKYLL_ENV=testing bundle exec jekyll build --trace -V"
15+
},
1316
"devDependencies": {
1417
"@babel/cli": "^7.6.0",
1518
"@babel/core": "^7.6.0",

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 PLATFORM API. DO NOT EDIT
2-
# destination categories last updated 2020-10-02
2+
# destination categories last updated 2020-10-21
33
items:
44
- display_name: Email Marketing
55
slug: email-marketing

0 commit comments

Comments
 (0)