We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed3f623 commit 6aee1c5Copy full SHA for 6aee1c5
1 file changed
index.html
@@ -33,12 +33,15 @@
33
<script>
34
window.$docsify = {
35
basePath: '/chapters/',
36
- loadSidebar: true
+ loadSidebar: true,
37
+ alias: {
38
+ '/.*/_sidebar.md': '/chapters/sidebar.md'
39
+ }
40
};
41
</script>
42
<script src="//cdn.jsdelivr.net/npm/docsify@4"></script>
43
<script src="//cdn.jsdelivr.net/npm/docsify-darklight-theme@latest/dist/index.min.js" type="text/javascript">
44
45
</body>
46
-</html>
47
+</html>
0 commit comments