2016-11-20 15:56:37 +08:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8">
|
2017-02-12 15:51:26 +08:00
|
|
|
<title>docsify</title>
|
|
|
|
<link rel="icon" href="_media/favicon.ico">
|
|
|
|
<meta name="keywords" content="doc,docs,documentation,gitbook,creator,generator,github,jekyll,github-pages">
|
2016-11-26 18:09:43 +08:00
|
|
|
<meta name="description" content="A magical documentation generator.">
|
2016-11-22 23:28:31 +08:00
|
|
|
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
|
2017-01-12 20:34:47 +08:00
|
|
|
<link rel="stylesheet" href="//unpkg.com/docsify/lib/themes/vue.css">
|
2016-11-20 15:56:37 +08:00
|
|
|
</head>
|
2016-11-22 23:28:31 +08:00
|
|
|
<body>
|
2016-11-26 17:24:32 +08:00
|
|
|
<nav>
|
2016-12-08 21:16:51 +08:00
|
|
|
<a href="#/">En</a>
|
2017-02-12 15:51:26 +08:00
|
|
|
<a href="#/zh-cn/">中文</a>
|
2016-11-26 17:24:32 +08:00
|
|
|
</nav>
|
2016-11-22 23:28:31 +08:00
|
|
|
<div id="app"></div>
|
|
|
|
</body>
|
2017-02-11 10:17:05 +08:00
|
|
|
<script>
|
|
|
|
window.$docsify = {
|
2017-02-12 15:51:26 +08:00
|
|
|
name: 'Docsify',
|
|
|
|
maxLevel: 4,
|
|
|
|
subMaxLevel: 2,
|
|
|
|
auto2top: true,
|
|
|
|
coverpage: true,
|
|
|
|
loadSidebar: true,
|
2017-02-11 10:17:05 +08:00
|
|
|
alias: {
|
2017-02-12 15:51:26 +08:00
|
|
|
'/changelog': 'https://raw.githubusercontent.com/QingWei-Li/docsify/master/CHANGELOG',
|
|
|
|
'/zh-cn/changelog': 'https://raw.githubusercontent.com/QingWei-Li/docsify/master/CHANGELOG'
|
2017-02-11 10:17:05 +08:00
|
|
|
}
|
|
|
|
}
|
|
|
|
</script>
|
2017-02-12 15:51:26 +08:00
|
|
|
<script src="//unpkg.com/docsify/lib/docsify.min.js"></script>
|
2017-02-09 21:26:49 +08:00
|
|
|
<script src="//unpkg.com/docsify/lib/plugins/search.min.js"></script>
|
2017-01-10 23:55:58 +08:00
|
|
|
<script src="//unpkg.com/prismjs/components/prism-bash.min.js"></script>
|
|
|
|
<script src="//unpkg.com/prismjs/components/prism-markdown.min.js"></script>
|
2017-02-12 15:51:26 +08:00
|
|
|
<script src="//unpkg.com/prismjs/components/prism-nginx.min.js"></script>
|
2016-11-20 15:56:37 +08:00
|
|
|
</html>
|