mirror of
https://github.com/MatthewL246/pretendo-docker.git
synced 2026-03-21 17:34:37 -05:00
8 lines
192 B
TypeScript
8 lines
192 B
TypeScript
import type { SidebarsConfig } from "@docusaurus/plugin-content-docs";
|
|
|
|
const sidebars: SidebarsConfig = {
|
|
sidebar: [{ type: "autogenerated", dirName: "." }],
|
|
};
|
|
|
|
export default sidebars;
|