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: ".",
|
||
|
},
|
||
|
],
|
||
|
};
|