Skip to content

Commit 80d1f02

Browse files
committed
updated doc and generated build
1 parent ae5fb92 commit 80d1f02

File tree

7 files changed

+25
-26
lines changed

7 files changed

+25
-26
lines changed

dist/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.

dist/rapidoc-min.js.gz

125 Bytes
Binary file not shown.

dist/report.html

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

docs/examples/auth.html

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,18 +36,17 @@
3636
<div slot='operations-top'>
3737
<div style="font-size:14px; border:0; background-color: #282828; border-radius:4px; padding:16px; margin:16px 75px">
3838
<h3> Prgramatically Applying Security</h3>
39-
<div style="color:#888"> This section is not a part of RapiDoc generated doc. It is created using HTML and JS to dempostrate how to programatically apply security keys</div>
39+
<div style="color:#888"> This section is not a part of RapiDoc generated doc. It is created using HTML/JS to demonstrate how to programatically apply security keys</div>
4040

4141
<div style="margin-top:16px">
42-
RapiDoc provides you with helper methods which you may use to set supply security keys programatically.
43-
There are two methods which can be used to set the values needed for various security schemes
42+
RapiDoc provides you with two helper methods which you can use to supply security keys programatically.
4443
<ol>
4544
<li> <span style="font-family:'Roboto Mono'">setHttpUserNameAndPassword()</span></li>
4645
<li> <span style="font-family:'Roboto Mono'">setApiKey()</span></li>
4746
</ol>
4847
</div>
4948
<p>
50-
The table below list all the scurity schemes included in this spec. Check the corrosponding method that can be used to supply a access-token
49+
The table below list all the scurity schemes included in this spec. Check the corrosponding method that can be used to supply an access-token
5150
<table class="table" style="border:1px solid #444; font-family:'Roboto Mono'">
5251
<tr><th>TYPE</th><th>SECURITY SCHEME ID</th><th>METHOD USED TO UPDATE</th></tr>
5352
<tr> <td>http</td><td>http-basic</td> <td rowspan="2">RapiDocEl.setHttpUserNameAndPassword('http-basic', 'newUserName', 'newPassword')</td></tr>

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.

package-lock.json

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

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
3333
"base64-arraybuffer": "^1.0.1",
3434
"lit-element": "2.5.1",
3535
"lit-html": "1.4.1",
36-
"marked": "^3.0.3",
37-
"prismjs": "^1.24.1"
36+
"marked": "^3.0.4",
37+
"prismjs": "^1.25.0"
3838
},
3939
"scripts": {
4040
"build": "NODE_ENV=production webpack --mode=production",
@@ -66,7 +66,7 @@
6666
"inspectpack": "^4.7.1",
6767
"style-loader": "^3.2.1",
6868
"terser-webpack-plugin": "^5.2.4",
69-
"webpack": "^5.52.1",
69+
"webpack": "^5.53.0",
7070
"webpack-bundle-analyzer": "^4.4.2",
7171
"webpack-cli": "^4.8.0",
7272
"webpack-dev-server": "^4.2.1"

0 commit comments

Comments
 (0)