Skip to content

Commit

Permalink
merged from develop, #824
Browse files Browse the repository at this point in the history
  • Loading branch information
fehguy committed Jan 29, 2015
1 parent d9a3c65 commit b7a7607
Show file tree
Hide file tree
Showing 24 changed files with 3,396 additions and 24 deletions.
Binary file added dist/fonts/droid-sans-v6-latin-700.eot
Binary file not shown.
411 changes: 411 additions & 0 deletions dist/fonts/droid-sans-v6-latin-700.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added dist/fonts/droid-sans-v6-latin-700.ttf
Binary file not shown.
Binary file added dist/fonts/droid-sans-v6-latin-700.woff
Binary file not shown.
Binary file added dist/fonts/droid-sans-v6-latin-700.woff2
Binary file not shown.
Binary file added dist/fonts/droid-sans-v6-latin-regular.eot
Binary file not shown.
403 changes: 403 additions & 0 deletions dist/fonts/droid-sans-v6-latin-regular.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added dist/fonts/droid-sans-v6-latin-regular.ttf
Binary file not shown.
Binary file added dist/fonts/droid-sans-v6-latin-regular.woff
Binary file not shown.
Binary file added dist/fonts/droid-sans-v6-latin-regular.woff2
Binary file not shown.
5 changes: 2 additions & 3 deletions dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@
<html>
<head>
<title>Swagger UI</title>
<link href='css/typography.css' media='screen' rel='stylesheet' type='text/css'/>
<link href='//fonts.googleapis.com/css?family=Droid+Sans:400,700' rel='stylesheet' type='text/css'/>
<link href='css/reset.css' media='screen' rel='stylesheet' type='text/css'/>
<link href='css/screen.css' media='screen' rel='stylesheet' type='text/css'/>
<link href='css/typography.css' media='print' rel='stylesheet' type='text/css'/>
<link href='css/reset.css' media='print' rel='stylesheet' type='text/css'/>
<link href='css/screen.css' media='print' rel='stylesheet' type='text/css'/>
<script type="text/javascript" src="lib/shred.bundle.js"></script>
Expand All @@ -16,10 +15,10 @@
<script src='lib/handlebars-1.0.0.js' type='text/javascript'></script>
<script src='lib/underscore-min.js' type='text/javascript'></script>
<script src='lib/backbone-min.js' type='text/javascript'></script>
<script src='lib/swagger.js' type='text/javascript'></script>
<script src='lib/swagger-client.js' type='text/javascript'></script>
<script src='swagger-ui.js' type='text/javascript'></script>
<script src='lib/highlight.7.3.pack.js' type='text/javascript'></script>
<script src='lib/marked.js' type='text/javascript'></script>

<!-- enabling this will enable oauth2 implicit scope support -->
<script src='lib/swagger-oauth.js' type='text/javascript'></script>
Expand Down
Loading

0 comments on commit b7a7607

Please sign in to comment.