Skip to content

Commit 8923560

Browse files
committed
add nav
1 parent 990489d commit 8923560

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

src/data/navigation/sections/app-development.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,10 @@ module.exports = [
6565
title: "App submission guidelines",
6666
path: "/app-development/app-submission-guidelines.md"
6767
},
68+
{
69+
title: "Extension compatibility",
70+
path: "/app-development/extension-compatibility.md"
71+
},
6872
{
6973
title: "Learning path",
7074
path: "/app-development/learning-path.md"

src/pages/app-development/extension-compatibility.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,7 @@ Verify that your Commerce APIs are compatible with both environments by checking
3737
- &#8203;<Edition name="paas" /> [PaaS REST API specification](https://developer.adobe.com/commerce/webapi/rest/quick-reference/).
3838
- &#8203;<Edition name="saas" /> [SaaS REST API specification](https://developer.adobe.com/commerce/services/reference/cloud/rest/).
3939

40-
**Adapt REST endpoint for older starter kit versions**
41-
42-
<Edition name="paas" />
40+
&#8203;<Edition name="paas" /> **Adapt REST endpoint for older starter kit versions**
4341

4442
For older versions of the starter kit, check if your code is adapted as follows:
4543

@@ -90,8 +88,8 @@ For older versions of the starter kit, check if your code is adapted as follows:
9088
9189
## Out-of-process extensibility modules
9290
93-
- &#8203;<Edition name="saas" /> Modules are pre-installed.
9491
- &#8203;<Edition name="paas" /> Requires composer installation.
92+
- &#8203;<Edition name="saas" /> Modules are pre-installed.
9593
- APIs function the same way in both environments:
9694
- [custom attributes](https://developer.adobe.com/commerce/services/cloud/guides/custom-attributes/)
9795
- [payment](../starter-kit/checkout/payment-reference.md)

0 commit comments

Comments
 (0)