-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
31 lines (31 loc) · 951 Bytes
/
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>docsify-relative-path-bug-report</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<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="//unpkg.com/docsify/lib/themes/buble.css" title="buble">
</head>
<body>
<div id="app"></div>
<script>
window.$docsify = {
el: '#app',
auto2top: true,
onlyCover: false,
loadSidebar: "sidebar.md",
mergeNavbar: true,
maxLevel: 4,
subMaxLevel: 2,
name: 'docsify-relative-path-bug-report',
repo: 'https://github.com/dellagustin-sap/docsify-relative-path-bug-report',
markdown: {
smartypants: true
},
relativePath: true,
}
</script>
<script src="//unpkg.com/docsify@4.11.3/lib/docsify.min.js"></script>
</body>
</html>