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

Loading…
Cancel
Save