Skip to content

Commit 4326fcb

Browse files
committed
Latest updates
1 parent bc008e0 commit 4326fcb

19 files changed

Lines changed: 2132 additions & 2231 deletions

File tree

INSTALL.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,11 @@ OAUTH_SCOPES=AdobeID, openid, read_organizations, additional_info.projectedProdu
101101
7. Create Event Provider for Feed Generator. Run `aio event provider create` and define name. Copy `id` from output.
102102
Add to `.env` line `FEED_GENERATOR_PROVIDER_ID=<id>`
103103

104-
8. Create Event Metadata for Feed Generator. Run `aio event eventmetadata create PROVIDERID`. Define event code as `feed.generate` and define description as `Generate Feed`.
104+
8. Create Event Metadata for Feed Generator. Run:
105+
```bash
106+
aio event eventmetadata create <FEED_GENERATOR_PROVIDER_ID>
107+
```
108+
Replace `<FEED_GENERATOR_PROVIDER_ID>` with the `id` generated in the previous step. Define event code as `feed.generate` and define description as `Generate Feed`.
105109

106110
9. Run `aio app deploy` to deploy the app.
107111

@@ -111,7 +115,7 @@ Add to `.env` line `FEED_GENERATOR_PROVIDER_ID=<id>`
111115

112116
## Adding to Adobe Admin UI (SaaS)
113117

114-
For Adobe Commerce SaaS, you can add the module to be available in your Commerce Admin.
118+
For Adobe Commerce SaaS, follow the steps below to add the deployed application to the Commerce Admin
115119

116120
1. Go to Stores -> Configuration in your Adobe Commerce Admin
117121
2. Go to Adobe Services -> Admin UI SDK

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Please see [INSTALL.md](INSTALL.md) for more details.
1717

1818
On the application home page you will see list of the feeds:
1919

20-
![Home page](./docs/images/a6b730f0-513e-4c80-ab0a-460cc80d4efd.png)
20+
![Home page](./docs/images/home-page.png)
2121

2222
For each feed you can:
2323

@@ -47,7 +47,7 @@ If during feed generation an error occurs, you can see an error in the grid.
4747

4848
On a Grid page you can click on a Feed name, and you will be landed on Edit page of selected feed:
4949

50-
![Edit Feed](./docs/images/c6960caf-13fb-4d76-a42b-e43d86b802bd.png)
50+
![Edit Feed](./docs/images/edit-feed.png)
5151

5252
Here you can change the following elements:
5353

docs/images/c6960caf-13fb-4d76-a42b-e43d86b802bd.png renamed to docs/images/edit-feed.png

File renamed without changes.

docs/images/a6b730f0-513e-4c80-ab0a-460cc80d4efd.png renamed to docs/images/home-page.png

File renamed without changes.

0 commit comments

Comments
 (0)