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">
|
2018-02-11 09:58:23 +08:00
|
|
|
<meta name="google-site-verification" content="6t0LoIeFksrjF4c9sqUEsVXiQNxLp2hgoqo0KryT-sE" />
|
2017-10-12 00:33:59 +08:00
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
|
2017-02-12 15:51:26 +08:00
|
|
|
<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-09-20 10:06:23 +08:00
|
|
|
<link rel="stylesheet" href="//unpkg.com/docsify/lib/themes/vue.css" title="vue">
|
|
|
|
<link rel="stylesheet" href="//unpkg.com/docsify/lib/themes/dark.css" title="dark" disabled>
|
|
|
|
<link rel="stylesheet" href="//unpkg.com/docsify/lib/themes/buble.css" title="buble" disabled>
|
|
|
|
<link rel="stylesheet" href="//unpkg.com/docsify/lib/themes/pure.css" title="pure" disabled>
|
2017-03-12 08:27:29 +08:00
|
|
|
<style>
|
|
|
|
nav.app-nav li ul {
|
|
|
|
min-width: 100px;
|
|
|
|
}
|
|
|
|
</style>
|
2016-11-20 15:56:37 +08:00
|
|
|
</head>
|
2016-11-22 23:28:31 +08:00
|
|
|
<body>
|
2017-03-12 05:13:25 +08:00
|
|
|
<div id="app">Loading ...</div>
|
2017-10-23 09:38:38 +08:00
|
|
|
<script>
|
|
|
|
window.$docsify = {
|
|
|
|
alias: {
|
2018-01-24 10:31:36 +08:00
|
|
|
'.*?/awesome': 'https://raw.githubusercontent.com/QingWei-Li/awesome-docsify/master/README.md',
|
|
|
|
'.*?/changelog': 'https://raw.githubusercontent.com/QingWei-Li/docsify/master/CHANGELOG.md',
|
2017-10-23 09:38:38 +08:00
|
|
|
'/.*/_navbar.md': '/_navbar.md'
|
|
|
|
},
|
|
|
|
auto2top: true,
|
|
|
|
coverpage: true,
|
|
|
|
executeScript: true,
|
|
|
|
loadSidebar: true,
|
|
|
|
loadNavbar: true,
|
|
|
|
mergeNavbar: true,
|
|
|
|
maxLevel: 4,
|
|
|
|
subMaxLevel: 2,
|
|
|
|
ga: 'UA-106147152-1',
|
|
|
|
name: 'docsify',
|
|
|
|
search: {
|
|
|
|
noData: {
|
|
|
|
'/de-de/': 'Keine Ergebnisse!',
|
|
|
|
'/zh-cn/': '没有结果!',
|
|
|
|
'/': 'No results!'
|
|
|
|
},
|
|
|
|
paths: 'auto',
|
|
|
|
placeholder: {
|
|
|
|
'/de-de/': 'Suche',
|
|
|
|
'/zh-cn/': '搜索',
|
|
|
|
'/': 'Search'
|
|
|
|
}
|
2017-03-12 05:13:25 +08:00
|
|
|
},
|
2017-10-23 09:38:38 +08:00
|
|
|
formatUpdated: '{MM}/{DD} {HH}:{mm}',
|
|
|
|
plugins: [
|
|
|
|
function(hook, vm) {
|
|
|
|
hook.beforeEach(function (html) {
|
|
|
|
var url = 'https://github.com/QingWei-Li/docsify/blob/master/docs/' + vm.route.file
|
|
|
|
var editHtml = '[:memo: Edit Document](' + url + ')\n'
|
2017-12-01 09:59:14 +08:00
|
|
|
|
2017-10-23 09:38:38 +08:00
|
|
|
return editHtml
|
|
|
|
+ html
|
|
|
|
+ '\n----\n'
|
|
|
|
+ 'Last modified {docsify-updated} '
|
|
|
|
+ editHtml
|
|
|
|
})
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
</script>
|
|
|
|
<script src="//unpkg.com/docsify/lib/docsify.min.js"></script>
|
|
|
|
<script src="//unpkg.com/docsify/lib/plugins/search.min.js"></script>
|
|
|
|
<script src="//unpkg.com/docsify/lib/plugins/ga.min.js"></script>
|
|
|
|
<script src="//unpkg.com/prismjs/components/prism-bash.min.js"></script>
|
|
|
|
<script src="//unpkg.com/prismjs/components/prism-markdown.min.js"></script>
|
|
|
|
<script src="//unpkg.com/prismjs/components/prism-nginx.min.js"></script>
|
|
|
|
</body>
|
2016-11-20 15:56:37 +08:00
|
|
|
</html>
|