Skip to content

Commit 2bf7a24

Browse files
committed
upgraded packages, improved coding conventions and generated build
1 parent 3e2a11d commit 2bf7a24

17 files changed

+1090
-1486
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"></rapi-doc></body></html>

dist/index.html.gz

606 Bytes
Binary file not shown.

dist/rapidoc-min.js

Lines changed: 2 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: 107 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,107 @@
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+
28+
/*!
29+
* The buffer module from node.js, for the browser.
30+
*
31+
* @author Feross Aboukhadijeh <https://feross.org>
32+
* @license MIT
33+
*/
34+
35+
/*!
36+
* cookie
37+
* Copyright(c) 2012-2014 Roman Shtylman
38+
* Copyright(c) 2015 Douglas Christopher Wilson
39+
* MIT Licensed
40+
*/
41+
42+
/*!
43+
* https://github.com/Starcounter-Jack/JSON-Patch
44+
* (c) 2017 Joachim Wester
45+
* MIT license
46+
*/
47+
48+
/*! https://mths.be/punycode v1.3.2 by @mathias */
49+
50+
/*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */
51+
52+
/**
53+
* @license
54+
* Copyright (c) 2017 The Polymer Project Authors. All rights reserved.
55+
* This code may only be used under the BSD style license found at
56+
* http://polymer.github.io/LICENSE.txt
57+
* The complete set of authors may be found at
58+
* http://polymer.github.io/AUTHORS.txt
59+
* The complete set of contributors may be found at
60+
* http://polymer.github.io/CONTRIBUTORS.txt
61+
* Code distributed by Google as part of the polymer project is also
62+
* subject to an additional IP rights grant found at
63+
* http://polymer.github.io/PATENTS.txt
64+
*/
65+
66+
/**
67+
* @license
68+
* Copyright (c) 2018 The Polymer Project Authors. All rights reserved.
69+
* This code may only be used under the BSD style license found at
70+
* http://polymer.github.io/LICENSE.txt
71+
* The complete set of authors may be found at
72+
* http://polymer.github.io/AUTHORS.txt
73+
* The complete set of contributors may be found at
74+
* http://polymer.github.io/CONTRIBUTORS.txt
75+
* Code distributed by Google as part of the polymer project is also
76+
* subject to an additional IP rights grant found at
77+
* http://polymer.github.io/PATENTS.txt
78+
*/
79+
80+
/**
81+
* Prism: Lightweight, robust, elegant syntax highlighting
82+
*
83+
* @license MIT <https://opensource.org/licenses/MIT>
84+
* @author Lea Verou <https://lea.verou.me>
85+
* @namespace
86+
* @public
87+
*/
88+
89+
/**
90+
* @preserve
91+
* RapiDoc 9.1.3 - WebComponent to View OpenAPI docs
92+
* License: MIT
93+
* Repo : https://github.com/mrin9/RapiDoc
94+
* Author : Mrinmoy Majumdar
95+
*
96+
/******/
97+
98+
/**
99+
@license
100+
Copyright (c) 2019 The Polymer Project Authors. All rights reserved.
101+
This code may only be used under the BSD style license found at
102+
http://polymer.github.io/LICENSE.txt The complete set of authors may be found at
103+
http://polymer.github.io/AUTHORS.txt The complete set of contributors may be
104+
found at http://polymer.github.io/CONTRIBUTORS.txt Code distributed by Google as
105+
part of the polymer project is also subject to an additional IP rights grant
106+
found at http://polymer.github.io/PATENTS.txt
107+
*/

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

1.38 KB
Binary file not shown.

dist/rapidoc-min.js.gz

148 KB
Binary file not shown.

dist/report.html

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

docs/rapidoc-min.js

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

0 commit comments

Comments
 (0)