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