Skip to content

Commit 52f8703

Browse files
committed
generated build
1 parent 5798712 commit 52f8703

12 files changed

+46819
-46
lines changed

dist/index.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +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) => {
2+
const docEl = document.getElementById('thedoc');
3+
docEl.addEventListener('before-try', (e) => {
4+
e.detail.request.headers.append('AAA-BBB', 'CCC DDDD');
5+
});
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>

dist/index.html.gz

615 Bytes
Binary file not shown.

dist/rapidoc-min.js

Lines changed: 3670 additions & 0 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: 68 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,68 @@
1+
/*!
2+
* The buffer module from node.js, for the browser.
3+
*
4+
* @author Feross Aboukhadijeh <https://feross.org>
5+
* @license MIT
6+
*/
7+
8+
/*!
9+
* cookie
10+
* Copyright(c) 2012-2014 Roman Shtylman
11+
* Copyright(c) 2015 Douglas Christopher Wilson
12+
* MIT Licensed
13+
*/
14+
15+
/*!
16+
* https://github.com/Starcounter-Jack/JSON-Patch
17+
* (c) 2017 Joachim Wester
18+
* MIT license
19+
*/
20+
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+
28+
/*! https://mths.be/punycode v1.3.2 by @mathias */
29+
30+
/*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */
31+
32+
/*! js-yaml 4.1.0 https://github.com/nodeca/js-yaml @license MIT */
33+
34+
/**
35+
* @license
36+
* Copyright 2017 Google LLC
37+
* SPDX-License-Identifier: BSD-3-Clause
38+
*/
39+
40+
/**
41+
* @license
42+
* Copyright 2018 Google LLC
43+
* SPDX-License-Identifier: BSD-3-Clause
44+
*/
45+
46+
/**
47+
* @license
48+
* Copyright 2019 Google LLC
49+
* SPDX-License-Identifier: BSD-3-Clause
50+
*/
51+
52+
/**
53+
* Prism: Lightweight, robust, elegant syntax highlighting
54+
*
55+
* @license MIT <https://opensource.org/licenses/MIT>
56+
* @author Lea Verou <https://lea.verou.me>
57+
* @namespace
58+
* @public
59+
*/
60+
61+
/**
62+
* @preserve
63+
* RapiDoc 9.1.8 - WebComponent to View OpenAPI docs
64+
* License: MIT
65+
* Repo : https://github.com/mrin9/RapiDoc
66+
* Author : Mrinmoy Majumdar
67+
*
68+
/******/

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

634 Bytes
Binary file not shown.

dist/rapidoc-min.js.gz

177 KB
Binary file not shown.

dist/rapidoc-min.js.map

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

dist/rapidoc-min.js.map.gz

70.8 KB
Binary file not shown.

dist/rapidoc.js

Lines changed: 42972 additions & 0 deletions
Large diffs are not rendered by default.

dist/report.html

Lines changed: 38 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)