Skip to content

Commit

Permalink
Rollback swagger ui version.
Browse files Browse the repository at this point in the history
  • Loading branch information
noboomu committed Mar 11, 2021
1 parent e690200 commit 81396a5
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ Proteus Changelog.
## Unreleased
### No issue

**Bump swagger version and hide swagger models.**


[e69020001b4eb66](https://github.com/noboomu/proteus/commit/e69020001b4eb66) Joshua Bauer *2021-03-11 00:11:44*

**Bump version.**


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<meta charset="UTF-8">
<title>{{ title }}</title>
<link href="https://fonts.googleapis.com/css?family=Inconsolata:400,700|Open+Sans:400,700|Source+Code+Pro:300,600|Titillium+Web:400,600,700" rel="stylesheet">
<link href="//unpkg.com/swagger-ui-dist@3.44.1/swagger-ui.css" rel='stylesheet' />
<link href="//unpkg.com/swagger-ui-dist@3/swagger-ui.css" rel='stylesheet' />
<link href="{{ basePath }}/swagger-ui.css" rel='stylesheet' />

<style>
Expand Down Expand Up @@ -76,8 +76,8 @@
<div id="swagger-ui"></div>


<script src="//unpkg.com/swagger-ui-dist@3.44.1/swagger-ui-bundle.js"></script>
<script src="//unpkg.com/swagger-ui-dist@3.44.1/swagger-ui-standalone-preset.js"></script>
<script src="//unpkg.com/swagger-ui-dist@3/swagger-ui-bundle.js"></script>
<script src="//unpkg.com/swagger-ui-dist@3/swagger-ui-standalone-preset.js"></script>

<script>

Expand All @@ -94,7 +94,11 @@
],
layout: 'StandaloneLayout',

deepLinking: true,
syntaxHighlight: {
activated: false
},

deepLinking: false,

displayOperationId: true
});
Expand Down

0 comments on commit 81396a5

Please sign in to comment.