Files
Maestro/docs/docs.json
Pedram Amini 5c4eb2d55b ## CHANGES
- Rebranded Playbook Marketplace into Playbook Exchange across docs and UI 🔄
- Added dedicated IPC handlers to fetch and import Exchange playbooks ⚙️
- Wired Playbook Exchange launch action through App modals and Auto Run 🧩
- Introduced Playbook Exchange quick action for one-keystroke access ⌨️
- Added Exchange button directly inside Batch Runner for faster discovery 🧰
- Upgraded Exchange detail view with clickable document list and “Read more” 📚
- Improved markdown preview styling with themed prose and link handling 🖋️
- Added folder picker to import playbooks into chosen relative/absolute paths 📂
- Introduced in-modal help popover with submission link to community repo 🆘
2025-12-28 17:50:03 -06:00

126 lines
3.0 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",
"autorun-playbooks",
"playbook-exchange",
"git-worktrees",
"group-chat",
"remote-access",
"configuration"
]
},
{
"group": "CLI & Providers",
"pages": [
"cli",
"provider-nuances"
]
},
{
"group": "Integrations",
"pages": [
"mcp-server"
],
"icon": "plug"
},
{
"group": "Reference",
"pages": [
"achievements",
"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"
}
}
}