소스 검색

Merge pull request #1018 from mohsen1/favicon

Update favicon with official logo and HiDPI support
bubble
Tony Tam 9 년 전
부모
커밋
5ba40f3285
10개의 변경된 파일8개의 추가작업 그리고 4개의 파일을 삭제
  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 파일 보기

@@ -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 파일 보기

@@ -366,7 +366,7 @@ var Docs = {
$('.resource ul.endpoints').slideDown();
return;
}
$('li#resource_' + resource).addClass('active');
var elem = $('li#resource_' + resource + ' ul.endpoints');
@@ -390,7 +390,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 파일 보기

@@ -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 파일 보기

@@ -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;


불러오는 중...
취소
저장