From ff4c53a3291ab8874d712d9330744aaf2d1a818f Mon Sep 17 00:00:00 2001 From: PrasanKumar Date: Fri, 21 Jul 2023 21:13:55 +0530 Subject: [PATCH 1/2] mobile banking tutorials in side bar --- sidebars.js | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/sidebars.js b/sidebars.js index 882d8e98cf..f430fad3c4 100644 --- a/sidebars.js +++ b/sidebars.js @@ -497,6 +497,14 @@ module.exports = { 'howtos/solutions/real-time-inventory/local-inventory-search/index-rti-local-inventory-search', ] }, + { + type: 'category', + label: 'Mobile Banking', + items: [ + 'howtos/solutions/mobile-banking/session-management/index-session-management', + 'howtos/solutions/mobile-banking/account-dashboard/index-account-dashboard', + ] + }, ], }, 'howtos/redisearch/index-redisearch', From fb83bd7533fc3dd34751f20baf0b1ed5d40fae92 Mon Sep 17 00:00:00 2001 From: PrasanKumar Date: Fri, 21 Jul 2023 21:16:23 +0530 Subject: [PATCH 2/2] sidebar path fix --- sidebars.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sidebars.js b/sidebars.js index f430fad3c4..4cab3b346c 100644 --- a/sidebars.js +++ b/sidebars.js @@ -501,8 +501,8 @@ module.exports = { type: 'category', label: 'Mobile Banking', items: [ - 'howtos/solutions/mobile-banking/session-management/index-session-management', - 'howtos/solutions/mobile-banking/account-dashboard/index-account-dashboard', + 'howtos/solutions/mobile-banking/session-management/index-mb-session-management', + 'howtos/solutions/mobile-banking/account-dashboard/index-mb-account-dashboard', ] }, ],