Skip to content

Commit b4f9dc2

Browse files
committed
Add tutorial links
1 parent 7a74c33 commit b4f9dc2

File tree

2 files changed

+21
-11
lines changed

2 files changed

+21
-11
lines changed

src/data/navigation/sections/app-development.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,5 @@ module.exports = [
22
{
33
title: "Overview",
44
path: "/app-development/index.md"
5-
},
6-
{
7-
title: "Tutorials",
8-
path: "https://experienceleague.adobe.com/docs/commerce-learn/tutorials/adobe-developer-app-builder/introduction-to-app-builder.html"
95
}
106
];

src/pages/app-development/index.md

Lines changed: 21 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,33 +15,47 @@ Start by becoming familiar with the [App Builder documentation](https://develope
1515

1616
Once you've become comfortable with the Adobe I/O infrastructure, analyze your current extensions and begin mapping its in-process features into the App Builder and Adobe I/O environment. Key areas to consider include:
1717

18-
* Service contracts
18+
* APIs
1919
* Plugins and observers
2020
* Backend development
2121
* Custom cron jobs
2222
* Database data
2323
* Filesystem
2424

25-
## APIs
25+
### APIs
2626

2727
[API Mesh for Adobe Developer App Builder](https://developer.adobe.com/graphql-mesh-gateway/) enables developers to integrate private and third-party APIs and other software interfaces with Adobe Commerce and other Adobe products using Adobe I/O.
2828

29-
## Plugins and observers
29+
### Plugins and observers
3030

3131
[Adobe I/O Events for Adobe Commerce](https://developer.adobe.com/commerce/events/) makes Commerce transactional data available to App Builder using Adobe I/O. You can define the events to transmit data each time an event triggers, or only under circumstances defined within configuration rules.
3232

33-
## Admin development
33+
### Admin development
3434

3535
The [Adobe Commerce Admin UI SDK](../admin-ui-sdk/index.md) enables an App Builder developer to extend the [Commerce Admin](https://experienceleague.adobe.com/docs/commerce-admin/start/admin/admin.html) to include custom menus and pages.
3636

37-
## Custom cron jobs
37+
### Custom cron jobs
3838

3939
App Builder uses Apache OpenWhisk Alarms to perform the scheduling services traditionally provided by cron jobs. [Scheduling Cron Jobs with Alarms](https://developer.adobe.com/app-builder/docs/resources/cron-jobs/) walks you through the process of implementing this feature.
4040

41-
## Database data
41+
### Database data
4242

4343
The [Adobe I/O Key/Value Storage library](https://github.com/adobe/aio-lib-state) is an npm module that provides a JavaScript abstraction on top of distributed/cloud databases with a simple key-value store state persistence API.
4444

45-
## Filesystem
45+
### Filesystem
4646

4747
the [Adobe I/O Files library](https://github.com/adobe/aio-lib-state) provides a JavaScript abstraction on top of cloud blob storages with a simple file-system like persistence API.
48+
49+
## Related information
50+
51+
View the following tutorials for more information about using App Builder to build Out-of-Process apps:
52+
53+
* [Introduction to App Builder](https://experienceleague.adobe.com/docs/commerce-learn/tutorials/adobe-developer-app-builder/introduction-to-app-builder.html)
54+
55+
* [Extensibility Framework for App Builder](https://experienceleague.adobe.com/docs/commerce-learn/tutorials/adobe-developer-app-builder/extensibility-framework-commerce-eventing.html)
56+
57+
* [Functional demonstration for App Builder](https://experienceleague.adobe.com/docs/commerce-learn/tutorials/adobe-developer-app-builder/app-builder-functional-demonstration.html)
58+
59+
* [Build your first App Builder app](https://experienceleague.adobe.com/docs/commerce-learn/tutorials/adobe-developer-app-builder/first-app/overview.html)
60+
61+
* [Get started with API Mesh](https://experienceleague.adobe.com/docs/commerce-learn/tutorials/adobe-developer-app-builder/api-mesh/getting-started-api-mesh.html)

0 commit comments

Comments
 (0)