mirror of
https://github.com/meshtastic/meshtastic.git
synced 2024-11-09 23:24:10 -08:00
12 lines
176 B
JavaScript
12 lines
176 B
JavaScript
// @ts-check
|
|
|
|
/** @type {import('@docusaurus/plugin-content-docs').SidebarsConfig} */
|
|
module.exports = {
|
|
Sidebar: [
|
|
{
|
|
type: "autogenerated",
|
|
dirName: ".",
|
|
},
|
|
],
|
|
};
|