Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ jobs:
GATSBY_ALGOLIA_INDEX_NAME: ${{ secrets.ALGOLIA_INDEX_NAME || github.event.repository.name }}
GATSBY_FEDS_PRIVACY_ID: ${{ secrets.AIO_FEDS_PRIVACY_ID }}
GATSBY_SITE_DOMAIN_URL: https://developer.adobe.com
GATSBY_REDOCLY_KEY: ${{ secrets.REDOCLY_LICENSE_KEY }}
- name: Deploy
uses: AdobeDocs/static-website-deploy@master
with:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@
GATSBY_ALGOLIA_INDEX_NAME: ${{ secrets.ALGOLIA_INDEX_NAME || github.event.repository.name }}
GATSBY_FEDS_PRIVACY_ID: ${{ secrets.AIO_FEDS_PRIVACY_ID }}
GATSBY_SITE_DOMAIN_URL: https://developer-stage.adobe.com
GATSBY_REDOCLY_KEY: ${{ secrets.REDOCLY_LICENSE_KEY }}

- name: Deploy
uses: AdobeDocs/static-website-deploy@master
Expand Down
12 changes: 12 additions & 0 deletions src/pages/reference/accs.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
title: Adobe Commerce Extensibility REST Reference
description: Provides a reference for the REST APIs available in Adobe Commerce for extensibility.
keywords:
- App Builder
- Extensibility
layout: none
---

# Extensibility REST Reference

<RedoclyAPIBlock src="/commerce/extensibility/rest/accs-schema.yaml" hideTryItPanel scrollYOffset={64} />
12 changes: 12 additions & 0 deletions src/pages/reference/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
title: Adobe Commerce Extensibility REST Reference
description: Provides a reference for the REST APIs available in Adobe Commerce for extensibility.
keywords:
- App Builder
- Extensibility
layout: none
---

# Extensibility REST Reference

<RedoclyAPIBlock src="/commerce/extensibility/rest/extensibility.yaml" hideTryItPanel scrollYOffset={64} />
10 changes: 10 additions & 0 deletions src/reference/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
title: Adobe Commerce Extensibility REST Reference
description: Provides a reference for the REST APIs available in Adobe Commerce for extensibility.
keywords:
- App Builder
- Extensibility
layout: none
---

<RedoclyAPIBlock src="/commerce/extensibility/rest/extensibility.yaml" />
Loading