8 lines
198 B
JavaScript
8 lines
198 B
JavaScript
// @ts-check
|
|
|
|
/** @type {import('@docusaurus/plugin-content-docs').SidebarsConfig} */
|
|
const sidebars = {
|
|
tutorialSidebar: [{ type: 'autogenerated', dirName: '.' }],
|
|
};
|
|
|
|
module.exports = sidebars;
|