Skip to content

Commit 9208166

Browse files
committed
update demo to include relative downloadUrl
1 parent 88196d9 commit 9208166

File tree

3 files changed

+1273
-3
lines changed

3 files changed

+1273
-3
lines changed

demo/docusaurus.config.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -237,8 +237,7 @@ const config = {
237237
categoryLinkSource: "tag",
238238
},
239239
template: "api.mustache", // Customize API MDX with mustache template
240-
downloadUrl:
241-
"https://raw.githubusercontent.com/PaloAltoNetworks/docusaurus-openapi-docs/main/demo/examples/petstore.yaml",
240+
downloadUrl: "/petstore.yaml",
242241
hideSendButton: false,
243242
showSchemas: true,
244243
disableCompression: true,

0 commit comments

Comments
 (0)