gh-pages redirect

This commit is contained in:
James Wilson
2023-08-01 15:05:38 +01:00
commit 6047bc6f9c
2 changed files with 15 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
/target
**/*.rs.bk
**/.DS_Store
cargo-timing*
/examples/wasm-example/dist
/examples/wasm-example/target
/examples/parachain-example/target
/examples/parachain-example/metadata/target
.vscode
+6
View File
@@ -0,0 +1,6 @@
<head>
<meta http-equiv="refresh" content="0; URL=https://docs.rs/subxt" />
</head>
<body>
Redirecting to docs.
</body>