Update index.html

This commit is contained in:
Fengda Huang 2024-05-29 13:34:00 +08:00 committed by GitHub
parent ed3f623734
commit 6aee1c5ece
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -33,7 +33,10 @@
<script>
window.$docsify = {
basePath: '/chapters/',
loadSidebar: true
loadSidebar: true,
alias: {
'/.*/_sidebar.md': '/chapters/sidebar.md'
}
};
</script>
<script src="//cdn.jsdelivr.net/npm/docsify@4"></script>
@ -41,4 +44,4 @@
</script>
</body>
</html>
</html>