Skip to content

Commit 170b0c1

Browse files
committed
fix merge
2 parents 73554fe + fa39cb1 commit 170b0c1

File tree

1 file changed

+22
-20
lines changed

1 file changed

+22
-20
lines changed

docs/index.html

Lines changed: 22 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,24 @@
1-
<!DOCTYPE html>
1+
<!doctype html>
22
<html>
3-
<head>
4-
<meta charset="UTF-8">
5-
<meta name="viewport" content="width=device-width, initial-scale=1">
6-
<title>lazydebrid Docs</title>
7-
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/docsify@4/themes/dark.css">
8-
<link rel="stylesheet" href="custom.css">
9-
</head>
10-
<body>
11-
<div id="app">Loading...</div>
12-
<script>
13-
window.$docsify = {
14-
name: 'lazydebrid',
15-
repo: 'onurhanak/lazydebrid',
16-
loadSidebar: true,
17-
alias: { '/.*/sidebar.md': '/sidebar.md' }
18-
};
19-
</script>
20-
<script src="//cdn.jsdelivr.net/npm/docsify@4"></script>
21-
</body>
3+
<head>
4+
<meta charset="UTF-8" />
5+
<meta name="viewport" content="width=device-width, initial-scale=1" />
6+
<title>lazydebrid Docs</title>
7+
<link
8+
rel="stylesheet"
9+
href="//cdn.jsdelivr.net/npm/docsify@4/themes/dark.css"
10+
/>
11+
<link rel="stylesheet" href="custom.css" />
12+
</head>
13+
<body>
14+
<div id="app">Loading...</div>
15+
<script>
16+
window.$docsify = {
17+
name: "lazydebrid",
18+
repo: "onurhanak/lazydebrid",
19+
loadSidebar: true,
20+
};
21+
</script>
22+
<script src="//cdn.jsdelivr.net/npm/docsify@4"></script>
23+
</body>
2224
</html>

0 commit comments

Comments
 (0)