mirror of
https://github.com/Cleanuparr/Cleanuparr.git
synced 2026-01-02 19:08:04 -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;
|