File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 97
97
ALGOLIA_WRITE_API_KEY : ${{ secrets.AIO_ALGOLIA_WRITE_API_KEY }}
98
98
GATSBY_ALGOLIA_INDEX_NAME : ${{ secrets.ALGOLIA_INDEX_NAME || github.event.repository.name }}
99
99
GATSBY_FEDS_PRIVACY_ID : ${{ secrets.AIO_FEDS_PRIVACY_ID }}
100
+ GATSBY_REDOCLY_KEY : ${{ secrets.REDOCLY_LICENSE_KEY }}
100
101
GATSBY_SITE_DOMAIN_URL : https://developer.adobe.com
101
102
- name : Deploy
102
103
uses : AdobeDocs/static-website-deploy@master
Original file line number Diff line number Diff line change 110
110
ALGOLIA_INDEXATION_MODE : skip
111
111
GATSBY_ALGOLIA_INDEX_NAME : ${{ secrets.ALGOLIA_INDEX_NAME || github.event.repository.name }}
112
112
GATSBY_FEDS_PRIVACY_ID : ${{ secrets.AIO_FEDS_PRIVACY_ID }}
113
+ GATSBY_REDOCLY_KEY : ${{ secrets.REDOCLY_LICENSE_KEY }}
113
114
GATSBY_SITE_DOMAIN_URL : https://developer-stage.adobe.com
114
115
115
116
- name : Deploy
Original file line number Diff line number Diff line change @@ -4,13 +4,11 @@ description: Review comprehensive reference documentation for the Adobe Commerce
4
4
keywords :
5
5
- REST
6
6
edition : saas
7
- # frameSrc: https://adobe-commerce-saas.redoc.ly
7
+ layout : none
8
8
---
9
9
10
10
import GetCredentialOAuthS2s from '/src/pages/credential/GetCredentialOAuthS2s.js'
11
11
12
- # REST endpoints for Adobe Commerce as a Cloud Service
13
-
14
12
<GetCredentialOAuthS2s />
15
13
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.
You can’t perform that action at this time.
0 commit comments