mirror of
https://github.com/mfocko/blog.git
synced 2024-11-10 00:09:07 +01:00
9 lines
199 B
JavaScript
9 lines
199 B
JavaScript
|
// @ts-check
|
||
|
|
||
|
/** @type {import('@docusaurus/plugin-content-docs').SidebarsConfig} */
|
||
|
const sidebars = {
|
||
|
autogeneratedBar: [{ type: "autogenerated", dirName: "." }],
|
||
|
};
|
||
|
|
||
|
module.exports = sidebars;
|