From 2cc87ee0e08f6d12bb725d3e8017c391d5b690bc Mon Sep 17 00:00:00 2001 From: Pedram Amini Date: Sun, 28 Dec 2025 04:26:55 -0600 Subject: [PATCH] ## CHANGES MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Refreshed docs icon set across pages for a cleaner UI feel 🔧 - Reorganized docs navigation to surface Configuration under Core features 🧭 --- docs/configuration.md | 2 +- docs/context-management.md | 2 +- docs/docs.json | 4 ++-- docs/general-usage.md | 2 +- docs/git-worktrees.md | 2 +- docs/group-chat.md | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/configuration.md b/docs/configuration.md index e02c8857..31dc2ca1 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -1,7 +1,7 @@ --- title: Configuration description: Settings overview, updates, storage locations, and cross-device sync. -icon: settings +icon: gear --- ## Settings Overview diff --git a/docs/context-management.md b/docs/context-management.md index cdac4e86..05ed358a 100644 --- a/docs/context-management.md +++ b/docs/context-management.md @@ -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 diff --git a/docs/docs.json b/docs/docs.json index 978bb09f..7f22714f 100644 --- a/docs/docs.json +++ b/docs/docs.json @@ -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" ] } diff --git a/docs/general-usage.md b/docs/general-usage.md index 49820fc1..109fb05f 100644 --- a/docs/general-usage.md +++ b/docs/general-usage.md @@ -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 diff --git a/docs/git-worktrees.md b/docs/git-worktrees.md index c9e14811..8161b3cb 100644 --- a/docs/git-worktrees.md +++ b/docs/git-worktrees.md @@ -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. diff --git a/docs/group-chat.md b/docs/group-chat.md index ae32466f..5117aaf6 100644 --- a/docs/group-chat.md +++ b/docs/group-chat.md @@ -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.