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 = {
411411 } ,
412412 {
413413 type : "category" ,
414+ link : {
415+ type : "doc" ,
416+ id : "common-workflows/analytics/use-bot-api/use-bot-api" ,
417+ } ,
414418 label : "Bot APIs" ,
415419 items : [
416- "common-workflows/analytics/use-bot-api/use-bot-api" ,
417420 "common-workflows/analytics/use-bot-api/get-bot-configuration" ,
418421 "common-workflows/analytics/use-bot-api/get-bot-question-list" ,
419422 "common-workflows/analytics/use-bot-api/create-a-bot-instance" ,
@@ -425,9 +428,12 @@ const sidebars = {
425428 } ,
426429 {
427430 type : "category" ,
431+ link : {
432+ type : "doc" ,
433+ id : "common-workflows/analytics/question-with-bot-routing-api/question-api" ,
434+ } ,
428435 label : "Question with Bot Routing APIs" ,
429436 items : [
430- "common-workflows/analytics/question-with-bot-routing-api/question-api" ,
431437 "common-workflows/analytics/question-with-bot-routing-api/ask-question-to-bots-in-the-application" ,
432438 "common-workflows/analytics/question-with-bot-routing-api/get-question-from-bots-in-the-application" ,
433439 "common-workflows/analytics/question-with-bot-routing-api/get-image-of-answer" ,
You can’t perform that action at this time.
0 commit comments