blob: ecde7c8f9506a475306e9ff2d190c0528b17d620 (
plain)
1
2
3
4
5
6
7
8
9
|
// @ts-check
/** @type {import('@docusaurus/plugin-content-docs').SidebarsConfig} */
const sidebars = {
// By default, Docusaurus generates a sidebar from the docs folder structure
docsSidebar: [{type: 'autogenerated', dirName: '.'}],
};
module.exports = sidebars;
|