Skip to content

Commit

Permalink
generated build for release v9.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
mrin9 committed Sep 27, 2024
1 parent 17739fe commit 0f9f23f
Show file tree
Hide file tree
Showing 14 changed files with 69 additions and 68 deletions.
2 changes: 1 addition & 1 deletion dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
docEl.addEventListener('before-try', (e) => {
e.detail.request.headers.append('AAA-BBB', 'CCC DDDD');
});
});</script><body><rapi-doc spec-url="./specs/filter-test.yaml" id="thedoc" theme="dark" render-style="read" schema-style="tree" show-method-in-nav-bar="true" use-path-in-nav-bar="true" show-components="true" show-info="true" show-header="true" allow-search="true" allow-advanced-search="true" allow-spec-url-load="false" allow-spec-file-download="true" allow-server-selection="true" allow-authentication="true" update-route="false" remove-endpoints-with-badge-label-as="one" match-type="regex" persist-auth="true" scroll-behavior="smooth"></rapi-doc></body></html>
});</script><body><rapi-doc spec-url="./specs/petstore_mini.yaml" id="thedoc" theme="dark" render-style="focused" schema-style="tree" show-method-in-nav-bar="true" use-path-in-nav-bar="true" show-components="true" show-info="true" show-header="true" allow-search="true" allow-advanced-search="true" allow-spec-url-load="false" allow-spec-file-download="true" allow-server-selection="true" allow-authentication="true" update-route="false" remove-endpoints-with-badge-label-as="one" match-type="regex" persist-auth="true" scroll-behavior="smooth"></rapi-doc></body></html>
Binary file modified dist/index.html.gz
Binary file not shown.
42 changes: 21 additions & 21 deletions dist/rapidoc-min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/rapidoc-min.js.LICENSE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@

/**
* @preserve
* RapiDoc 9.3.7-beta - WebComponent to View OpenAPI docs
* RapiDoc 9.3.7 - WebComponent to View OpenAPI docs
* License: MIT
* Repo : https://github.com/rapi-doc/RapiDoc
* Author : Mrinmoy Majumdar
Expand Down
Binary file modified dist/rapidoc-min.js.LICENSE.txt.gz
Binary file not shown.
Binary file modified dist/rapidoc-min.js.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion dist/rapidoc-min.js.map

Large diffs are not rendered by default.

Binary file modified dist/rapidoc-min.js.map.gz
Binary file not shown.
19 changes: 10 additions & 9 deletions dist/rapidoc.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions dist/report.html

Large diffs are not rendered by default.

42 changes: 21 additions & 21 deletions docs/rapidoc-min.js

Large diffs are not rendered by default.

19 changes: 10 additions & 9 deletions docs/rapidoc.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions docs/specs/temp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ openapi: 3.1.0
info:
title: test
version: '1.0'
servers:
- url: 'http://localhost:3000'
servers: []
paths:
/abc-path:
get:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rapidoc",
"version": "9.3.7-beta",
"version": "9.3.7",
"description": "RapiDoc - Open API spec viewer with built in console",
"author": "Mrinmoy Majumdar <mrin9@yahoo.com>",
"homepage": "https://rapidocweb.com",
Expand Down

0 comments on commit 0f9f23f

Please sign in to comment.