source: TFP-WebServer/WebServer/webroot/rapidoc.html@ 459

Last change on this file since 459 was 459, checked in by alloc, 15 months ago

Updated to dashboard/marker files 0.8.0
Added initial OpenAPI support

File size: 473 bytes
Line 
1<!doctype html> <!-- Important: must specify -->
2<html>
3 <head>
4 <title>WebDashboard API in RapiDoc</title>
5 <meta charset="utf-8"> <!-- Important: rapi-doc uses utf8 characters -->
6 <script type="module" src="https://unpkg.com/rapidoc/dist/rapidoc-min.js"></script>
7 </head>
8 <body>
9 <rapi-doc spec-url="/api/openapi/openapi.yaml" render-style="focused" show-header="false" show-method-in-nav-bar="as-colored-block" > </rapi-doc>
10 </body>
11</html>
Note: See TracBrowser for help on using the repository browser.