Skip to content

Commit 562f29c

Browse files
committed
fix: apply lessons learned from #463
1 parent 09486ba commit 562f29c

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ jobs:
9797
ALGOLIA_WRITE_API_KEY: ${{ secrets.AIO_ALGOLIA_WRITE_API_KEY }}
9898
GATSBY_ALGOLIA_INDEX_NAME: ${{ secrets.ALGOLIA_INDEX_NAME || github.event.repository.name }}
9999
GATSBY_FEDS_PRIVACY_ID: ${{ secrets.AIO_FEDS_PRIVACY_ID }}
100+
GATSBY_REDOCLY_KEY: ${{ secrets.REDOCLY_LICENSE_KEY }}
100101
GATSBY_SITE_DOMAIN_URL: https://developer.adobe.com
101102
- name: Deploy
102103
uses: AdobeDocs/static-website-deploy@master

.github/workflows/stage.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@
110110
ALGOLIA_INDEXATION_MODE: skip
111111
GATSBY_ALGOLIA_INDEX_NAME: ${{ secrets.ALGOLIA_INDEX_NAME || github.event.repository.name }}
112112
GATSBY_FEDS_PRIVACY_ID: ${{ secrets.AIO_FEDS_PRIVACY_ID }}
113+
GATSBY_REDOCLY_KEY: ${{ secrets.REDOCLY_LICENSE_KEY }}
113114
GATSBY_SITE_DOMAIN_URL: https://developer-stage.adobe.com
114115

115116
- name: Deploy

src/pages/reference/rest/saas.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,11 @@ description: Review comprehensive reference documentation for the Adobe Commerce
44
keywords:
55
- REST
66
edition: saas
7-
# frameSrc: https://adobe-commerce-saas.redoc.ly
7+
layout: none
88
---
99

1010
import GetCredentialOAuthS2s from '/src/pages/credential/GetCredentialOAuthS2s.js'
1111

12-
# REST endpoints for Adobe Commerce as a Cloud Service
13-
1412
<GetCredentialOAuthS2s />
1513

16-
<RedoclyAPIBlock src="/commerce-webapi/src/openapi/accs-schema.yaml" pagination="section" />
14+
<RedoclyAPIBlock src='/commerce/webapi/rest/accs-schema.yaml' />
File renamed without changes.

0 commit comments

Comments
 (0)