Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions servant-swagger-ui-redoc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
- 0.3.5.2.5.0
- Update to ReDoc-2.5.0

- 0.3.2.1.22.3
- Update to ReDoc-1.22.3

Expand Down
8 changes: 0 additions & 8 deletions servant-swagger-ui-redoc/redoc-dist-1.22.3/redoc.min.js

This file was deleted.

1,832 changes: 1,832 additions & 0 deletions servant-swagger-ui-redoc/redoc-dist-2.5.0/redoc.standalone.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion servant-swagger-ui-redoc/redoc.index.html.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
</head>
<body>
<redoc spec-url='../SERVANT_SWAGGER_UI_SCHEMA'></redoc>
<script src="redoc.min.js"> </script>
<script src="redoc.standalone.js"> </script>
</body>
</html>
4 changes: 2 additions & 2 deletions servant-swagger-ui-redoc/servant-swagger-ui-redoc.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 1.12
name: servant-swagger-ui-redoc
version: 0.3.5
version: 0.3.5.2.5.0
synopsis: Servant swagger ui: ReDoc theme
category: Web, Servant, Swagger
description:
Expand Down Expand Up @@ -29,7 +29,7 @@ tested-with:
|| ==9.12.2

extra-source-files:
redoc-dist-1.22.3/redoc.min.js
redoc-dist-2.5.0/redoc.standalone.js
redoc.index.html.tmpl
CHANGELOG.md

Expand Down
2 changes: 1 addition & 1 deletion servant-swagger-ui-redoc/src/Servant/Swagger/UI/ReDoc.hs
Original file line number Diff line number Diff line change
Expand Up @@ -113,4 +113,4 @@ redocIndexTemplate :: Text
redocIndexTemplate = $(embedText "redoc.index.html.tmpl")

redocFiles :: [(FilePath, ByteString)]
redocFiles = $(embedRecursiveDir "redoc-dist-1.22.3")
redocFiles = $(embedRecursiveDir "redoc-dist-2.5.0")