Skip to content

Commit 6576960

Browse files
committed
Fix Docusaurus info sidebar link
1 parent bb81ea8 commit 6576960

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

docs/docs/api/sidebar.ts

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,9 +155,16 @@ const sidebar: SidebarsConfig = {
155155
label: "Info",
156156
link: {
157157
type: "doc",
158-
id: "api/info",
158+
id: "api/info-tag",
159159
},
160-
items: [],
160+
items: [
161+
{
162+
type: "doc",
163+
id: "api/info",
164+
label: "info",
165+
className: "api-method post",
166+
},
167+
],
161168
},
162169
{
163170
type: "category",

0 commit comments

Comments
 (0)