Skip to content

Commit 1d43816

Browse files
committed
CEXT-4720: fix linting
1 parent 77d5ecd commit 1d43816

File tree

2 files changed

+13
-12
lines changed

2 files changed

+13
-12
lines changed

src/pages/app-development/app-submission-guidelines.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -88,11 +88,13 @@ The following requirements must be met for your app to be accepted. If your app
8888
- **Package metadata**: Ensure `package.json` is updated with an app-specific `name`, `version`, and `author`.
8989
- **YAML configuration**: Review `deploy.yaml` and `app.config.yaml` for accurate app IDs, event configs, and scopes.
9090
- **Commerce product**: Define `commerce` as a required product in `app.config.yaml`. See [required products](https://developer.adobe.com/commerce/extensibility/app-development/required-products/) for more information.
91-
```yaml
92-
productDependencies:
93-
- code: COMMC
94-
minVersion: 2.4.5
95-
```
91+
92+
```yaml
93+
productDependencies:
94+
- code: COMMC
95+
minVersion: 2.4.5
96+
```
97+
9698
- **Events configuration**: Review `events.config.yaml` to verify event providers and registrations, document usage, and prefix events with your app's scope to avoid collisions.
9799

98100
- Project cleanup

src/pages/starter-kit/checkout/connect.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,15 @@ The [`adobe-commerce.js`](https://github.com/adobe/commerce-checkout-starter-kit
1414

1515
To use the Adobe Commerce HTTP Client, update the `COMMERCE_BASE_URL` value in the `.env` file, and complete the authentication setup.
1616

17-
* &#8203;<Edition name="paas" />For PaaS (On-Premise/Cloud):
17+
- &#8203;<Edition name="paas" />For PaaS (On-Premise/Cloud):
1818

19-
* `COMMERCE_BASE_URL` includes your base site URL + `/rest/<store_view_code>/`
20-
* Example: `https://<commerce_instance_url>/rest/<store_view_code>/`
19+
- `COMMERCE_BASE_URL` includes your base site URL + `/rest/<store_view_code>/`
20+
- Example: `https://<commerce_instance_url>/rest/<store_view_code>/`
2121

22-
* &#8203;<Edition name="saas" />For SaaS (Adobe Commerce as a Cloud Service):
23-
24-
* `COMMERCE_BASE_URL` must be the REST API endpoint provided by Adobe Commerce
25-
* Example: `https://na1.api.commerce.adobe.com/<tenant_id>/`
22+
- &#8203;<Edition name="saas" />For SaaS (Adobe Commerce as a Cloud Service):
2623

24+
- `COMMERCE_BASE_URL` must be the REST API endpoint provided by Adobe Commerce
25+
- Example: `https://na1.api.commerce.adobe.com/<tenant_id>/`
2726

2827
## Authentication
2928

0 commit comments

Comments
 (0)