Add docs redirect to root (#386)

This commit is contained in:
Jaco Greeff
2020-10-23 10:18:44 +02:00
committed by GitHub
parent 122e2c40ce
commit 15c73e6e07
9 changed files with 435 additions and 395 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
# CHANGELOG
## 0.61.1 Oct 18, 2020
## 0.61.1 Oct 19, 2020
Contributed:
View File
+12
View File
@@ -0,0 +1,12 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="initial-scale=0.5, maximum-scale=1">
<meta http-equiv="refresh" content="0;URL='https://polkadot.js.org/docs/'" />
<title>Redirecting to https://polkadot.js.org/docs/</title>
</head>
<body>
Redirecting to <a href="https://polkadot.js.org/docs/">https://polkadot.js.org/docs/</a>
</body>
</html>
+12
View File
@@ -0,0 +1,12 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="initial-scale=0.5, maximum-scale=1">
<meta http-equiv="refresh" content="0;URL='https://polkadot.js.org/docs/'" />
<title>Redirecting to https://polkadot.js.org/docs/</title>
</head>
<body>
Redirecting to <a href="https://polkadot.js.org/docs/">https://polkadot.js.org/docs/</a>
</body>
</html>
+1 -1
View File
@@ -30,7 +30,7 @@
"devDependencies": {
"@babel/core": "^7.12.3",
"@babel/runtime": "^7.12.1",
"@polkadot/dev": "^0.58.3",
"@polkadot/dev": "^0.59.1",
"@polkadot/ts": "^0.3.49",
"@types/jest": "^26.0.14",
"babel-plugin-transform-vue-template": "^0.4.2",
+1 -1
View File
@@ -34,7 +34,7 @@
"@babel/runtime": "^7.12.1",
"@react-native-community/cli-platform-ios": "^4.13.0",
"@types/react-test-renderer": "16.9.3",
"babel-jest": "^26.5.2",
"babel-jest": "^26.6.0",
"metro-react-native-babel-preset": "^0.63.0",
"react-test-renderer": "16.14.0"
},
+1 -1
View File
@@ -22,6 +22,6 @@
"react-native": "*"
},
"devDependencies": {
"@types/react-native": "^0.63.25"
"@types/react-native": "^0.63.26"
}
}
+1 -1
View File
@@ -28,7 +28,7 @@
"store": "^2.0.12"
},
"devDependencies": {
"@polkadot/types": "^2.3.1",
"@polkadot/types": "^2.3.2-9",
"@types/ledgerhq__hw-transport-node-hid": "^4.22.2",
"@types/ledgerhq__hw-transport-webusb": "^4.70.1",
"@types/mkdirp": "^1.0.1",
+406 -390
View File
File diff suppressed because it is too large Load Diff