8 lines
194 B
TypeScript
8 lines
194 B
TypeScript
![]() |
import type {SidebarsConfig} from '@docusaurus/plugin-content-docs';
|
||
|
|
||
|
const sidebars: SidebarsConfig = {
|
||
|
tutorialSidebar: [{type: 'autogenerated', dirName: '.'}],
|
||
|
};
|
||
|
|
||
|
export default sidebars;
|