Files
Maestro/docs/docs.json
Pedram Amini 2b13fd87d9 ## CHANGES
- Release workflow now deduplicates build artifacts, preventing upload race conditions 🚦
- GitHub releases upload from one consolidated `artifacts/release` directory for reliability 📦
- Docs navigation adds a “life-ring” icon to Troubleshooting for quicker discovery 🛟
- New keyboard shortcut (Shift+,) opens Agent Settings for the active session ⌨️
- Main keyboard handler wires Agent Settings shortcut into edit-agent modal flow 🧩
2025-12-28 10:22:13 -06:00

117 lines
2.8 KiB
JSON

{
"$schema": "https://mintlify.com/docs.json",
"theme": "mint",
"name": "Maestro",
"description": "Maestro hones fractured attention into focused intent.",
"logo": {
"light": "/assets/icon.png",
"dark": "/assets/icon.png",
"href": "https://runmaestro.ai"
},
"favicon": "/assets/icon.ico",
"colors": {
"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": [
{
"dropdown": "Docs",
"icon": "book",
"description": "Everything you need to use Maestro",
"groups": [
{
"group": "Overview",
"pages": [
"index",
"about/overview",
"features",
"screenshots"
],
"icon": "house"
},
{
"group": "Getting Started",
"pages": [
"installation",
"getting-started"
]
},
{
"group": "Usage",
"pages": [
"general-usage",
"history",
"context-management",
"autorun-playbooks",
"git-worktrees",
"group-chat",
"remote-access",
"slash-commands",
"speckit-commands",
"configuration"
]
},
{
"group": "CLI & Providers",
"pages": [
"cli",
"provider-nuances"
]
},
{
"group": "Reference",
"pages": [
"achievements",
"keyboard-shortcuts",
"troubleshooting"
],
"icon": "life-ring"
}
]
}
]
},
"navbar": {
"links": [
{
"label": "Discord",
"href": "https://discord.gg/SrBsykvG"
},
{
"label": "GitHub",
"href": "https://github.com/pedramamini/Maestro"
},
{
"label": "Homepage",
"href": "https://runmaestro.ai"
}
],
"primary": {
"type": "button",
"label": "Download",
"href": "https://github.com/pedramamini/maestro/releases"
}
},
"footer": {
"socials": {
"discord": "https://discord.gg/SrBsykvG",
"github": "https://github.com/pedramamini/Maestro"
}
}
}