-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
77 lines (74 loc) · 2.31 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>HISPlayer Unity Windows SDK Documentation</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="//cdn.jsdelivr.net/npm/docsify-themeable@0/dist/css/theme-simple.css">
<link rel="icon" href="assets/favicon.ico">
<link rel="stylesheet" href="assets/style.css">
</head>
<style>
:root {
--sidebar-width : 450px;
}
.markdown-section{max-width: 900px;}
.sidebar-nav a img, .sidebar nav a img {
margin-top: 10px;
}
.sidebar-nav>ul>li>ul>li>ul>li>a:before {
content:none;
}
.sidebar-nav>ul>li>ul>li>ul>li.active>a:before {
content:none;
}
details::before {
content: "\025B8";
float: left;
}
details[open]::before {
content:"\025BE";
float: left;
}
</style>
<body>
<div id="app">Please wait ... </div>
<script>
window.$docsify = {
basePath: 'https://hisplayer.github.io/UnityWindows-SDK/',
homepage: '/introduction.md',
loadSidebar: 'sidebar.md',
themeColor: '#2596be',
name: '',
repo: '',
noEmoji: true,
search:'auto',
search: {
maxAge: 86400000,
paths: 'auto',
placeholder: 'Type to search',
noData: 'No Results!',
depth: 6,
namespace: 'hisplayer-unitywindows',
},
mergeNavbar: true,
maxLevel: 3,
subMaxLevel: 3,
auto2top: true,
hideOtherSidebarContent: true,
themeable : {
readyTransition : true,
responsiveTables: true
}
}
</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-themeable"></script>
<script src="//unpkg.com/docsify-pagination/dist/docsify-pagination.min.js"></script>
<script src="//cdn.jsdelivr.net/npm/prismjs@1.22.0/components/prism-java.js"></script>
<script src="//stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script>
</body>
</html>