File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ deploy_dev:
16
16
- |
17
17
npm install -g @spaship/cli react-app-rewired
18
18
npm ci
19
- SITEMAP_BASE_URL=https://developers.dev.redhat.com/apidocs npm run sitemap
19
+ SITEMAP_BASE_URL=https://developers.dev.redhat.com/api-catalog npm run sitemap
20
20
npm run build
21
21
npm run prerender
22
22
spaship deploy --env=$SPASHIP_DEV_WEB_PROPERTY --apikey=$SPASHIP_DEV_API_KEY
@@ -43,7 +43,7 @@ deploy_stage:
43
43
- |
44
44
npm install -g @spaship/cli react-app-rewired
45
45
npm ci
46
- SITEMAP_BASE_URL=https://developers.stage.redhat.com/apidocs npm run sitemap
46
+ SITEMAP_BASE_URL=https://developers.stage.redhat.com/api-catalog npm run sitemap
47
47
npm run build
48
48
npm run prerender
49
49
spaship deploy --env=$SPASHIP_STAGE_WEB_PROPERTY --apikey=$SPASHIP_STAGE_API_KEY
@@ -71,7 +71,7 @@ deploy_qa:
71
71
- |
72
72
npm install -g @spaship/cli react-app-rewired
73
73
npm ci
74
- SITEMAP_BASE_URL=https://developers.qa.redhat.com/apidocs npm run sitemap
74
+ SITEMAP_BASE_URL=https://developers.qa.redhat.com/api-catalog npm run sitemap
75
75
npm run build
76
76
npm run prerender
77
77
spaship deploy --env=$SPASHIP_QA_WEB_PROPERTY --apikey=$SPASHIP_QA_API_KEY
Original file line number Diff line number Diff line change 2
2
"name" : " apidocs" ,
3
3
"version" : " 0.1.0" ,
4
4
"private" : true ,
5
- "homepage" : " apidocs " ,
5
+ "homepage" : " api-catalog " ,
6
6
"workspaces" : [
7
7
" packages/*"
8
8
],
Original file line number Diff line number Diff line change 1
1
name : api-documentation-frontend
2
- path : /apidocs
2
+ path : /api-catalog
3
3
single : true
4
4
buildDir : build
You can’t perform that action at this time.
0 commit comments