mirror of
https://github.com/jlengrand/Maestro.git
synced 2026-03-10 08:31:19 +00:00
docs: align Mintlify theme with Dracula
This commit is contained in:
@@ -4,15 +4,28 @@
|
||||
"name": "Maestro",
|
||||
"description": "Maestro hones fractured attention into focused intent.",
|
||||
"logo": {
|
||||
"light": "/build/icon.png",
|
||||
"dark": "/build/icon.png",
|
||||
"light": "/assets/icon.png",
|
||||
"dark": "/assets/icon.png",
|
||||
"href": "https://runmaestro.ai"
|
||||
},
|
||||
"favicon": "/build/icon.ico",
|
||||
"favicon": "/assets/icon.ico",
|
||||
"colors": {
|
||||
"primary": "#0EA5E9",
|
||||
"light": "#F8FAFC",
|
||||
"dark": "#0F172A"
|
||||
"primary": "#BD93F9",
|
||||
"light": "#F8F8F2",
|
||||
"dark": "#282A36"
|
||||
},
|
||||
"fonts": {
|
||||
"heading": {
|
||||
"family": "ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, \"Segoe UI\", \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\""
|
||||
},
|
||||
"body": {
|
||||
"family": "ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, \"Segoe UI\", \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\""
|
||||
}
|
||||
},
|
||||
"styling": {
|
||||
"codeblocks": {
|
||||
"theme": "dracula"
|
||||
}
|
||||
},
|
||||
"navigation": {
|
||||
"dropdowns": [
|
||||
|
||||
Reference in New Issue
Block a user