-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Avoid the download button obscuring the json
- Loading branch information
xw
committed
Apr 14, 2022
1 parent
7b146f4
commit ebb8bfb
Showing
6 changed files
with
10 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
node_modules | ||
.history |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ | |
<body> | ||
<div id="redoc-container"></div> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/bundles/redoc.standalone.min.js"> </script> | ||
<script src="https://cdn.jsdelivr.net/gh/wll8/[email protected].0/dist/try.js"></script> | ||
<script src="https://cdn.jsdelivr.net/gh/wll8/[email protected].1/dist/try.js"></script> | ||
<script> | ||
// initTry(`https://petstore.swagger.io/v2/swagger.json`) | ||
initTry({ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,7 @@ Add `Try it out` function like [swagger](https://petstore.swagger.io/) on [redoc | |
<body> | ||
<div id="redoc-container"></div> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/bundles/redoc.standalone.min.js"> </script> | ||
<script src="https://cdn.jsdelivr.net/gh/wll8/[email protected].0/dist/try.js"></script> | ||
<script src="https://cdn.jsdelivr.net/gh/wll8/[email protected].1/dist/try.js"></script> | ||
<script> | ||
// initTry(`https://petstore.swagger.io/v2/swagger.json`) | ||
initTry({ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters