From 2e8d5dabc2e18e17d4b6c7516df0833ee0e92d2c Mon Sep 17 00:00:00 2001 From: Daniel Sanchez Date: Fri, 24 Oct 2025 14:12:46 +0200 Subject: [PATCH] docs: rename getting-started.md to getting_started.md for consistency - Rename docs/tui/getting-started.md to getting_started.md (underscore format) - Update all references in tui_index.md (3 occurrences) - Maintain consistency with other markdown files naming convention --- docs/tui/{getting-started.md => getting_started.md} | 0 docs/tui/tui_index.md | 6 +++--- 2 files changed, 3 insertions(+), 3 deletions(-) rename docs/tui/{getting-started.md => getting_started.md} (100%) diff --git a/docs/tui/getting-started.md b/docs/tui/getting_started.md similarity index 100% rename from docs/tui/getting-started.md rename to docs/tui/getting_started.md diff --git a/docs/tui/tui_index.md b/docs/tui/tui_index.md index 40882193..a652fa45 100644 --- a/docs/tui/tui_index.md +++ b/docs/tui/tui_index.md @@ -47,7 +47,7 @@ Basic workflow: 3. Choose an agent or use `selection_agent` for recommendations 4. Type your prompt and press **Enter** -See the [Getting Started Guide](getting-started.md) for detailed instructions. +See the [Getting Started Guide](getting_started.md) for detailed instructions. ## System Requirements @@ -120,7 +120,7 @@ Learn more: [Sidebar Features](sidebar-features.md) ## Documentation Structure ### For New Users -1. [Getting Started](getting-started.md) - First steps and basic usage +1. [Getting Started](getting_started.md) - First steps and basic usage 2. [User Interface](user-interface.md) - Understanding the layout 3. [Keyboard Shortcuts](keyboard-shortcuts.md) - Essential shortcuts @@ -198,7 +198,7 @@ For technical details, see the [Architecture Overview](../cai_architecture.md). ## What's Next? -- 📖 [Getting Started Guide](getting-started.md) - Learn the basics +- 📖 [Getting Started Guide](getting_started.md) - Learn the basics - ⌨️ [Keyboard Shortcuts](keyboard-shortcuts.md) - Boost your productivity - 🎯 [Commands Reference](commands-reference.md) - Master the commands - 👥 [Teams and Parallel Execution](teams-and-parallel-execution.md) - Advanced workflows