File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -411,9 +411,12 @@ const sidebars = {
411
411
} ,
412
412
{
413
413
type : "category" ,
414
+ link : {
415
+ type : "doc" ,
416
+ id : "common-workflows/analytics/use-bot-api/use-bot-api" ,
417
+ } ,
414
418
label : "Bot APIs" ,
415
419
items : [
416
- "common-workflows/analytics/use-bot-api/use-bot-api" ,
417
420
"common-workflows/analytics/use-bot-api/get-bot-configuration" ,
418
421
"common-workflows/analytics/use-bot-api/get-bot-question-list" ,
419
422
"common-workflows/analytics/use-bot-api/create-a-bot-instance" ,
@@ -425,9 +428,12 @@ const sidebars = {
425
428
} ,
426
429
{
427
430
type : "category" ,
431
+ link : {
432
+ type : "doc" ,
433
+ id : "common-workflows/analytics/question-with-bot-routing-api/question-api" ,
434
+ } ,
428
435
label : "Question with Bot Routing APIs" ,
429
436
items : [
430
- "common-workflows/analytics/question-with-bot-routing-api/question-api" ,
431
437
"common-workflows/analytics/question-with-bot-routing-api/ask-question-to-bots-in-the-application" ,
432
438
"common-workflows/analytics/question-with-bot-routing-api/get-question-from-bots-in-the-application" ,
433
439
"common-workflows/analytics/question-with-bot-routing-api/get-image-of-answer" ,
You can’t perform that action at this time.
0 commit comments