You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/pages/admin-ui-sdk/app-registration.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,9 @@
1
1
---
2
-
title: App registration
3
-
description: Learn about registering your app in the App Registry
2
+
title: App UI registration
3
+
description: Learn about registering your UI changes to the App Registry
4
4
---
5
5
6
-
# App registration
6
+
# App UI registration
7
7
8
8
Your app must be correctly configured with Adobe App Registry to use the Admin UI SDK to create a custom UI in Commerce. You must perform the following steps before submitting your app to be published.
Copy file name to clipboardExpand all lines: src/pages/amazon-sales-channel/index.md
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,9 @@ description: Learn how you can use Amazon Sales Channel on App Builder as a refe
5
5
6
6
# Amazon Sales Channel on App Builder overview
7
7
8
-
Amazon Sales Channel on App Builder is a flagship reference app developed by Adobe Commerce to accelerate merchant and partner adoption of out-of-process extensibility. This app showcases how Adobe Developer App Builder can create integrations and extensions without modifying the core Commerce application. Amazon Sales Channel on App Builder focuses on demonstrating how to develop key capabilities and extensibility use cases with App Builder. Partners and developers can leverage the application code, best practice guides, and documentation to confidently create their own next-generation extensions and integrations.
8
+
Amazon Sales Channel on App Builder is a flagship reference app developed by Adobe Commerce to accelerate merchant and partner adoption of out-of-process extensibility.
9
+
10
+
This app showcases how Adobe Developer App Builder can create integrations and extensions without modifying the core Commerce application. Amazon Sales Channel on App Builder focuses on demonstrating how to develop key capabilities and extensibility use cases with App Builder. Partners and developers can leverage the application code, best practice guides, and documentation to confidently create their own next-generation extensions and integrations.
9
11
10
12
The application presents many common use cases for extending Adobe Commerce, including:
Copy file name to clipboardExpand all lines: src/pages/index.md
+29-6Lines changed: 29 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -9,18 +9,39 @@ description:
9
9
10
10
# Adobe Commerce Extensibility
11
11
12
-
Learn how
13
-
to use Adobe I/O Events for Adobe Commerce to transmit event data to your custom web application using Adobe I/O.
12
+
Learn how develop Out-of-Process apps that extend and customize Adobe Commerce.
14
13
15
14
## Overview
16
15
17
-
This documentation describes how to install, configure, and implement Adobe I/O Events for Adobe Commerce.
16
+
This documentation provides resources for developing Out-of-Process apps for Adobe Commerce.
18
17
19
-
### Guides
18
+
### Discover
19
+
20
+
Use these sections to learn about developing Commerce apps.
21
+
22
+
<DiscoverBlockslots="link, text"/>
23
+
24
+
[App Developer Guide](app-development/index.md)
25
+
26
+
Learn how to make the transition from developing Commerce PHP extensions to developing Out-of-Process apps.
27
+
28
+
<DiscoverBlockslots="link, text"/>
29
+
30
+
[Admin UI SDK](admin-ui-sdk/index.md)
31
+
32
+
Extend the Commerce Admin to include the menus and pages necessary for merchants to configure and interact with your app.
33
+
34
+
<DiscoverBlockslots="link, text"/>
35
+
36
+
[Reference App](amazon-sales-channel/index.md)
37
+
38
+
Explore the Amazon Sales Channel reference app to help visualize the world of Commerce Out-of-Process apps.
39
+
40
+
### Related information
20
41
21
42
<DiscoverBlockslots="link, text"/>
22
43
23
-
[Adobe I/O Events for Adobe Commerce](index.md)
44
+
[Adobe I/O Events for Adobe Commerce](https://developer.adobe.com/commerce/events/)
24
45
25
46
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.
26
47
@@ -36,4 +57,6 @@ Is a complete framework that enables enterprise developers to build and deploy c
36
57
37
58
Allows developers to integrate private and third-party APIs and other software interfaces with Adobe Commerce and other Adobe products using Adobe IO.
38
59
39
-
<DiscoverBlockslots="link, text"/>
60
+
## Contributing to this documentation
61
+
62
+
We encourage you to participate in our open documentation initiative. If you have suggestions, corrections, additions, or deletions for this documentation, check out the source on [GitHub](https://github.com/AdobeDocs/commerce-extensibility), and open a pull request.
0 commit comments