Skip to content

Commit d2b7dc5

Browse files
authored
Add docs root redirects (#2769)
1 parent 25f18d5 commit d2b7dc5

File tree

3 files changed

+24
-0
lines changed

3 files changed

+24
-0
lines changed

docs/.nojekyll

Whitespace-only changes.

docs/404.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta name="viewport" content="initial-scale=0.5, maximum-scale=1">
6+
<meta http-equiv="refresh" content="0;URL='https://polkadot.js.org/docs/api/'" />
7+
<title>Redirecting to https://polkadot.js.org/docs/api/</title>
8+
</head>
9+
<body>
10+
Redirecting to <a href="https://polkadot.js.org/docs/api/">https://polkadot.js.org/docs/api/</a>
11+
</body>
12+
</html>

docs/index.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta name="viewport" content="initial-scale=0.5, maximum-scale=1">
6+
<meta http-equiv="refresh" content="0;URL='https://polkadot.js.org/docs/api/'" />
7+
<title>Redirecting to https://polkadot.js.org/docs/api/</title>
8+
</head>
9+
<body>
10+
Redirecting to <a href="https://polkadot.js.org/docs/api/">https://polkadot.js.org/docs/api/</a>
11+
</body>
12+
</html>

0 commit comments

Comments
 (0)