memoir/sidebars.js

6 lines
110 B
JavaScript
Raw Normal View History

2023-02-19 12:34:28 +00:00
const sidebars = {
2023-02-19 13:06:57 +00:00
tutorialSidebar: [{ type: 'autogenerated', dirName: '.' }],
}
2023-02-19 12:34:28 +00:00
2023-02-19 13:06:57 +00:00
module.exports = sidebars