|
8 | 8 | <meta name="description" content="SuperMemo documentation, made by its Community.">
|
9 | 9 | <meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
|
10 | 10 |
|
| 11 | + <!-- Favicon --> |
11 | 12 | <link rel="icon" type="image/png" sizes="32x32" href="/content/images/icons/SuperMemo-32.png">
|
12 | 13 | <link rel="icon" type="image/png" sizes="16x16" href="/content/images/icons/SuperMemo-16.png">
|
13 | 14 | <link rel="shortcut icon" href="/content/images/icons/SuperMemo.ico">
|
14 | 15 | <meta name="msapplication-TileColor" content="#da532c">
|
15 | 16 | <meta name="theme-color" content="#ffffff">
|
16 | 17 |
|
| 18 | + <!-- Default theme --> |
17 | 19 | <link rel="stylesheet" href="//unpkg.com/docsify/lib/themes/vue.css">
|
18 | 20 |
|
| 21 | + <!-- Pure CSS --> |
19 | 22 | <link rel="stylesheet" href="https://unpkg.com/purecss@1.0.1/build/pure-min.css" integrity="sha384-oAOxQR6DkCoMliIh8yFnu25d7Eq/PHS21PClpwjOTeU2jRSq11vu66rf90/cZr47" crossorigin="anonymous">
|
20 | 23 | <!--[if lte IE 8]>
|
21 | 24 | <link rel="stylesheet" href="/content/css/grid-old-ie.css">
|
|
24 | 27 | <link rel="stylesheet" href="/content/css/grid.css">
|
25 | 28 | <!--<![endif]-->
|
26 | 29 |
|
| 30 | + <!-- Website CSS --> |
27 | 31 | <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" /> |
28 | 35 | </head>
|
29 | 36 |
|
30 | 37 | <body>
|
|
33 | 40 | window.$docsify = {
|
34 | 41 | auto2top: true,
|
35 | 42 | 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', |
47 | 52 | subMaxLevel: 3
|
48 | 53 | };
|
49 | 54 | </script>
|
50 | 55 | <script src="//unpkg.com/docsify/lib/docsify.min.js"></script>
|
51 | 56 | <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> |
52 | 68 | </body>
|
53 | 69 | </html>
|
0 commit comments