mirror of
https://github.com/jlengrand/Maestro.git
synced 2026-03-10 15:51:18 +00:00
- Generate playbooks mid-session with the new Inline Wizard flow 🧙 - Add confidence gauge and organized wizard subfolders for generated docs 📈 - Launch **Maestro Symphony** to donate tokens and ship OSS PRs 🎵 - Browse/filter/search Symphony projects and issues directly in-app 🔎 - Auto-clone repos, run Auto Run docs, and open draft PRs automatically 🚀 - Track Symphony contributions with active/history/stats dashboards 📊 - Make leaderboard submissions multi-device safe using delta-based aggregation 🔁 - Stop image flicker with synchronous cache-backed Markdown image loading 🖼️ - Debounce Auto Run preview scroll persistence to cut noisy re-renders ⏱️ - Rename/delete in File Explorer updates tree instantly—no full refresh ⚡
131 lines
3.2 KiB
JSON
131 lines
3.2 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",
|
|
"keyboard-shortcuts",
|
|
"slash-commands",
|
|
"speckit-commands",
|
|
"openspec-commands",
|
|
"history",
|
|
"context-management",
|
|
"document-graph",
|
|
"usage-dashboard",
|
|
"autorun-playbooks",
|
|
"playbook-exchange",
|
|
"symphony",
|
|
"git-worktrees",
|
|
"group-chat",
|
|
"remote-access",
|
|
"ssh-remote-execution",
|
|
"configuration"
|
|
]
|
|
},
|
|
{
|
|
"group": "CLI & Providers",
|
|
"pages": [
|
|
"cli",
|
|
"provider-nuances"
|
|
]
|
|
},
|
|
{
|
|
"group": "Integrations",
|
|
"pages": [
|
|
"mcp-server"
|
|
],
|
|
"icon": "plug"
|
|
},
|
|
{
|
|
"group": "Reference",
|
|
"pages": [
|
|
"releases",
|
|
"achievements",
|
|
"troubleshooting"
|
|
],
|
|
"icon": "life-ring"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"navbar": {
|
|
"links": [
|
|
{
|
|
"label": "Discord",
|
|
"href": "https://runmaestro.ai/discord"
|
|
},
|
|
{
|
|
"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://runmaestro.ai/discord",
|
|
"github": "https://github.com/pedramamini/Maestro"
|
|
}
|
|
}
|
|
}
|