Skip to content

Commit

Permalink
Update sidebars.js
Browse files Browse the repository at this point in the history
  • Loading branch information
drifter089 authored Dec 17, 2024
1 parent 67ed1b0 commit e581166
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
/** @type {import('@docusaurus/plugin-content-docs').SidebarsConfig} */
const sidebars = {
// By default, Docusaurus generates a sidebar from the docs folder structure
tutorialSidebar: ["index", { type: "autogenerated", dirName: "." }],
tutorialSidebar: [{ type: "autogenerated", dirName: "." }],
};

export default sidebars;

0 comments on commit e581166

Please sign in to comment.