File tree Expand file tree Collapse file tree 3 files changed +20
-20
lines changed Expand file tree Collapse file tree 3 files changed +20
-20
lines changed Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change @@ -1200,6 +1200,24 @@ const sidebar: SidebarsConfig = {
12001200 } ,
12011201 ] ,
12021202 } ,
1203+ {
1204+ type : "category" ,
1205+ label : "Ai Playground result controller" ,
1206+ link : {
1207+ type : "doc" ,
1208+ id : "ai-playground-result-controller" ,
1209+ } ,
1210+ collapsible : false ,
1211+ collapsed : false ,
1212+ items : [
1213+ {
1214+ type : "doc" ,
1215+ id : "get-ai-playground-result" ,
1216+ label : "Get ai playground result" ,
1217+ className : "api-method post" ,
1218+ } ,
1219+ ] ,
1220+ } ,
12031221 {
12041222 type : "category" ,
12051223 label : "Projects" ,
@@ -1440,24 +1458,6 @@ const sidebar: SidebarsConfig = {
14401458 } ,
14411459 ] ,
14421460 } ,
1443- {
1444- type : "category" ,
1445- label : "Ai Playground result controller" ,
1446- link : {
1447- type : "doc" ,
1448- id : "ai-playground-result-controller" ,
1449- } ,
1450- collapsible : false ,
1451- collapsed : false ,
1452- items : [
1453- {
1454- type : "doc" ,
1455- id : "get-ai-playground-result" ,
1456- label : "Get ai playground result" ,
1457- className : "api-method post" ,
1458- } ,
1459- ] ,
1460- } ,
14611461 {
14621462 type : "category" ,
14631463 label : "Authentication" ,
Load Diff Large diffs are not rendered by default.
You can’t perform that action at this time.
0 commit comments