diff options
| author | Xe Iaso <me@xeiaso.net> | 2024-02-24 18:04:28 -0500 |
|---|---|---|
| committer | Xe Iaso <me@xeiaso.net> | 2024-02-24 18:04:28 -0500 |
| commit | ae1b9c3b2538ed28dc459b23d528b49e0163db11 (patch) | |
| tree | 3b9173520d06ff9c756ab196a9cb68f3f6114659 /lume/src/api | |
| parent | 5b8b30a3f221c21d87cf4174aca5e913136f8399 (diff) | |
| download | xesite-ae1b9c3b2538ed28dc459b23d528b49e0163db11.tar.xz xesite-ae1b9c3b2538ed28dc459b23d528b49e0163db11.zip | |
rapidoc is sick
Signed-off-by: Xe Iaso <me@xeiaso.net>
Diffstat (limited to 'lume/src/api')
| -rw-r--r-- | lume/src/api/ui.njk | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/lume/src/api/ui.njk b/lume/src/api/ui.njk new file mode 100644 index 0000000..e24ea43 --- /dev/null +++ b/lume/src/api/ui.njk @@ -0,0 +1,17 @@ +--- +title: "API Docs - Xe Iaso" +layout: bare.njk +date: 2012-01-01 +--- + +<!doctype html> +<html> + <head> + <meta charset="utf-8"> + <!-- Important: rapi-doc uses utf8 characters --> + <script type="module" src="https://unpkg.com/rapidoc/dist/rapidoc-min.js"></script> + </head> + <body> + <rapi-doc spec-url = "/api/defs/openapi.json"></rapi-doc> + </body> +</html>
\ No newline at end of file |
