Skip to content

Commit

Permalink
Fix typedoc sidebar after update
Browse files Browse the repository at this point in the history
  • Loading branch information
jg-rp committed Jan 22, 2025
1 parent 425c833 commit 9024980
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions docs/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,13 @@ const sidebars = {
],
API: [
{
type: "autogenerated",
dirName: "api",
type: "category",
label: "Typedoc API",
link: {
type: "doc",
id: "api/index",
},
items: require("./docs/api/typedoc-sidebar.cjs"),
},
],
};
Expand Down

0 comments on commit 9024980

Please sign in to comment.