master^2
iotcat 4 years ago
parent e3d1259c04
commit c6d5fc6b6e
  1. 14
      docs/index.html

@ -14,19 +14,21 @@
<script src="https://unpkg.com/docute@3/dist/docute.js"></script> <script src="https://unpkg.com/docute@3/dist/docute.js"></script>
<script src="https://cdn.yimian.xyz/ushio-js/ushio-footer.min.js"></script> <script src="https://cdn.yimian.xyz/ushio-js/ushio-footer.min.js"></script>
<script> <script>
docute.init({
docute = new Docute({
sidebar: [ sidebar: [
// A sidebar item, with child links // A sidebar item, with child links
{ {
title: 'Guide', title: 'Guide',
children: [ children: [
{ {
title: 'Circuit Design', title: 'Getting Started',
link: '/part/schematic' link: '/guide/getting-started'
}, },
{ {
title: 'PCB Design', title: 'Installation',
link: '/part/pcb' link: '/guide/installation'
} }
] ]
}, },
@ -36,7 +38,7 @@
link: 'https://github.com/egoist/docute' link: 'https://github.com/egoist/docute'
} }
] ]
}) })
</script> </script>
</body> </body>
</html> </html>

Loading…
Cancel
Save