diff --git a/README.md b/README.md index 469cc72..882e104 100644 --- a/README.md +++ b/README.md @@ -96,16 +96,3 @@ Options are passed to `explorer(app, options)`. > Default: Read from package.json > Sets your API version. If not present, will read from your app's package.json. -======= -> Set the base path for swagger resources. -> Default: `app.get('restAPIRoot')` or `/swagger/resources`. - -`swaggerDistRoot`: **String** - -> Set a path within your application for overriding Swagger UI files. - -> If present, will search `swaggerDistRoot` first when attempting to load Swagger UI, allowing -you to pick and choose overrides. - -> See [index.html](public/index.html), where you may want to begin your overrides. -> The rest of the UI is provided by [Swagger UI](https://github.com/wordnik/swagger-ui). diff --git a/public/css/loopbackStyles.css b/public/css/loopbackStyles.css index 34c1b89..7a0d08a 100644 --- a/public/css/loopbackStyles.css +++ b/public/css/loopbackStyles.css @@ -23,4 +23,4 @@ /* FIXME: Separate the overrides from the rest of the styles, rather than override screen.css entirely. -*/ \ No newline at end of file +*/ diff --git a/public/css/screen.css b/public/css/screen.css index 4a81758..b8731a7 100644 --- a/public/css/screen.css +++ b/public/css/screen.css @@ -1672,4 +1672,4 @@ pre code { } .message-fail { color: #cc0000; -} \ No newline at end of file +} diff --git a/public/lib/loadSwaggerUI.js b/public/lib/loadSwaggerUI.js index 08a690f..23b2f8e 100644 --- a/public/lib/loadSwaggerUI.js +++ b/public/lib/loadSwaggerUI.js @@ -61,3 +61,4 @@ $(function() { } } }); +