-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
40 lines (37 loc) · 1.48 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
<!DOCTYPE html>
<html lang="en">
<head>
<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="https://cdn.jsdelivr.net/npm/docsify-themeable@0/dist/css/theme-simple-dark.css">
<!-- <link rel="stylesheet" href="//unpkg.com/docsify/themes/dark.css" disabled> -->
<link rel="stylesheet" href="theme-custom.css">
</head>
<body>
<div id="app">Loading documentation ...</div>
<script>
window.$docsify = {
search: 'auto', // default
name: 'TI Planning Tool Manual',
repo: 'https://github.com/ITISFoundation/ti-planning-tool-manual',
loadSidebar: true,
coverpage: false,
auto2top: true,
subMaxLevel: 1,
loadNavbar: true,
executeScript: true
}
</script>
<!-- <script src="//unpkg.com/docsify-pagination/dist/docsify-pagination.min.js"></script> -->
<script src="lib/docsify.min.js"></script>
<script src="lib/plugins/search.min.js"></script>
<script src="lib/plugins/zoom-image.min.js"></script>
<script src="lib/plugins/footer.js"></script>
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script> <!-- Jquery for GitHub issues -->
<script src="//unpkg.com/docsify-sidebar-collapse/dist/docsify-sidebar-collapse.min.js"></script>
</body>
</html>