Documentation edits made through Mintlify web editor
This commit is contained in:
parent
389d368404
commit
53f5640d18
1 changed files with 16 additions and 7 deletions
|
|
@ -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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue