Skip to content

Commit 9062cbd

Browse files
committed
updated packages and generated build
1 parent fe0d0e4 commit 9062cbd

15 files changed

+4778
-18434
lines changed

dist/index.html

+6
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="view" schema-style="table" show-method-in-nav-bar="true" 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-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

620 Bytes
Binary file not shown.

dist/rapidoc-min.js

+506-506
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/rapidoc-min.js.LICENSE.txt

+71
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,71 @@
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+
* https://github.com/Starcounter-Jack/JSON-Patch
10+
* (c) 2017-2021 Joachim Wester
11+
* MIT license
12+
*/
13+
14+
/*!
15+
* https://github.com/Starcounter-Jack/JSON-Patch
16+
* (c) 2017-2022 Joachim Wester
17+
* MIT licensed
18+
*/
19+
20+
/*!
21+
* is-plain-object <https://github.com/jonschlinkert/is-plain-object>
22+
*
23+
* Copyright (c) 2014-2017, Jon Schlinkert.
24+
* Released under the MIT License.
25+
*/
26+
27+
/*!
28+
* repeat-string <https://github.com/jonschlinkert/repeat-string>
29+
*
30+
* Copyright (c) 2014-2015, Jon Schlinkert.
31+
* Licensed under the MIT License.
32+
*/
33+
34+
/*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */
35+
36+
/*! js-yaml 4.1.0 https://github.com/nodeca/js-yaml @license MIT */
37+
38+
/**
39+
* @license
40+
* Copyright 2017 Google LLC
41+
* SPDX-License-Identifier: BSD-3-Clause
42+
*/
43+
44+
/**
45+
* @license
46+
* Copyright 2018 Google LLC
47+
* SPDX-License-Identifier: BSD-3-Clause
48+
*/
49+
50+
/**
51+
* @license
52+
* Copyright 2019 Google LLC
53+
* SPDX-License-Identifier: BSD-3-Clause
54+
*/
55+
56+
/**
57+
* Prism: Lightweight, robust, elegant syntax highlighting
58+
*
59+
* @license MIT <https://opensource.org/licenses/MIT>
60+
* @author Lea Verou <https://lea.verou.me>
61+
* @namespace
62+
* @public
63+
*/
64+
65+
/**
66+
* @preserve
67+
* RapiDoc 9.3.5-beta - WebComponent to View OpenAPI docs
68+
* License: MIT
69+
* Repo : https://github.com/rapi-doc/RapiDoc
70+
* Author : Mrinmoy Majumdar
71+
*/

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

592 Bytes
Binary file not shown.

dist/rapidoc-min.js.gz

34 KB
Binary file not shown.

dist/rapidoc-min.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/rapidoc-min.js.map.gz

43 Bytes
Binary file not shown.

dist/rapidoc.js

+975-8,165
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/report.html

+4-4
Large diffs are not rendered by default.

docs/rapidoc-min.js

+495-536
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/rapidoc.js

+28-7,373
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)