Skip to content

Commit 365f471

Browse files
committed
setup redirects
1 parent b7d0016 commit 365f471

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

+174
-5
lines changed

_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-api/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-api/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-api/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-api/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-api/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-api/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-api/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-api/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-api/1-2/Runtime/
35
category: 1-2
46
version: stable (1.2)
57
idx: 7

0 commit comments

Comments
 (0)