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