Skip to content

Commit

Permalink
Adding swagger files which got left out of last PR
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhiljindal committed Feb 5, 2015
1 parent 5fb9009 commit 68271eb
Show file tree
Hide file tree
Showing 14 changed files with 2,198 additions and 12,815 deletions.
12,873 changes: 58 additions & 12,815 deletions pkg/ui/datafile.go

Large diffs are not rendered by default.

26 changes: 26 additions & 0 deletions third_party/swagger-ui/css/typography.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
/* droid-sans-regular - latin */
@font-face {
font-family: 'Droid Sans';
font-style: normal;
font-weight: 400;
src: url('../fonts/droid-sans-v6-latin-regular.eot'); /* IE9 Compat Modes */
src: local('Droid Sans'), local('DroidSans'),
url('../fonts/droid-sans-v6-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('../fonts/droid-sans-v6-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
url('../fonts/droid-sans-v6-latin-regular.woff') format('woff'), /* Modern Browsers */
url('../fonts/droid-sans-v6-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
url('../fonts/droid-sans-v6-latin-regular.svg#DroidSans') format('svg'); /* Legacy iOS */
}
/* droid-sans-700 - latin */
@font-face {
font-family: 'Droid Sans';
font-style: normal;
font-weight: 700;
src: url('../fonts/droid-sans-v6-latin-700.eot'); /* IE9 Compat Modes */
src: local('Droid Sans Bold'), local('DroidSans-Bold'),
url('../fonts/droid-sans-v6-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('../fonts/droid-sans-v6-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
url('../fonts/droid-sans-v6-latin-700.woff') format('woff'), /* Modern Browsers */
url('../fonts/droid-sans-v6-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
url('../fonts/droid-sans-v6-latin-700.svg#DroidSans') format('svg'); /* Legacy iOS */
}
Binary file not shown.
411 changes: 411 additions & 0 deletions third_party/swagger-ui/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 not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
403 changes: 403 additions & 0 deletions third_party/swagger-ui/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 not shown.
Binary file not shown.
Binary file not shown.
28 changes: 28 additions & 0 deletions third_party/swagger-ui/lib/handlebars-2.0.0.js

Large diffs are not rendered by default.

Loading

0 comments on commit 68271eb

Please sign in to comment.