mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-07-26 04:36:38 +00:00
Update docs
This commit is contained in:
parent
7e00438612
commit
0a68afdfda
@ -30,7 +30,7 @@
|
|||||||
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="https://unpkg.com/docsify-toc@1.0.0/dist/toc.css">
|
<link rel="stylesheet" href="https://unpkg.com/docsify-toc@1.0.0/dist/toc.css">
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
@ -56,10 +56,11 @@
|
|||||||
crossChapterText: false,
|
crossChapterText: false,
|
||||||
},
|
},
|
||||||
|
|
||||||
'page-toc': {
|
toc: {
|
||||||
tocMaxLevel: 3,
|
scope: '.markdown-section',
|
||||||
target: 'h1, h2, h3'
|
headings: 'h1, h2, h3, h4, h5, h6',
|
||||||
},
|
title: 'Table of Contents',
|
||||||
|
},
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
<!-- Docsify v4 -->
|
<!-- Docsify v4 -->
|
||||||
@ -76,7 +77,7 @@
|
|||||||
|
|
||||||
<script src="https://unpkg.com/docsify-pagination/dist/docsify-pagination.min.js"></script>
|
<script src="https://unpkg.com/docsify-pagination/dist/docsify-pagination.min.js"></script>
|
||||||
|
|
||||||
<script src="https://unpkg.com/docsify-page-toc/dist/docsify-page-toc.js"></script>
|
<script src="https://unpkg.com/docsify-toc@1.0.0/dist/toc.js"></script>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
Loading…
x
Reference in New Issue
Block a user