Files
Maestro/docs/docs.json
Pedram Amini dc6f8f5912 ## CHANGES
- Explore markdown relationships with the new interactive Document Graph view 🕸️
- Jump into Document Graph from explorer, quick actions, and file preview ⌨️
- Navigate graphs keyboard-first with depth control, search, and node positioning 🧭
- Optionally surface external-link domains as nodes for instant reference 🔗
- Group Chat now mixes local and SSH-remote agents for cross-machine teamwork 🛰️
- SSH Remote Execution docs revamped with clearer setup, mapping, and status cues 🛠️
- Remote sessions now fully support File Explorer, Auto Run, worktrees, and terminal 🧰
- File explorer context menu adds “Document Graph” for markdown files only 📁
- Edit Agent modal lets you copy session ID from a slick custom header 🪪
- Freshened app branding with updated icons across platforms 🎨
2025-12-31 15:21:12 -06:00

129 lines
3.1 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",
"autorun-playbooks",
"playbook-exchange",
"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://discord.gg/SVSRy593"
},
{
"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/SVSRy593",
"github": "https://github.com/pedramamini/Maestro"
}
}
}