Skip to content

Commit a1c2f57

Browse files
authored
Merge pull request AdobeDocs#40 from AdobeDocs/kh_fix-procedure
Fix alignment in procedure and add screenshot
2 parents 49fc980 + 61cceec commit a1c2f57

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

src/pages/_images/first-app.png

192 KB
Loading

src/pages/admin-ui-sdk/configuration.md

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ You can download a sample app from the [Commerce UI test extension repository](h
109109
node server.js
110110
```
111111

112-
1. Make sure you have access to the localhost server configuration by entering the following URL in your browser:
112+
1. Make sure you have access to the localhost server configuration by entering the following URL in your browser:
113113

114114
`https://localhost:9090/config`
115115

@@ -128,14 +128,16 @@ You can download a sample app from the [Commerce UI test extension repository](h
128128
"service":"commerce",
129129
"extensionPoint":"backend-ui"
130130
}
131-
```
131+
```
132132

133-
1. Run your extension locally.
133+
1. Run your extension locally.
134134

135-
```bash
136-
aio app run
137-
```
135+
```bash
136+
aio app run
137+
```
138+
139+
1. Check that the **First App on App Builder** option has been added to the **Marketing** menu in the Admin and that selecting the option takes you to the **Fetched orders from Adobe Commerce** page.
138140

139-
1. Check that the menu is correctly added to the Admin.
141+
![Fetched orders from Adobe Commerce page](../_images/first-app.png)
140142

141-
![Local server configuration](../_images/fetched-orders.png)
143+
![First App on App Builder menu](../_images/fetched-orders.png)

0 commit comments

Comments
 (0)