mirror of
https://github.com/postyizhan/NitWikit.git
synced 2024-11-21 03:13:36 +08:00
7 lines
182 B
JavaScript
7 lines
182 B
JavaScript
/** @type {import('@docusaurus/plugin-content-docs').SidebarsConfig} */
|
|
const sidebars = {
|
|
tutorialSidebar: [{type: 'autogenerated', dirName: '.'}],
|
|
};
|
|
|
|
module.exports = sidebars;
|