Skip to content

Commit 260e9b9

Browse files
docs: updated nav (#1313)
1 parent cbd8f3a commit 260e9b9

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

docs/sidebars.js

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,14 @@ const sidebars = {
4040
],
4141
},
4242
"concepts/ai-apps",
43-
"concepts/custom-steps",
44-
"concepts/custom-steps-dynamic-options",
43+
{
44+
type: 'category',
45+
label: 'Custom Steps',
46+
items: [
47+
'concepts/custom-steps',
48+
'concepts/custom-steps-dynamic-options',
49+
]
50+
},
4551
{
4652
type: "category",
4753
label: "App Configuration",

0 commit comments

Comments
 (0)