mirror of
https://github.com/Cleanuparr/Cleanuparr.git
synced 2025-12-24 14:38:41 -05:00
8 lines
199 B
TypeScript
8 lines
199 B
TypeScript
import type {SidebarsConfig} from '@docusaurus/plugin-content-docs';
|
|
|
|
const sidebars: SidebarsConfig = {
|
|
configurationSidebar: [{type: 'autogenerated', dirName: '.'}],
|
|
};
|
|
|
|
export default sidebars;
|