Ver código fonte

Update favicon with official logo and HiDPI support

bubble
Mohsen Azimi 9 anos atrás
pai
commit
dee699833f
10 arquivos alterados com 8 adições e 4 exclusões
  1. BIN
     
  2. BIN
     
  3. BIN
     
  4. +2
    -0
      dist/index.html
  5. +2
    -2
      dist/swagger-ui.js
  6. BIN
     
  7. BIN
     
  8. BIN
     
  9. +2
    -0
      src/main/html/index.html
  10. +2
    -2
      src/main/javascript/doc.js



+ 2
- 0
dist/index.html Ver arquivo

@@ -2,6 +2,8 @@
<html>
<head>
<title>Swagger UI</title>
<link rel="icon" type="image/png" href="images/favicon-32x32.png" sizes="32x32" />
<link rel="icon" type="image/png" href="images/favicon-16x16.png" sizes="16x16" />
<link href='css/typography.css' media='screen' 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'/>


+ 2
- 2
dist/swagger-ui.js Ver arquivo

@@ -358,7 +358,7 @@ var Docs = {
$('.resource ul.endpoints').slideDown();
return;
}
$('li#resource_' + resource).addClass('active');
var elem = $('li#resource_' + resource + ' ul.endpoints');
@@ -382,7 +382,7 @@ var Docs = {
expandOperationsForResource: function(resource) {
// Make sure the resource container is open..
Docs.expandEndpointListForResource(resource);
if (resource == '') {
$('.resource ul.endpoints li.operation div.content').slideDown();
return;





+ 2
- 0
src/main/html/index.html Ver arquivo

@@ -2,6 +2,8 @@
<html>
<head>
<title>Swagger UI</title>
<link rel="icon" type="image/png" href="images/favicon-32x32.png" sizes="32x32" />
<link rel="icon" type="image/png" href="images/favicon-16x16.png" sizes="16x16" />
<link href='css/typography.css' media='screen' 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'/>


+ 2
- 2
src/main/javascript/doc.js Ver arquivo

@@ -131,7 +131,7 @@ var Docs = {
$('.resource ul.endpoints').slideDown();
return;
}
$('li#resource_' + resource).addClass('active');
var elem = $('li#resource_' + resource + ' ul.endpoints');
@@ -155,7 +155,7 @@ var Docs = {
expandOperationsForResource: function(resource) {
// Make sure the resource container is open..
Docs.expandEndpointListForResource(resource);
if (resource == '') {
$('.resource ul.endpoints li.operation div.content').slideDown();
return;


Carregando…
Cancelar
Salvar