mirror of
https://github.com/jlengrand/Maestro.git
synced 2026-03-10 08:31:19 +00:00
## CHANGES
- Refreshed docs icon set across pages for a cleaner UI feel 🔧 - Reorganized docs navigation to surface Configuration under Core features 🧭
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
---
|
||||
title: Configuration
|
||||
description: Settings overview, updates, storage locations, and cross-device sync.
|
||||
icon: settings
|
||||
icon: gear
|
||||
---
|
||||
|
||||
## Settings Overview
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
title: Context Management
|
||||
description: Compact, merge, and transfer conversation context between sessions and agents.
|
||||
icon: layers
|
||||
icon: layer-group
|
||||
---
|
||||
|
||||
## Tab Menu
|
||||
|
||||
@@ -62,7 +62,8 @@
|
||||
"group-chat",
|
||||
"remote-access",
|
||||
"slash-commands",
|
||||
"speckit-commands"
|
||||
"speckit-commands",
|
||||
"configuration"
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -77,7 +78,6 @@
|
||||
"pages": [
|
||||
"achievements",
|
||||
"keyboard-shortcuts",
|
||||
"configuration",
|
||||
"troubleshooting"
|
||||
]
|
||||
}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
title: General Usage
|
||||
description: Learn the Maestro UI layout, agent status indicators, file explorer, and output filtering.
|
||||
icon: layout-dashboard
|
||||
icon: grid-2
|
||||
---
|
||||
|
||||
## UI Overview
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
title: Git and Worktrees
|
||||
description: Browse commit history, view diffs, and run AI agents in parallel on isolated branches with Git worktree sub-agents.
|
||||
icon: git-branch
|
||||
icon: code-branch
|
||||
---
|
||||
|
||||
Maestro integrates deeply with Git, providing visual tools for exploring repository history and enabling parallel development with worktree sub-agents.
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
title: Group Chat
|
||||
description: Coordinate multiple AI agents in a single conversation with a moderator AI.
|
||||
icon: messages-square
|
||||
icon: comments
|
||||
---
|
||||
|
||||
Group Chat lets you coordinate multiple AI agents in a single conversation. A moderator AI orchestrates the discussion, routing questions to the right agents and synthesizing their responses.
|
||||
|
||||
Reference in New Issue
Block a user