Skip to content

Commit ddc121a

Browse files
authored
Merge pull request AdobeDocs#33 from AdobeDocs/kh_front
Replace the repo front page
2 parents d309f10 + a0f4645 commit ddc121a

File tree

5 files changed

+37
-12
lines changed

5 files changed

+37
-12
lines changed

src/data/navigation/header.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ module.exports = [
1212
path: "/admin-ui-sdk/",
1313
},
1414
{
15-
title: "Amazon Sales Channel",
15+
title: "Reference App",
1616
path: "/amazon-sales-channel/"
1717
}
1818
];

src/data/navigation/sections/admin-ui-sdk.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ module.exports = [
1212
path: "/admin-ui-sdk/configuration.md"
1313
},
1414
{
15-
title: "App registration",
15+
title: "App UI registration",
1616
path: "/admin-ui-sdk/app-registration.md"
1717
},
1818
{

src/pages/admin-ui-sdk/app-registration.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
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
44
---
55

6-
# App registration
6+
# App UI registration
77

88
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.
99

src/pages/amazon-sales-channel/index.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ description: Learn how you can use Amazon Sales Channel on App Builder as a refe
55

66
# Amazon Sales Channel on App Builder overview
77

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.
911

1012
The application presents many common use cases for extending Adobe Commerce, including:
1113

src/pages/index.md

Lines changed: 29 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,39 @@ description:
99

1010
# Adobe Commerce Extensibility
1111

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.
1413

1514
## Overview
1615

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.
1817

19-
### Guides
18+
### Discover
19+
20+
Use these sections to learn about developing Commerce apps.
21+
22+
<DiscoverBlock slots="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+
<DiscoverBlock slots="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+
<DiscoverBlock slots="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
2041

2142
<DiscoverBlock slots="link, text"/>
2243

23-
[Adobe I/O Events for Adobe Commerce](index.md)
44+
[Adobe I/O Events for Adobe Commerce](https://developer.adobe.com/commerce/events/)
2445

2546
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.
2647

@@ -36,4 +57,6 @@ Is a complete framework that enables enterprise developers to build and deploy c
3657

3758
Allows developers to integrate private and third-party APIs and other software interfaces with Adobe Commerce and other Adobe products using Adobe IO.
3859

39-
<DiscoverBlock slots="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

Comments
 (0)