Skip to content

Commit 45e3ee7

Browse files
committed
- Fixed SM index.html
1 parent 76a187a commit 45e3ee7

File tree

2 files changed

+36
-20
lines changed

2 files changed

+36
-20
lines changed

docs/index.html

Lines changed: 27 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,17 @@
88
<meta name="description" content="SuperMemo documentation, made by its Community.">
99
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
1010

11+
<!-- Favicon -->
1112
<link rel="icon" type="image/png" sizes="32x32" href="/content/images/icons/SuperMemo-32.png">
1213
<link rel="icon" type="image/png" sizes="16x16" href="/content/images/icons/SuperMemo-16.png">
1314
<link rel="shortcut icon" href="/content/images/icons/SuperMemo.ico">
1415
<meta name="msapplication-TileColor" content="#da532c">
1516
<meta name="theme-color" content="#ffffff">
1617

18+
<!-- Default theme -->
1719
<link rel="stylesheet" href="//unpkg.com/docsify/lib/themes/vue.css">
1820

21+
<!-- Pure CSS -->
1922
<link rel="stylesheet" href="https://unpkg.com/purecss@1.0.1/build/pure-min.css" integrity="sha384-oAOxQR6DkCoMliIh8yFnu25d7Eq/PHS21PClpwjOTeU2jRSq11vu66rf90/cZr47" crossorigin="anonymous">
2023
<!--[if lte IE 8]>
2124
<link rel="stylesheet" href="/content/css/grid-old-ie.css">
@@ -24,7 +27,11 @@
2427
<link rel="stylesheet" href="/content/css/grid.css">
2528
<!--<![endif]-->
2629

30+
<!-- Website CSS -->
2731
<link rel="stylesheet" href="/content/css/shared.css">
32+
33+
<!-- Zoom to video -->
34+
<link rel="stylesheet" href="/docsify-plugins/zoom-to-video/zoom-to-video.css" />
2835
</head>
2936

3037
<body>
@@ -33,21 +40,30 @@
3340
window.$docsify = {
3441
auto2top: true,
3542
executeScript: true,
36-
loadSidebar: true,
37-
name: 'SM Wiki',
38-
pagination: {
39-
previousText: 'PREVIOUS',
40-
nextText: 'NEXT',
41-
crossChapter: true,
42-
crossChapterText: true,
43-
},
44-
search: {
45-
paths: 'auto',
46-
},
43+
loadSidebar: true,
44+
name: 'SM Wiki',
45+
pagination: {
46+
previousText: 'PREVIOUS',
47+
nextText: 'NEXT',
48+
crossChapter: true,
49+
crossChapterText: true,
50+
},
51+
search: 'auto',
4752
subMaxLevel: 3
4853
};
4954
</script>
5055
<script src="//unpkg.com/docsify/lib/docsify.min.js"></script>
5156
<script src="//unpkg.com/docsify-pagination/dist/docsify-pagination.min.js"></script>
57+
<script src="//unpkg.com/docsify/lib/plugins/search.min.js"></script>
58+
<script src="/docsify-plugins/zoom-to-video/zoom-to-video.js"></script>
59+
<script src="/docsify-plugins/custom-attributes/custom-attributes.js"></script>
60+
61+
<script src="https://cdn.jsdelivr.net/npm/@widgetbot/crate@3" async defer>
62+
new Crate({
63+
server: '673071773700587521',
64+
channel: '673071774438522907',
65+
shard: 'https://e.widgetbot.io'
66+
});
67+
</script>
5268
</body>
5369
</html>

docs/sma/index.html

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -47,15 +47,15 @@
4747
window.$docsify = {
4848
auto2top: true,
4949
executeScript: true,
50-
loadSidebar: true,
51-
// logo: 'content/images/icons/robot-32.png',
52-
name: 'SMA Wiki',
53-
pagination: {
54-
previousText: 'PREVIOUS',
55-
nextText: 'NEXT',
56-
crossChapter: true,
57-
crossChapterText: true,
58-
},
50+
loadSidebar: true,
51+
// logo: 'content/images/icons/robot-32.png',
52+
name: 'SMA Wiki',
53+
pagination: {
54+
previousText: 'PREVIOUS',
55+
nextText: 'NEXT',
56+
crossChapter: true,
57+
crossChapterText: true,
58+
},
5959
search: 'auto',
6060
subMaxLevel: 3,
6161
};

0 commit comments

Comments
 (0)