Skip to content
This repository has been archived by the owner on Jan 12, 2022. It is now read-only.

docs: redirect Github page to new repo site #353

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
50 changes: 11 additions & 39 deletions docs/index.html
Original file line number Diff line number Diff line change
@@ -1,41 +1,13 @@
<!DOCTYPE html>
<!DOCTYPE HTML>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Wallet-lib - A pure and extensible JavaScript Wallet Library for Dash</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="keywords" content="wallet-lib, mnemonic, HDPublicKey, private key, dashcore-lib, dapi, javascript">
<meta name="description" content="A pure and extensible JavaScript Wallet Library for Dash.">
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<link rel="stylesheet" href="//unpkg.com/docsify/lib/themes/vue.css">
</head>
<body>
<div id="app"></div>
<script>
window.$docsify = {
alias: {
'.*?/changelog': 'https://raw.githubusercontent.com/dashevo/wallet-lib/master/CHANGELOG.md',
},
name: 'Wallet-lib',
repo: 'https://github.com/dashevo/wallet-lib',
loadSidebar: "_sidebar.md",
maxLevel: 4,
subMaxLevel: 2,
search: {
noData: {
'/': 'No results!'
},
paths: 'auto',
placeholder: {
'/': 'Search'
}
},
// search: 'auto',
formatUpdated: '{MM}/{DD} {HH}:{mm}',
}
</script>
<script src="https://cdn.jsdelivr.net/npm/docsify@4"></script>
<script src="//unpkg.com/docsify/lib/plugins/search.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/docsify-tabs@1"></script>
</body>
<head>
<meta charset="utf-8">
<meta http-equiv="refresh" content="0;url=https://dashevo.github.io/platform/Wallet-library/" />
<link rel="canonical" href="https://dashevo.github.io/platform/Wallet-library/" />
</head>
<body>
<h1>
The page been moved to <a href="https://dashevo.github.io/platform/Wallet-library/">https://dashevo.github.io/platform/Wallet-library/</a>
</h1>
</body>
</html>