Skip to content

Commit b87ad84

Browse files
authored
Merge pull request #77 from ChromeDevTools/redirect-branch
Redirect branch
2 parents 2604dc3 + fcd0214 commit b87ad84

Some content is hidden

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

55 files changed

+232
-60
lines changed

Gemfile.lock

Lines changed: 122 additions & 57 deletions
Original file line numberDiff line numberDiff line change
@@ -7,53 +7,75 @@ GEM
77
minitest (~> 5.1)
88
thread_safe (~> 0.3, >= 0.3.4)
99
tzinfo (~> 1.1)
10-
addressable (2.4.0)
10+
addressable (2.5.1)
11+
public_suffix (~> 2.0, >= 2.0.2)
1112
coffee-script (2.4.1)
1213
coffee-script-source
1314
execjs
14-
coffee-script-source (1.10.0)
15+
coffee-script-source (1.12.2)
1516
colorator (1.1.0)
16-
ethon (0.9.0)
17+
ethon (0.10.1)
1718
ffi (>= 1.3.0)
1819
execjs (2.7.0)
19-
faraday (0.9.2)
20+
faraday (0.12.1)
2021
multipart-post (>= 1.2, < 3)
21-
ffi (1.9.14)
22+
ffi (1.9.18)
2223
forwardable-extended (2.6.0)
23-
gemoji (2.1.0)
24-
github-pages (93)
24+
gemoji (3.0.0)
25+
github-pages (136)
2526
activesupport (= 4.2.7)
26-
github-pages-health-check (= 1.2.0)
27-
jekyll (= 3.2.1)
27+
github-pages-health-check (= 1.3.3)
28+
jekyll (= 3.4.3)
29+
jekyll-avatar (= 0.4.2)
2830
jekyll-coffeescript (= 1.0.1)
29-
jekyll-feed (= 0.5.1)
31+
jekyll-default-layout (= 0.1.4)
32+
jekyll-feed (= 0.9.2)
3033
jekyll-gist (= 1.4.0)
31-
jekyll-github-metadata (= 2.0.2)
32-
jekyll-mentions (= 1.1.3)
34+
jekyll-github-metadata (= 2.3.1)
35+
jekyll-mentions (= 1.2.0)
36+
jekyll-optional-front-matter (= 0.1.2)
3337
jekyll-paginate (= 1.1.0)
34-
jekyll-redirect-from (= 0.11.0)
35-
jekyll-sass-converter (= 1.3.0)
36-
jekyll-seo-tag (= 2.0.0)
37-
jekyll-sitemap (= 0.10.0)
38-
jemoji (= 0.7.0)
39-
kramdown (= 1.11.1)
38+
jekyll-readme-index (= 0.1.0)
39+
jekyll-redirect-from (= 0.12.1)
40+
jekyll-relative-links (= 0.4.0)
41+
jekyll-sass-converter (= 1.5.0)
42+
jekyll-seo-tag (= 2.2.2)
43+
jekyll-sitemap (= 1.0.0)
44+
jekyll-swiss (= 0.4.0)
45+
jekyll-theme-architect (= 0.0.4)
46+
jekyll-theme-cayman (= 0.0.4)
47+
jekyll-theme-dinky (= 0.0.4)
48+
jekyll-theme-hacker (= 0.0.4)
49+
jekyll-theme-leap-day (= 0.0.4)
50+
jekyll-theme-merlot (= 0.0.4)
51+
jekyll-theme-midnight (= 0.0.4)
52+
jekyll-theme-minimal (= 0.0.4)
53+
jekyll-theme-modernist (= 0.0.4)
54+
jekyll-theme-primer (= 0.1.8)
55+
jekyll-theme-slate (= 0.0.4)
56+
jekyll-theme-tactile (= 0.0.4)
57+
jekyll-theme-time-machine (= 0.0.4)
58+
jekyll-titles-from-headings (= 0.1.5)
59+
jemoji (= 0.8.0)
60+
kramdown (= 1.13.2)
4061
liquid (= 3.0.6)
4162
listen (= 3.0.6)
4263
mercenary (~> 0.3)
43-
minima (= 1.0.1)
64+
minima (= 2.1.1)
4465
rouge (= 1.11.1)
4566
terminal-table (~> 1.4)
46-
github-pages-health-check (1.2.0)
67+
github-pages-health-check (1.3.3)
4768
addressable (~> 2.3)
4869
net-dns (~> 0.8)
4970
octokit (~> 4.0)
50-
public_suffix (~> 1.4)
71+
public_suffix (~> 2.0)
5172
typhoeus (~> 0.7)
52-
html-pipeline (2.4.2)
73+
html-pipeline (2.5.0)
5374
activesupport (>= 2)
5475
nokogiri (>= 1.4)
55-
i18n (0.7.0)
56-
jekyll (3.2.1)
76+
i18n (0.8.1)
77+
jekyll (3.4.3)
78+
addressable (~> 2.4)
5779
colorator (~> 1.0)
5880
jekyll-sass-converter (~> 1.0)
5981
jekyll-watch (~> 1.1)
@@ -63,68 +85,111 @@ GEM
6385
pathutil (~> 0.9)
6486
rouge (~> 1.7)
6587
safe_yaml (~> 1.0)
88+
jekyll-avatar (0.4.2)
89+
jekyll (~> 3.0)
6690
jekyll-coffeescript (1.0.1)
6791
coffee-script (~> 2.2)
68-
jekyll-feed (0.5.1)
92+
jekyll-default-layout (0.1.4)
93+
jekyll (~> 3.0)
94+
jekyll-feed (0.9.2)
95+
jekyll (~> 3.3)
6996
jekyll-gist (1.4.0)
7097
octokit (~> 4.2)
71-
jekyll-github-metadata (2.0.2)
98+
jekyll-github-metadata (2.3.1)
7299
jekyll (~> 3.1)
73-
octokit (~> 4.0)
74-
jekyll-mentions (1.1.3)
100+
octokit (~> 4.0, != 4.4.0)
101+
jekyll-mentions (1.2.0)
102+
activesupport (~> 4.0)
75103
html-pipeline (~> 2.3)
76104
jekyll (~> 3.0)
105+
jekyll-optional-front-matter (0.1.2)
106+
jekyll (~> 3.0)
77107
jekyll-paginate (1.1.0)
78-
jekyll-redirect-from (0.11.0)
79-
jekyll (>= 2.0)
80-
jekyll-sass-converter (1.3.0)
81-
sass (~> 3.2)
82-
jekyll-seo-tag (2.0.0)
83-
jekyll (~> 3.1)
84-
jekyll-sitemap (0.10.0)
108+
jekyll-readme-index (0.1.0)
109+
jekyll (~> 3.0)
110+
jekyll-redirect-from (0.12.1)
111+
jekyll (~> 3.3)
112+
jekyll-relative-links (0.4.0)
113+
jekyll (~> 3.3)
114+
jekyll-sass-converter (1.5.0)
115+
sass (~> 3.4)
116+
jekyll-seo-tag (2.2.2)
117+
jekyll (~> 3.3)
118+
jekyll-sitemap (1.0.0)
119+
jekyll (~> 3.3)
120+
jekyll-swiss (0.4.0)
121+
jekyll-theme-architect (0.0.4)
122+
jekyll (~> 3.3)
123+
jekyll-theme-cayman (0.0.4)
124+
jekyll (~> 3.3)
125+
jekyll-theme-dinky (0.0.4)
126+
jekyll (~> 3.3)
127+
jekyll-theme-hacker (0.0.4)
128+
jekyll (~> 3.3)
129+
jekyll-theme-leap-day (0.0.4)
130+
jekyll (~> 3.3)
131+
jekyll-theme-merlot (0.0.4)
132+
jekyll (~> 3.3)
133+
jekyll-theme-midnight (0.0.4)
134+
jekyll (~> 3.3)
135+
jekyll-theme-minimal (0.0.4)
136+
jekyll (~> 3.3)
137+
jekyll-theme-modernist (0.0.4)
138+
jekyll (~> 3.3)
139+
jekyll-theme-primer (0.1.8)
140+
jekyll (~> 3.3)
141+
jekyll-theme-slate (0.0.4)
142+
jekyll (~> 3.3)
143+
jekyll-theme-tactile (0.0.4)
144+
jekyll (~> 3.3)
145+
jekyll-theme-time-machine (0.0.4)
146+
jekyll (~> 3.3)
147+
jekyll-titles-from-headings (0.1.5)
148+
jekyll (~> 3.3)
85149
jekyll-watch (1.5.0)
86150
listen (~> 3.0, < 3.1)
87-
jemoji (0.7.0)
151+
jemoji (0.8.0)
88152
activesupport (~> 4.0)
89-
gemoji (~> 2.0)
153+
gemoji (~> 3.0)
90154
html-pipeline (~> 2.2)
91155
jekyll (>= 3.0)
92-
json (1.8.3)
93-
kramdown (1.11.1)
156+
json (1.8.6)
157+
kramdown (1.13.2)
94158
liquid (3.0.6)
95159
listen (3.0.6)
96160
rb-fsevent (>= 0.9.3)
97161
rb-inotify (>= 0.9.7)
98162
mercenary (0.3.6)
99163
mini_portile2 (2.1.0)
100-
minima (1.0.1)
101-
minitest (5.9.0)
164+
minima (2.1.1)
165+
jekyll (~> 3.3)
166+
minitest (5.10.1)
102167
multipart-post (2.0.0)
103168
net-dns (0.8.0)
104-
nokogiri (1.6.8)
169+
nokogiri (1.7.1)
105170
mini_portile2 (~> 2.1.0)
106-
pkg-config (~> 1.1.7)
107-
octokit (4.3.0)
108-
sawyer (~> 0.7.0, >= 0.5.3)
171+
octokit (4.7.0)
172+
sawyer (~> 0.8.0, >= 0.5.3)
109173
pathutil (0.14.0)
110174
forwardable-extended (~> 2.6)
111-
pkg-config (1.1.7)
112-
public_suffix (1.5.3)
113-
rb-fsevent (0.9.7)
114-
rb-inotify (0.9.7)
175+
public_suffix (2.0.5)
176+
rb-fsevent (0.9.8)
177+
rb-inotify (0.9.8)
115178
ffi (>= 0.5.0)
116179
rouge (1.11.1)
117180
safe_yaml (1.0.4)
118-
sass (3.4.22)
119-
sawyer (0.7.0)
120-
addressable (>= 2.3.5, < 2.5)
121-
faraday (~> 0.8, < 0.10)
122-
terminal-table (1.6.0)
123-
thread_safe (0.3.5)
181+
sass (3.4.23)
182+
sawyer (0.8.1)
183+
addressable (>= 2.3.5, < 2.6)
184+
faraday (~> 0.8, < 1.0)
185+
terminal-table (1.7.3)
186+
unicode-display_width (~> 1.1.1)
187+
thread_safe (0.3.6)
124188
typhoeus (0.8.0)
125189
ethon (>= 0.8.0)
126-
tzinfo (1.2.2)
190+
tzinfo (1.2.3)
127191
thread_safe (~> 0.1)
192+
unicode-display_width (1.1.3)
128193

129194
PLATFORMS
130195
ruby
@@ -133,4 +198,4 @@ DEPENDENCIES
133198
github-pages
134199

135200
BUNDLED WITH
136-
1.12.5
201+
1.14.6

_config.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
# Site settings
2-
title: Chrome Debugging Protocol Viewer
2+
title: Redirecting
33
baseurl: "/debugger-protocol-viewer"
44
url: "https://chromedevtools.github.io"
5-
twitter_username: ChromeDevTools
6-
github_username: chromedevtools
75

86
collections:
97
versions:
@@ -24,3 +22,6 @@ defaults:
2422
type: domains
2523
values:
2624
layout: default
25+
26+
gems:
27+
- jekyll-redirect-from

_domains/1-2/DOM.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: DOM
3+
redirect_to:
4+
- https://chromedevtools.github.io/devtools-protocol/1-2/DOM/
35
category: 1-2
46
version: stable (1.2)
57
idx: 3

_domains/1-2/DOMDebugger.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: DOMDebugger
3+
redirect_to:
4+
- https://chromedevtools.github.io/devtools-protocol/1-2/DOMDebugger/
35
category: 1-2
46
version: stable (1.2)
57
idx: 4

_domains/1-2/Debugger.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: Debugger
3+
redirect_to:
4+
- https://chromedevtools.github.io/devtools-protocol/1-2/Debugger/
35
category: 1-2
46
version: stable (1.2)
57
idx: 8

_domains/1-2/Emulation.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: Emulation
3+
redirect_to:
4+
- https://chromedevtools.github.io/devtools-protocol/1-2/Emulation/
35
category: 1-2
46
version: stable (1.2)
57
idx: 1

_domains/1-2/Input.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: Input
3+
redirect_to:
4+
- https://chromedevtools.github.io/devtools-protocol/1-2/Input/
35
category: 1-2
46
version: stable (1.2)
57
idx: 5

_domains/1-2/Network.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: Network
3+
redirect_to:
4+
- https://chromedevtools.github.io/devtools-protocol/1-2/Network/
35
category: 1-2
46
version: stable (1.2)
57
idx: 2

_domains/1-2/Page.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: Page
3+
redirect_to:
4+
- https://chromedevtools.github.io/devtools-protocol/1-2/Page/
35
category: 1-2
46
version: stable (1.2)
57
idx: 0

_domains/1-2/Profiler.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: Profiler
3+
redirect_to:
4+
- https://chromedevtools.github.io/devtools-protocol/1-2/Profiler/
35
category: 1-2
46
version: stable (1.2)
57
idx: 9

_domains/1-2/Runtime.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: Runtime
3+
redirect_to:
4+
- https://chromedevtools.github.io/devtools-protocol/1-2/Runtime/
35
category: 1-2
46
version: stable (1.2)
57
idx: 7

_domains/1-2/Schema.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: Schema
3+
redirect_to:
4+
- https://chromedevtools.github.io/devtools-protocol/1-2/Schema/
35
category: 1-2
46
version: stable (1.2)
57
idx: 6

_domains/tot/Accessibility.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: Accessibility
3+
redirect_to:
4+
- https://chromedevtools.github.io/devtools-protocol/tot/Accessibility/
35
category: tot
46
version: latest (tip-of-tree)
57
idx: 23

_domains/tot/Animation.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: Animation
3+
redirect_to:
4+
- https://chromedevtools.github.io/devtools-protocol/tot/Animation/
35
category: tot
46
version: latest (tip-of-tree)
57
idx: 22

_domains/tot/ApplicationCache.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: ApplicationCache
3+
redirect_to:
4+
- https://chromedevtools.github.io/devtools-protocol/tot/ApplicationCache/
35
category: tot
46
version: latest (tip-of-tree)
57
idx: 11

_domains/tot/Browser.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: Browser
3+
redirect_to:
4+
- https://chromedevtools.github.io/devtools-protocol/tot/Browser/
35
category: tot
46
version: latest (tip-of-tree)
57
idx: 28

_domains/tot/CSS.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: CSS
3+
redirect_to:
4+
- https://chromedevtools.github.io/devtools-protocol/tot/CSS/
35
category: tot
46
version: latest (tip-of-tree)
57
idx: 13

_domains/tot/CacheStorage.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: CacheStorage
3+
redirect_to:
4+
- https://chromedevtools.github.io/devtools-protocol/tot/CacheStorage/
35
category: tot
46
version: latest (tip-of-tree)
57
idx: 9

0 commit comments

Comments
 (0)