-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
41 lines (41 loc) · 1.32 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>KBase</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="description" content="Kuizen Knowledge Base for a Sustainable Food System">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0">
<link rel="stylesheet" href="docsify/themes/vue.css">
<link rel="icon" href="/docsify/assets/media/favicon.ico">
</head>
<body>
<div id="app">Please wait...</div>
<script>
window.$docsify = {
name: 'Knowledge Base <small>kuizen</small>',
depth: 6,
coverpage: true,
loadSidebar: true,
alias: {
'/../_sidebar.md': '/_sidebar.md',
'/../../_sidebar.md': '/../_sidebar.md',
},
ga: 'UA-145139369-3',
subMaxLevel: 2,
search: {
maxAge: 86400000,
paths: 'auto',
placeholder: 'Type to search',
noData: 'No Results!',
depth: 6,
hideOtherSidebarContent: false
}
}
</script>
<script src="docsify/docsify.js"></script>
<script src="//cdn.jsdelivr.net/npm/docsify/lib/plugins/zoom-image.min.js"></script>
<script src="//cdn.jsdelivr.net/npm/docsify/lib/plugins/search.min.js"></script>
<script src="//cdn.jsdelivr.net/npm/docsify/lib/plugins/ga.min.js"></script>
</body>
</html>