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