2016-11-26 18:37:17 +08:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8">
|
2017-02-12 15:51:26 +08:00
|
|
|
<title>docsify</title>
|
2016-11-26 18:37:17 +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-02-19 13:35:12 +08:00
|
|
|
<link rel="stylesheet" href="/themes/vue.css" title="vue">
|
|
|
|
<link rel="stylesheet" href="/themes/dark.css" title="dark" disabled>
|
|
|
|
<link rel="stylesheet" href="/themes/buble.css" title="buble" disabled>
|
2017-03-12 08:44:52 +08:00
|
|
|
<style>
|
|
|
|
nav.app-nav li ul {
|
|
|
|
min-width: 100px;
|
|
|
|
}
|
|
|
|
</style>
|
2016-11-26 18:37:17 +08:00
|
|
|
</head>
|
2017-02-05 09:50:08 +08:00
|
|
|
<body>
|
2016-11-26 18:37:17 +08:00
|
|
|
<div id="app"></div>
|
|
|
|
</body>
|
2017-02-09 00:19:10 +08:00
|
|
|
<script>
|
|
|
|
window.$docsify = {
|
2017-02-11 10:17:05 +08:00
|
|
|
alias: {
|
2017-03-16 05:32:33 +08:00
|
|
|
'/de-de/changelog': '/changelog',
|
2017-02-12 20:12:36 +08:00
|
|
|
'/zh-cn/changelog': '/changelog',
|
|
|
|
'/changelog': 'https://raw.githubusercontent.com/QingWei-Li/docsify/master/CHANGELOG'
|
2017-02-11 10:17:05 +08:00
|
|
|
},
|
2017-03-12 08:44:52 +08:00
|
|
|
loadNavbar: true,
|
2017-02-19 13:35:12 +08:00
|
|
|
executeScript: true
|
2017-02-09 00:19:10 +08:00
|
|
|
}
|
|
|
|
</script>
|
|
|
|
<script
|
|
|
|
src="/lib/docsify.js"
|
2017-02-19 22:52:59 +08:00
|
|
|
data-name="docsify"
|
2017-02-19 13:35:12 +08:00
|
|
|
data-base-path="/docs/"
|
2017-02-12 15:51:26 +08:00
|
|
|
data-load-sidebar
|
|
|
|
data-sub-max-level="2"
|
2017-02-09 00:19:10 +08:00
|
|
|
data-auto2top></script>
|
2016-11-26 18:37:17 +08:00
|
|
|
</html>
|