mirror of
https://github.com/phodal/github
synced 2026-05-23 17:18:23 +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>
|
<script>
|
||||||
window.$docsify = {
|
window.$docsify = {
|
||||||
basePath: '/chapters/',
|
basePath: '/chapters/',
|
||||||
loadSidebar: true
|
loadSidebar: true,
|
||||||
|
alias: {
|
||||||
|
'/.*/_sidebar.md': '/chapters/sidebar.md'
|
||||||
|
}
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
<script src="//cdn.jsdelivr.net/npm/docsify@4"></script>
|
<script src="//cdn.jsdelivr.net/npm/docsify@4"></script>
|
||||||
|
|
@ -41,4 +44,4 @@
|
||||||
</script>
|
</script>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue