Documentation edits made through Mintlify web editor

This commit is contained in:
Nico 2026-01-30 22:55:12 +01:00 committed by GitHub
parent 389d368404
commit 53f5640d18
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,11 +1,11 @@
{
"$schema": "https://mintlify.com/docs.json",
"theme": "mint",
"name": "Mint Starter Kit",
"theme": "willow",
"name": "Zerobyte",
"colors": {
"primary": "#16A34A",
"light": "#07C983",
"dark": "#15803D"
"primary": "#ff543a",
"light": "#ff543a",
"dark": "#b83422"
},
"favicon": "/favicon.svg",
"navigation": {
@ -85,7 +85,7 @@
},
"logo": {
"light": "/logo/light.svg",
"dark": "/logo/dark.svg"
"dark": "/logo/light.svg"
},
"navbar": {
"links": [
@ -115,8 +115,17 @@
"footer": {
"socials": {
"x": "https://x.com/mintlify",
"github": "https://github.com/mintlify",
"github": "https://github.com/nicotsx/zerobyte",
"linkedin": "https://linkedin.com/company/mintlify"
}
},
"background": {
"color": {
"light": "#000000"
}
},
"appearance": {
"strict": true,
"default": "dark"
}
}