meshtastic/sidebars.js

12 lines
188 B
JavaScript
Raw Permalink Normal View History

2022-04-08 07:29:34 -07:00
// @ts-check
2022-04-08 07:29:34 -07:00
/** @type {import('@docusaurus/plugin-content-docs').SidebarsConfig} */
module.exports = {
2024-02-08 13:23:54 -08:00
Sidebar: [
{
type: "autogenerated",
dirName: ".",
},
],
2021-04-01 17:34:44 -07:00
};