Skip to content

Commit d18585b

Browse files
committed
chore: Host OpenAPI specs on CDN
1 parent 758e005 commit d18585b

File tree

4 files changed

+2
-4
lines changed

4 files changed

+2
-4
lines changed

docs/public/openapi/api.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/public/openapi/stitcher.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/reference/api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import "@scalar/api-reference/style.css";
1111
<ApiReference
1212
:configuration="{
1313
spec: {
14-
content: '/openapi/api.json'
14+
content: 'https://cdn.superstreamer.xyz/openapi-api.json'
1515
},
1616
hideTestRequestButton: true
1717
}"

docs/reference/stitcher.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import "@scalar/api-reference/style.css";
1111
<ApiReference
1212
:configuration="{
1313
spec: {
14-
url: '/openapi/stitcher.json'
14+
url: 'https://cdn.superstreamer.xyz/openapi-stitcher.json'
1515
},
1616
hideTestRequestButton: true
1717
}"

0 commit comments

Comments
 (0)