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",
|
||||
"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"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue