-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
64 lines (60 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>NexPlayer New Relic 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="icon" href="asset/favicon.ico">
<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 = {
basePath: 'https://nexplayer.github.io/NexPlayer_NewRelic',
homepage: '/introduction.md',
loadSidebar: 'sidebar.md',
themeColor: '#DC143C',
name: '',
repo: '',
noEmoji: true,
search:'auto',
search: {
maxAge: 86400000,
paths: 'auto',
placeholder: 'Type to search',
noData: 'No Results!',
depth: 6,
namespace: 'nexplayer-NewRelic',
},
mergeNavbar: true,
maxLevel: 3,
subMaxLevel: 2,
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/lib/plugins/zoom-image.min.js"></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>