mirror of
https://github.com/openziti/zrok.git
synced 2026-08-28 10:16:59 -05:00
9 lines
277 B
TypeScript
9 lines
277 B
TypeScript
import type { SidebarsConfig } from '@docusaurus/plugin-content-docs';
|
|
|
|
const sidebars: SidebarsConfig = {
|
|
// By default, Docusaurus generates a sidebar from the docs folder structure
|
|
tutorialSidebar: [{ type: 'autogenerated', dirName: '.' }],
|
|
};
|
|
|
|
export default sidebars;
|