## 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:
Pedram Amini
2025-12-28 04:26:55 -06:00
parent a72377d05d
commit 2cc87ee0e0
6 changed files with 7 additions and 7 deletions

View File

@@ -1,7 +1,7 @@
---
title: Configuration
description: Settings overview, updates, storage locations, and cross-device sync.
icon: settings
icon: gear
---
## Settings Overview

View File

@@ -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

View File

@@ -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"
]
}

View File

@@ -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

View File

@@ -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.

View File

@@ -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.