We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbd8f3a commit 260e9b9Copy full SHA for 260e9b9
1 file changed
docs/sidebars.js
@@ -40,8 +40,14 @@ const sidebars = {
40
],
41
},
42
"concepts/ai-apps",
43
- "concepts/custom-steps",
44
- "concepts/custom-steps-dynamic-options",
+ {
+ type: 'category',
45
+ label: 'Custom Steps',
46
+ items: [
47
+ 'concepts/custom-steps',
48
+ 'concepts/custom-steps-dynamic-options',
49
+ ]
50
+ },
51
{
52
type: "category",
53
label: "App Configuration",
0 commit comments