Skip to content

Commit 6b21aa8

Browse files
committed
generated build
1 parent 548f0c7 commit 6b21aa8

File tree

10 files changed

+70446
-36
lines changed

10 files changed

+70446
-36
lines changed

dist/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
<!doctype html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width,minimum-scale=1,initial-scale=1,user-scalable=yes"><title>RapiDoc</title><link rel="stylesheet" href="//cdn.jsdelivr.net/gh/highlightjs/[email protected]/build/styles/default.min.css"><script src="//cdn.jsdelivr.net/gh/highlightjs/[email protected]/build/highlight.min.js"></script><script defer="defer" src="rapidoc-min.js"></script></head><script>window.addEventListener('DOMContentLoaded', (event) => {
1+
<!doctype html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width,minimum-scale=1,initial-scale=1,user-scalable=yes"><title>RapiDoc</title><script defer="defer" src="rapidoc-min.js"></script></head><script>window.addEventListener('DOMContentLoaded', (event) => {
22
const docEl = document.getElementById('thedoc');
33
docEl.addEventListener('before-try', (e) => {
44
e.detail.request.headers.append('AAA-BBB', 'CCC DDDD');
55
});
6-
});</script><body><rapi-doc spec-url="./specs/temp.yaml" id="thedoc" theme="dark" render-style="read" schema-style="tree" use-path-in-nav-bar="true" show-components="true" show-info="true" show-header="true" allow-search="false" allow-advanced-search="true" allow-spec-url-load="false" allow-spec-file-load="false" allow-spec-file-download="true" allow-server-selection="true" allow-authentication="true" update-route="false" match-type="regex" persist-auth="true"></rapi-doc></body></html>
6+
});</script><body><rapi-doc spec-url="./specs/petstore.yaml" id="thedoc" theme="dark" render-style="read" schema-style="tree" use-path-in-nav-bar="true" show-components="true" show-info="true" show-header="true" allow-search="false" allow-advanced-search="true" allow-spec-url-load="false" allow-spec-file-load="false" allow-spec-file-download="true" allow-server-selection="true" allow-authentication="true" match-type="regex" persist-auth="true"></rapi-doc></body></html>

dist/index.html.gz

-92 Bytes
Binary file not shown.

dist/rapidoc-min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/rapidoc-min.js.LICENSE.txt

Lines changed: 8 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,3 @@
1-
/*!
2-
* @description Recursive object extending
3-
* @author Viacheslav Lotsmanov <[email protected]>
4-
* @license MIT
5-
*
6-
* The MIT License (MIT)
7-
*
8-
* Copyright (c) 2013-2018 Viacheslav Lotsmanov
9-
*
10-
* Permission is hereby granted, free of charge, to any person obtaining a copy of
11-
* this software and associated documentation files (the "Software"), to deal in
12-
* the Software without restriction, including without limitation the rights to
13-
* use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
14-
* the Software, and to permit persons to whom the Software is furnished to do so,
15-
* subject to the following conditions:
16-
*
17-
* The above copyright notice and this permission notice shall be included in all
18-
* copies or substantial portions of the Software.
19-
*
20-
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
21-
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
22-
* FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
23-
* COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
24-
* IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
25-
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
26-
*/
27-
281
/*!
292
* The buffer module from node.js, for the browser.
303
*
@@ -45,6 +18,13 @@
4518
* MIT license
4619
*/
4720

21+
/*!
22+
* is-plain-object <https://github.com/jonschlinkert/is-plain-object>
23+
*
24+
* Copyright (c) 2014-2017, Jon Schlinkert.
25+
* Released under the MIT License.
26+
*/
27+
4828
/*! https://mths.be/punycode v1.3.2 by @mathias */
4929

5030
/*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */
@@ -88,7 +68,7 @@
8868

8969
/**
9070
* @preserve
91-
* RapiDoc 9.1.3-hotfix - WebComponent to View OpenAPI docs
71+
* RapiDoc 9.1.5-beta - WebComponent to View OpenAPI docs
9272
* License: MIT
9373
* Repo : https://github.com/mrin9/RapiDoc
9474
* Author : Mrinmoy Majumdar

dist/rapidoc-min.js.LICENSE.txt.gz

-591 Bytes
Binary file not shown.

dist/rapidoc-min.js.gz

-3.08 KB
Binary file not shown.

0 commit comments

Comments
 (0)