Skip to content

Commit 5eb89f1

Browse files
author
Vlad Cuciureanu
authored
fix: Mintlify wont load SVG favicon and will use cached PNG favicon instead (vocodedev#532)
1 parent c319582 commit 5eb89f1

File tree

3 files changed

+5
-16
lines changed

3 files changed

+5
-16
lines changed

docs/favicon.png

4.13 KB
Loading

docs/favicon.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/mint.json

Lines changed: 5 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"dark": "/logo/dark.png",
66
"light": "/logo/dark.png"
77
},
8-
"favicon": "/favicon.svg",
8+
"favicon": "/favicon.png",
99
"modeToggle": {
1010
"default": "dark",
1111
"isHidden": true
@@ -49,19 +49,11 @@
4949
"navigation": [
5050
{
5151
"group": "Getting Started",
52-
"pages": [
53-
"welcome",
54-
"hosted-quickstart",
55-
"open-source-quickstart"
56-
]
52+
"pages": ["welcome", "hosted-quickstart", "open-source-quickstart"]
5753
},
5854
{
5955
"group": "Vocode 101",
60-
"pages": [
61-
"what-is-vocode",
62-
"how-it-works",
63-
"how-to-use-it"
64-
]
56+
"pages": ["what-is-vocode", "how-it-works", "how-to-use-it"]
6557
},
6658
{
6759
"group": "Guides",
@@ -113,9 +105,7 @@
113105
},
114106
{
115107
"group": "Usage",
116-
"pages": [
117-
"api-reference/usage/get-usage"
118-
]
108+
"pages": ["api-reference/usage/get-usage"]
119109
},
120110
{
121111
"group": "Actions",
@@ -210,4 +200,4 @@
210200
"twitter": "https://twitter.com/vocodehq",
211201
"website": "https://www.vocode.dev/"
212202
}
213-
}
203+
}

0 commit comments

Comments
 (0)