Created the sidebars.js

This commit is contained in:
2023-11-04 16:15:25 +01:00
parent b974fbabc5
commit 6ab8ea3a55

8
sidebars.js Normal file
View File

@ -0,0 +1,8 @@
// @ts-check
/** @type {import('@docusaurus/plugin-content-docs').SidebarsConfig} */
const sidebars = {
tutorialSidebar: [{type: 'autogenerated', dirName: '.'}]
};
export default sidebars;