Skip to content

Commit 0923d60

Browse files
committed
prepare for release 8.4.3
1 parent e122b03 commit 0923d60

13 files changed

+257
-175
lines changed

.babelrc renamed to .babelrc.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,11 @@
22
"presets": [
33
[
44
"@babel/preset-env",{
5-
"modules": false, // do not transform modules
6-
"targets": {"esmodules": true },
5+
"targets": [
6+
">1%",
7+
"not ie 11",
8+
"not op_mini all"
9+
]
710
}
811
]
912
],
@@ -15,7 +18,7 @@
1518
"lit-element": [
1619
"html",
1720
{"name": "css", "encapsulation": "style"}
18-
],
21+
]
1922
},
2023
"htmlMinifier": {
2124
"collapseWhitespace": true,

dist/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
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 href="https://fonts.googleapis.com/css?family=Open+Sans:300,600&display=swap" rel="stylesheet"><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></head><body><rapi-doc id="thedoc" spec-url="./specs/temp.yaml" allow-server-selection="false" show-header="false" theme="light" allow-try="true" sort-endpoints-by="summary" allow-api-list-style-selection="false" regular-font="Open Sans" schema-style="tree" render-style="read" default-schema-tab="model"></rapi-doc><script src="rapidoc-min.js"></script></body></html>
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 href="https://fonts.googleapis.com/css?family=Open+Sans:300,600&display=swap" rel="stylesheet"><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></head><body><rapi-doc id="thedoc" spec-url="./specs/examples.yaml" allow-server-selection="false" show-header="false" show-info="false" theme="light" allow-try="true" sort-endpoints-by="summary" allow-api-list-style-selection="false" regular-font="Open Sans" schema-style="tree" render-style="read" default-schema-tab="model"><div slot="nav-logo" style="width:100%; display: flex;justify-content: center;"><button class="btn" onclick="document.getElementById('thedoc').setAttribute('spec-url', './specs/data-types.yaml')">Spec URL</button> <button class="btn" onclick="document.getElementById('thedoc').scrollTo('post-/user/createWithList')">Scroll To</button></div></rapi-doc><script src="rapidoc-min.js"></script></body></html>

dist/index.html.gz

183 Bytes
Binary file not shown.

dist/rapidoc-min.js

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

dist/rapidoc-min.js.gz

-1.02 KB
Binary file not shown.

dist/rapidoc-min.js.map

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

dist/rapidoc-min.js.map.gz

2 Bytes
Binary file not shown.

dist/report.html

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

docs/rapidoc-min.js

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

index.html

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,10 @@
3636

3737
<rapi-doc
3838
id = "thedoc"
39-
spec-url="./specs/temp.yaml"
39+
spec-url="./specs/examples.yaml"
4040
allow-server-selection = "false"
4141
show-header = "false"
42+
show-info = "false"
4243
theme = "light"
4344
allow-try = "true"
4445
sort-endpoints-by = "summary"
@@ -47,7 +48,13 @@
4748
schema-style = 'tree'
4849
render-style = 'read'
4950
default-schema-tab = "model"
50-
> </rapi-doc>
51+
>
52+
<div slot="nav-logo" style="width:100%; display: flex;justify-content: center;">
53+
<button class='btn' onclick="document.getElementById('thedoc').setAttribute('spec-url', './specs/data-types.yaml')" >Spec URL</button>
54+
<button class='btn' onclick="document.getElementById('thedoc').scrollTo('post-/user/createWithList')">Scroll To</button>
55+
</div>
56+
57+
</rapi-doc>
5158

5259
<!--
5360
<rapi-doc id = "thedoc" ></rapi-doc>

0 commit comments

Comments
 (0)