Skip to content

Commit 062be8d

Browse files
committed
REST API Reference: Update favicon (#2745)
(cherry picked from commit 8d02fc2) # Conflicts: # docs/api/rest_api/rest_api_reference/rest_api_reference.html # docs/api/rest_api_reference/favicon.ico # docs/api/rest_api_reference/favicon.png
1 parent 46c5795 commit 062be8d

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed
-4.19 KB
Binary file not shown.
1.58 KB
Loading

docs/api/rest_api_reference/rest_api_reference.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<link href="assets/fonts/MavenPro.css" rel="stylesheet">
1111
<link href="assets/css/github-gist.css" rel="stylesheet">
1212
<link href="assets/css/style.css" rel="stylesheet">
13-
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico">
13+
<link rel="shortcut icon" type="image/x-icon" href="favicon.png">
1414
<title>Ibexa REST API</title>
1515
</head>
1616
<body>

tools/raml2html/themes/default/index.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<link href="assets/fonts/MavenPro.css" rel="stylesheet">
1111
<link href="assets/css/github-gist.css" rel="stylesheet">
1212
<link href="assets/css/style.css" rel="stylesheet">
13-
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico">
13+
<link rel="shortcut icon" type="image/x-icon" href="favicon.png">
1414
<title>{{ api.title }}</title>
1515
</head>
1616
<body>

0 commit comments

Comments
 (0)