Update RapiDoc 8.4.3 -> 9.3.4

Signed-off-by: DL6ER <dl6er@dl6er.de>
This commit is contained in:
DL6ER 2023-01-29 20:09:14 +01:00
parent a02899f101
commit 57245c6f95
No known key found for this signature in database
GPG Key ID: 00135ACBD90B28DD
3 changed files with 3897 additions and 226 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -41,6 +41,7 @@
api-key-name = "sid"
api-key-location = "header"
api-key-value = "-"
show-method-in-nav-bar="as-colored-block"
allow-search = "false">
<img slot="logo" style="padding-left: 10px;" src="images/logo.svg" width="40px" />
<div slot='header' style="font-weight:700; font-size:32px">
@ -54,11 +55,6 @@
<div slot="footer" style="margin:0; padding:16px 36px; background-color:#2d87e2; color:#fff; text-align:center;">
<button class='btn' onclick="document.getElementById('thedoc').setAttribute('theme', 'dark')" >Dark Theme</button>
<button class='btn' onclick="document.getElementById('thedoc').setAttribute('theme', 'light')" >Light Theme</button>
<br>
<button class='btn' onclick="document.getElementById('thedoc').setAttribute('font-size', 'default')" >Default Font</button>
<button class='btn' onclick="document.getElementById('thedoc').setAttribute('font-size', 'large')" >Large Font</button>
<button class='btn' onclick="document.getElementById('thedoc').setAttribute('font-size', 'largest')" >Largest Font</button>
<br>
<button class='btn large' onclick="setStyle('view')" >Default</button>
<button class='btn large' onclick="setStyle('read')" >Reader</button>
<button class='btn large' onclick="setStyle('focused')" >Focused reader</button>