docsify/docs/index.html

60 lines
2.0 KiB
HTML
Raw Normal View History

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-02-19 13:35:12 +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>
2017-03-12 05:13:25 +08:00
<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>
2016-11-22 23:28:31 +08:00
</body>
2017-02-11 10:17:05 +08:00
<script>
window.$docsify = {
alias: {
2017-03-12 05:13:25 +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-03-12 05:13:25 +08:00
},
auto2top: true,
coverpage: true,
executeScript: true,
loadSidebar: true,
2017-03-12 08:27:29 +08:00
loadNavbar: true,
mergeNavbar: true,
2017-03-12 05:13:25 +08:00
maxLevel: 4,
name: 'docsify',
search: {
noData: {
'/de-de/': 'Keine Ergebnisse!',
'/zh-cn/': '没有结果!',
'/': 'No results!'
},
paths: 'auto',
placeholder: {
'/de-de/': 'Suche',
'/zh-cn/': '搜索',
'/': 'Search'
}
},
subMaxLevel: 2
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>