Skip to content

Commit 7d92e69

Browse files
author
Vlad Cuciureanu
authored
chore: Updated docs favicon (vocodedev#529)
1 parent 19f97fa commit 7d92e69

File tree

3 files changed

+16
-5
lines changed

3 files changed

+16
-5
lines changed

docs/favicon.png

-3.62 KB
Binary file not shown.

docs/favicon.svg

Lines changed: 1 addition & 0 deletions
Loading

docs/mint.json

Lines changed: 15 additions & 5 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.png",
8+
"favicon": "/favicon.svg",
99
"modeToggle": {
1010
"default": "dark",
1111
"isHidden": true
@@ -49,11 +49,19 @@
4949
"navigation": [
5050
{
5151
"group": "Getting Started",
52-
"pages": ["welcome", "hosted-quickstart", "open-source-quickstart"]
52+
"pages": [
53+
"welcome",
54+
"hosted-quickstart",
55+
"open-source-quickstart"
56+
]
5357
},
5458
{
5559
"group": "Vocode 101",
56-
"pages": ["what-is-vocode", "how-it-works", "how-to-use-it"]
60+
"pages": [
61+
"what-is-vocode",
62+
"how-it-works",
63+
"how-to-use-it"
64+
]
5765
},
5866
{
5967
"group": "Guides",
@@ -105,7 +113,9 @@
105113
},
106114
{
107115
"group": "Usage",
108-
"pages": ["api-reference/usage/get-usage"]
116+
"pages": [
117+
"api-reference/usage/get-usage"
118+
]
109119
},
110120
{
111121
"group": "Actions",
@@ -200,4 +210,4 @@
200210
"twitter": "https://twitter.com/vocodehq",
201211
"website": "https://www.vocode.dev/"
202212
}
203-
}
213+
}

0 commit comments

Comments
 (0)