Skip to content

Commit ea9dc0e

Browse files
committed
ADVANCED FOOTER
1 parent 7fdf4c0 commit ea9dc0e

File tree

1 file changed

+72
-4
lines changed

1 file changed

+72
-4
lines changed

mint.json

Lines changed: 72 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -213,10 +213,78 @@
213213
]
214214
}
215215
],
216-
"footerSocials": {
217-
"github": "https://github.com/mintlify",
218-
"slack": "https://mintlify.com/community",
219-
"x": "https://x.com/mintlify"
216+
"footer": {
217+
"socials": {
218+
"x": "https://x.com/mintlify",
219+
"linkedin": "https://www.linkedin.com/company/mintlify",
220+
"github": "https://github.com/mintlify",
221+
"slack": "https://mintlify.com/community"
222+
},
223+
"links": [
224+
{
225+
"title": "Resources",
226+
"links": [
227+
{
228+
"label": "Customers",
229+
"url": "https://mintlify.com/customers"
230+
},
231+
{
232+
"label": "Enterprise",
233+
"url": "https://mintlify.com/enterprise"
234+
},
235+
{
236+
"label": "Request Preview",
237+
"url": "https://mintlify.com/preview"
238+
},
239+
{
240+
"label": "Integrations",
241+
"url": "https://mintlify.com/docs/integrations/analytics/overview"
242+
},
243+
{
244+
"label": "Templates",
245+
"url": "https://github.com/mintlify/themes"
246+
},
247+
{
248+
"label": "Wall of Love",
249+
"url": "https://mintlify.com/love"
250+
}
251+
]
252+
},
253+
{
254+
"title": "Company",
255+
"links": [
256+
{
257+
"label": "Careers",
258+
"url": "https://mintlify.com/careers"
259+
},
260+
{
261+
"label": "Blog",
262+
"url": "https://mintlify.com/blog"
263+
},
264+
{
265+
"label": "Public Roadmap",
266+
"url": "https://feedback.mintlify.com/roadmap"
267+
},
268+
{
269+
"label": "Security",
270+
"url": "https://mintlify.com/security/responsible-disclosure"
271+
}
272+
]
273+
},
274+
{
275+
"title": "Legal",
276+
"links": [
277+
{
278+
"label": "Privacy Policy",
279+
"url": "https://mintlify.com/legal/privacy"
280+
},
281+
{
282+
"label": "Terms of Service",
283+
"url": "https://mintlify.com/legal/terms"
284+
}
285+
]
286+
}
287+
]
220288
},
221289
"analytics": {
222290
"ga4": {

0 commit comments

Comments
 (0)