-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
81 lines (74 loc) · 2.58 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
78
79
80
81
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>NexHTML5 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="https://cdn.jsdelivr.net/npm/docsify@4/themes/vue.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="style.css">
<link rel="icon" href="https://i2.wp.com/html5.nexplayersdk.com/wp-content/uploads/2020/10/cropped-cropped-cropped-favicon3-1.png?fit=32%2C32&ssl=1" sizes="32x32">
</head>
<style>
.markdown-section{max-width: 900px;}
:root{
--sidebar-background: rgb(116, 22, 22);
}
</style>
<body>
<div id="app">Please wait ... </div>
<script>
window.$docsify = {
loadSidebar: true,
//autoHeader: true,
alias: {
'/.*/_sidebar.md': '/_sidebar.md'},
themeColor: '#DC143C',
externalLinkTarget:'_blank',
name: '',
repo: '',
search:'auto',
search: {
maxAge: 86400000, // Expiration time, the default one day
paths: 'auto', // or 'auto'
placeholder: 'Type to search',
// Localization
placeholder: {
'/': 'Type to search'
},
noData: 'No Results!',
// Localization
noData: {
'/': 'No Results'
}
},
/*name: "NexPlayer™",
nameLink: 'https://www.nexplayersdk.com/html5-player/',*/
depth: 5,
mergeNavbar: true,
maxLevel: 4,
subMaxLevel: 3,
hideOtherSidebarContent: false, // whether or not to hide other sidebar content
themeable : {
//readyTransition : false,
responsiveTables: true
},
pagination: {
previousText: 'Back',
nextText: 'Next',
crossChapter: 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/lib/plugins/zoom-image.min.js"></script>
<script src="//unpkg.com/docsify-pagination/dist/docsify-pagination.min.js"></script>
<!-- Boostrap -->
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script>
<!-- Font Awesome!-->
</body>
</html>