mirror of
https://github.com/phodal/github
synced 2026-05-22 00:29:47 +00:00
Update index.html
This commit is contained in:
parent
ed3f623734
commit
6aee1c5ece
1 changed files with 5 additions and 2 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue