Skip to content

Commit 09d8d1b

Browse files
Merge pull request redis-developer#606 from wjohnsto/master
Mobile Banking tutorials in sidebar
2 parents 393115e + fb83bd7 commit 09d8d1b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

sidebars.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -497,6 +497,14 @@ module.exports = {
497497
'howtos/solutions/real-time-inventory/local-inventory-search/index-rti-local-inventory-search',
498498
]
499499
},
500+
{
501+
type: 'category',
502+
label: 'Mobile Banking',
503+
items: [
504+
'howtos/solutions/mobile-banking/session-management/index-mb-session-management',
505+
'howtos/solutions/mobile-banking/account-dashboard/index-mb-account-dashboard',
506+
]
507+
},
500508
],
501509
},
502510
'howtos/redisearch/index-redisearch',

0 commit comments

Comments
 (0)