Skip to content

Commit 9914e50

Browse files
committed
initial draft of gen AI chatBot tutorial
1 parent b93b56c commit 9914e50

17 files changed

+591
-1
lines changed

docs/howtos/solutions/microservices/common-data/microservices-arch.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
You eventually land on the following architecture:
1+
Lets take a look at the architecture of the demo application:
22

33
1. `products service`: handles querying products from the database and returning them to the frontend
44
1. `orders service`: handles validating and creating orders

docs/howtos/solutions/mobile-banking/account-dashboard/index-account-dashboard.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,14 @@ slug: /howtos/solutions/mobile-banking/account-dashboard
66
authors: [prasan, will]
77
---
88

9+
import Authors from '@theme/Authors';
10+
911
import GeneralAdditionalResources from '../common-mb/additional-resources.mdx';
1012
import MobileBankingSourceCode from '../common-mb/source-code-tip.mdx';
1113
import MobileBankingDataSeeding from '../common-mb/data-seeding.mdx';
1214

15+
<Authors frontMatter={frontMatter} />
16+
1317
<MobileBankingSourceCode />
1418

1519
## What is a mobile banking account dashboard?

docs/howtos/solutions/mobile-banking/session-management/index-session-management.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,16 @@ slug: /howtos/solutions/mobile-banking/session-management
66
authors: [prasan, will]
77
---
88

9+
import Authors from '@theme/Authors';
10+
911
import GeneralAdditionalResources from '../common-mb/additional-resources.mdx';
1012
import MobileBankingSourceCode from '../common-mb/source-code-tip.mdx';
1113
import MobileBankingDataSeeding from '../common-mb/data-seeding.mdx';
1214

1315
import MobileBankingDashboardBalance from './images/demo-dashboard-balance-widget.png';
1416

17+
<Authors frontMatter={frontMatter} />
18+
1519
<MobileBankingSourceCode />
1620

1721
## What is authentication and session storage for mobile banking?
276 KB
Loading
693 KB
Loading
343 KB
Loading
363 KB
Loading
188 KB
Loading
188 KB
Loading
399 KB
Loading

0 commit comments

Comments
 (0)