Created the sidebars.js
This commit is contained in:
8
sidebars.js
Normal file
8
sidebars.js
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
// @ts-check
|
||||||
|
|
||||||
|
/** @type {import('@docusaurus/plugin-content-docs').SidebarsConfig} */
|
||||||
|
const sidebars = {
|
||||||
|
tutorialSidebar: [{type: 'autogenerated', dirName: '.'}]
|
||||||
|
};
|
||||||
|
|
||||||
|
export default sidebars;
|
Reference in New Issue
Block a user