Skip to content

Commit 4911a27

Browse files
committed
Update footer
1 parent 0271a92 commit 4911a27

File tree

1 file changed

+51
-4
lines changed

1 file changed

+51
-4
lines changed

mint.json

+51-4
Original file line numberDiff line numberDiff line change
@@ -156,9 +156,56 @@
156156
"destination": "/trademarks"
157157
}
158158
],
159-
"footerSocials": {
160-
"x": "https://x.com/cachethq",
161-
"github": "https://github.com/cachethq",
162-
"linkedin": "https://linkedin.com/company/cachethq"
159+
"footer": {
160+
"links": [
161+
{
162+
"title": "Cachet",
163+
"links": [
164+
{
165+
"label": "Cachet",
166+
"url": "https://cachethq.io"
167+
},
168+
{
169+
"label": "Blog",
170+
"url": "https://blog.cachethq.io"
171+
},
172+
{
173+
"label": "Sponsor Cachet",
174+
"url": "https://github.com/sponsors/cachethq"
175+
}
176+
]
177+
},
178+
{
179+
"title": "Open Source",
180+
"links": [
181+
{
182+
"label": "Cachet",
183+
"url": "https://github.com/cachethq/cachet"
184+
},
185+
{
186+
"label": "Cachet Core",
187+
"url": "https://github.com/cachethq/core"
188+
}
189+
]
190+
},
191+
{
192+
"title": "Demo",
193+
"links": [
194+
{
195+
"label": "Cachet v3.x",
196+
"url": "https://dev.cachethq.io"
197+
},
198+
{
199+
"label": "Cachet v2.4",
200+
"url": "https://demo.cachethq.io"
201+
}
202+
]
203+
}
204+
],
205+
"socials": {
206+
"x": "https://x.com/cachethq",
207+
"github": "https://github.com/cachethq",
208+
"linkedin": "https://linkedin.com/company/cachethq"
209+
}
163210
}
164211
}

0 commit comments

Comments
 (0)