diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2021-03-07 14:40:57 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2021-03-07 14:40:57 +0900 |
| commit | 5b965349a5abed481ef0d6649c02184f7b774036 (patch) | |
| tree | 6ac86b3a634b0e9fab2fb88896f1ce28e3cc68b6 /assets/redoc.html | |
| parent | 12.74.0 (diff) | |
| download | misskey-5b965349a5abed481ef0d6649c02184f7b774036.tar.gz misskey-5b965349a5abed481ef0d6649c02184f7b774036.tar.bz2 misskey-5b965349a5abed481ef0d6649c02184f7b774036.zip | |
fix assets
Fix #7314
Fix #7313
Diffstat (limited to 'assets/redoc.html')
| -rw-r--r-- | assets/redoc.html | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/assets/redoc.html b/assets/redoc.html new file mode 100644 index 0000000000..4d2360fb20 --- /dev/null +++ b/assets/redoc.html @@ -0,0 +1,24 @@ +<!DOCTYPE html> +<html> + <head> + <title>Misskey API</title> + <!-- needed for adaptive design --> + <meta charset="utf-8"/> + <meta name="viewport" content="width=device-width, initial-scale=1"> + <link href="https://fonts.googleapis.com/css?family=Montserrat:300,400,700|Roboto:300,400,700" rel="stylesheet"> + + <!-- + ReDoc doesn't change outer page styles + --> + <style> + body { + margin: 0; + padding: 0; + } + </style> + </head> + <body> + <redoc spec-url="/api.json" expand-responses="200" expand-single-schema-field="true"></redoc> + <script src="https://cdn.jsdelivr.net/npm/redoc@next/bundles/redoc.standalone.js"> </script> + </body> +</html> |