Skip to content

Commit

Permalink
Merge pull request #29 from fraunhoferfokus/development
Browse files Browse the repository at this point in the history
* change rapidoc view
  • Loading branch information
JGottschick authored May 29, 2024
2 parents 54fc728 + 8f393e4 commit 15f230e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions Justfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion core/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.18
0.2.19
4 changes: 2 additions & 2 deletions templates/openapidoc/index.html.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<script
type="module"
src="/js/rapidoc-min.js"
src="js/rapidoc-min.js"
></script>
<title>{{.ModuleName}} Frontend</title>
</head>
<body>
<rapi-doc spec-url="{{.OpenAPIFile}}"> </rapi-doc>
<rapi-doc spec-url="{{.OpenAPIFile}}" render-style="view"> </rapi-doc>
</body>
</html>

0 comments on commit 15f230e

Please sign in to comment.