Skip to content

Commit 9024980

Browse files
committed
Fix typedoc sidebar after update
1 parent 425c833 commit 9024980

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

docs/sidebars.js

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,13 @@ const sidebars = {
3535
],
3636
API: [
3737
{
38-
type: "autogenerated",
39-
dirName: "api",
38+
type: "category",
39+
label: "Typedoc API",
40+
link: {
41+
type: "doc",
42+
id: "api/index",
43+
},
44+
items: require("./docs/api/typedoc-sidebar.cjs"),
4045
},
4146
],
4247
};

0 commit comments

Comments
 (0)