The code and data behind xeiaso.net
5
fork

Configure Feed

Select the types of activity you want to include in your feed.

api/ui: lock down some settings

Signed-off-by: Xe Iaso <me@xeiaso.net>

Xe Iaso e952557b aac309c7

+7 -11
+7 -11
lume/src/api/ui.njk
··· 4 4 date: 2012-01-01 5 5 --- 6 6 7 - <!doctype html> 8 - <html> 9 - <head> 10 - <meta charset="utf-8"> 11 - <!-- Important: rapi-doc uses utf8 characters --> 12 - <script type="module" src="https://unpkg.com/rapidoc/dist/rapidoc-min.js"></script> 13 - </head> 14 - <body> 15 - <rapi-doc spec-url = "/api/defs/openapi.json"></rapi-doc> 16 - </body> 17 - </html> 7 + <script type="module" src="https://unpkg.com/rapidoc/dist/rapidoc-min.js"></script> 8 + 9 + <rapi-doc 10 + spec-url="/api/defs/openapi.json" 11 + theme="dark" 12 + show-components="true" 13 + ></rapi-doc>