diff --git a/Justfile b/Justfile index 3275c20..489e72f 100644 --- a/Justfile +++ b/Justfile @@ -48,6 +48,7 @@ download-style: curl -o templates/web/js/htmx-sse.js -L https://unpkg.com/htmx.org/dist/ext/sse.js curl -o templates/web/js/hyperscript.js -L https://unpkg.com/hyperscript.org@latest curl -o templates/web/js/sse.js -L https://unpkg.com/htmx.org/dist/ext/sse.js + curl -o templates/web/js/rapidoc-min.js -L https://unpkg.com/rapidoc/dist/rapidoc-min.js curl -o templates/web/css/simple.min.css -L https://unpkg.com/simpledotcss/simple.min.css curl -o templates/web/css/pico.min.css -L https://cdn.jsdelivr.net/npm/@picocss/pico@2/css/pico.min.css curl -o templates/web/css/pico.colors.min.css -L https://cdn.jsdelivr.net/npm/@picocss/pico@2/css/pico.colors.min.css diff --git a/core/version b/core/version index 51e8fdc..6bf5ecb 100644 --- a/core/version +++ b/core/version @@ -1 +1 @@ -0.2.18 +0.2.19 diff --git a/templates/openapidoc/index.html.tmpl b/templates/openapidoc/index.html.tmpl index 3e8b565..ddf80bb 100644 --- a/templates/openapidoc/index.html.tmpl +++ b/templates/openapidoc/index.html.tmpl @@ -7,11 +7,11 @@