Skip to content

Commit 6aee1c5

Browse files
authored
Update index.html
1 parent ed3f623 commit 6aee1c5

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

index.html

+5-2
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,15 @@
3333
<script>
3434
window.$docsify = {
3535
basePath: '/chapters/',
36-
loadSidebar: true
36+
loadSidebar: true,
37+
alias: {
38+
'/.*/_sidebar.md': '/chapters/sidebar.md'
39+
}
3740
};
3841
</script>
3942
<script src="//cdn.jsdelivr.net/npm/docsify@4"></script>
4043
<script src="//cdn.jsdelivr.net/npm/docsify-darklight-theme@latest/dist/index.min.js" type="text/javascript">
4144
</script>
4245
</body>
4346

44-
</html>
47+
</html>

0 commit comments

Comments
 (0)