Skip to content

Commit

Permalink
fix(docs): remove invalid sidebar item
Browse files Browse the repository at this point in the history
  • Loading branch information
tien committed Jun 12, 2024
1 parent cb44c46 commit c815000
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/docs/sidebars.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import type { SidebarsConfig } from "@docusaurus/plugin-content-docs";

const sidebars: SidebarsConfig = {
docsSidebar: [{ type: "autogenerated", dirName: "." }],
apiSidebar: [{ type: "autogenerated", dirName: "api" }],
};

export default sidebars;

0 comments on commit c815000

Please sign in to comment.