Removing empty front-matter

This commit is contained in:
John Mulhausen 2016-09-29 22:39:30 -07:00
parent 69b61e1fb9
commit 42964d8b7d
19 changed files with 4 additions and 76 deletions

View File

@ -1,7 +1,3 @@
---
{}
---
403c403
< var fragments = $.param.fragment().split('/');
---

View File

@ -1,7 +1,3 @@
---
{}
---
/**
* swagger-ui - Swagger UI is a dependency-free collection of HTML, JavaScript, and CSS assets that dynamically generate beautiful documentation from a Swagger-compliant API
* @version v2.1.3

View File

@ -1,7 +1,3 @@
---
{}
---
403c403
< var fragments = $.param.fragment().split('/');
---

View File

@ -1,7 +1,3 @@
---
{}
---
/**
* swagger-ui - Swagger UI is a dependency-free collection of HTML, JavaScript, and CSS assets that dynamically generate beautiful documentation from a Swagger-compliant API
* @version v2.1.3

View File

@ -1,7 +1,3 @@
---
{}
---
403c403
< var fragments = $.param.fragment().split('/');
---

View File

@ -1,7 +1,3 @@
---
{}
---
/**
* swagger-ui - Swagger UI is a dependency-free collection of HTML, JavaScript, and CSS assets that dynamically generate beautiful documentation from a Swagger-compliant API
* @version v2.1.3
@ -30946,7 +30942,7 @@ Emitter.prototype.hasListeners = function(event){
* TODO: combatible error handling?
*/
module.exports = function(arr, fn, initial){
module.exports = function(arr, fn, initial){
var idx = 0;
var len = arr.length;
var curr = arguments.length == 3
@ -30956,7 +30952,7 @@ module.exports = function(arr, fn, initial){
while (idx < len) {
curr = fn.call(null, curr, arr[idx], ++idx, arr);
}
return curr;
};
},{}]},{},[1])(1)
@ -32270,4 +32266,4 @@ SwaggerUi.Views.StatusCodeView = Backbone.View.extend({
}
return this;
}
});}).call(this);
});}).call(this);

View File

@ -1,7 +1,3 @@
---
{}
---
#
# Build: docker build -t apt-cacher .
# Run: docker run -d -p 3142:3142 --name apt-cacher-run apt-cacher

View File

@ -1,7 +1,3 @@
---
{}
---
#
# example Dockerfile for https://docs.docker.com/examples/postgresql_service/
#

View File

@ -1,7 +1,3 @@
---
{}
---
# Riak
#
# VERSION 0.1.1

View File

@ -1,7 +1,3 @@
---
{}
---
FROM ubuntu:16.04
MAINTAINER Sven Dowideit <SvenDowideit@docker.com>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 38 KiB

After

Width:  |  Height:  |  Size: 38 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 30 KiB

After

Width:  |  Height:  |  Size: 30 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 66 KiB

After

Width:  |  Height:  |  Size: 66 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 96 KiB

After

Width:  |  Height:  |  Size: 96 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 74 KiB

After

Width:  |  Height:  |  Size: 74 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 175 KiB

After

Width:  |  Height:  |  Size: 175 KiB

View File

@ -1,7 +1,3 @@
---
{}
---
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">

View File

@ -1,7 +1,3 @@
---
{}
---
version: 0.1
log:
level: info
@ -15,6 +11,6 @@ storage:
rootdirectory: /Users/Shared/Registry
http:
addr: 0.0.0.0:5000
secret: mytokensecret
secret: mytokensecret
debug:
addr: localhost:5001

View File

@ -1,7 +1,3 @@
---
{}
---
version: "2"
services: