nps/docs/index.html

44 lines
1.3 KiB
Go
Raw Normal View History

2019-12-11 17:27:06 -08:00
<!DOCTYPE html>
<html lang="en">
<head>
2019-12-12 08:00:12 -08:00
<meta charset="UTF-8">
<title>Document</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"/>
<meta name="description" content="Description">
<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">
2019-12-11 17:27:06 -08:00
</head>
<body>
2019-12-12 08:00:12 -08:00
<div id="app"></div>
2019-12-14 00:14:49 -08:00
<script src="//unpkg.com/docsify-edit-on-github/index.js"></script>
2019-12-12 08:00:12 -08:00
<script>
2019-12-14 00:14:49 -08:00
2019-12-11 17:27:06 -08:00
window.$docsify = {
2019-12-12 08:00:12 -08:00
name: '',
repo: '',
loadSidebar: true,
coverpage: true,
2020-03-01 06:25:14 -08:00
loadNavbar: true,
2019-12-12 08:00:12 -08:00
subMaxLevel: 2,
maxLevel: 4,
search: {
noData: "没有结果",
paths: 'auto',
placeholder: "搜索",
hideOtherSidebarContent: true, // whether or not to hide other sidebar content
2019-12-14 00:14:49 -08:00
},
plugins: [
2020-01-08 06:24:03 -08:00
EditOnGithubPlugin.create("https://github.com/ehang-io/nps/tree/master/docs/", "", "在github上编辑"),
2019-12-14 00:14:49 -08:00
]
2019-12-11 17:27:06 -08:00
}
2019-12-12 08:00:12 -08:00
</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-copy-code"></script>
2019-12-11 17:27:06 -08:00
</body>
</html>