Skip to content

Commit 3c7c48a

Browse files
committed
Add Audit API to sidebar navigation
1 parent 5099d05 commit 3c7c48a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

sidebars.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,11 @@ const sidebars = {
194194
label: "Agent WordLift",
195195
items: require("./docs/api/agent/sidebar.js"),
196196
},
197+
{
198+
type: "category",
199+
label: "Audit",
200+
items: require("./docs/api/audit/sidebar.js"),
201+
},
197202
{
198203
type: "category",
199204
label: "Image to Text",

0 commit comments

Comments
 (0)