Skip to content

Commit

Permalink
Merge 8207da6 into d59d74b
Browse files Browse the repository at this point in the history
  • Loading branch information
sephcoster committed Oct 9, 2019
2 parents d59d74b + 8207da6 commit 1ceb06a
Show file tree
Hide file tree
Showing 2 changed files with 557 additions and 518 deletions.
8 changes: 6 additions & 2 deletions docs/documentation/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@
margin:0;
background: #fafafa;
}

.swagger-ui .info hgroup.main a {
display: none
}
</style>
</head>

Expand Down Expand Up @@ -74,7 +78,7 @@

// Build a system
const ui = SwaggerUIBundle({
url: "https://raw.githubusercontent.com/cfpb/ccdb5-api/master/swagger-config.yaml",
url: "swagger-config-dev.yaml",
dom_id: '#swagger-ui',
deepLinking: true,
presets: [
Expand All @@ -84,7 +88,7 @@
plugins: [
SwaggerUIBundle.plugins.DownloadUrl
],
layout: "StandaloneLayout"
layout: "BaseLayout"
})

window.ui = ui
Expand Down
Loading

0 comments on commit 1ceb06a

Please sign in to comment.