Docs: Fix broken links and update documentation (#377)

This commit is contained in:
cperry-goog
2025-05-15 20:43:01 -07:00
committed by GitHub
parent 58ef39e2a9
commit 59e8fcb409
6 changed files with 14 additions and 27 deletions

View File

@@ -10,12 +10,10 @@ The Gemini CLI is a tool designed to bring the capabilities of Gemini models to
This documentation is organized into the following sections:
- **[Getting Started](./getting-started.md):** Learn how to install, configure, and run the Gemini CLI for the first time.
- **[Architecture Overview](./architecture.md):** Understand the high-level design of the Gemini CLI, including its core components and how they interact.
- **CLI Usage:**
- **[CLI Introduction](./cli/index.md):** An overview of the command-line interface.
- **[Commands](./cli/commands.md):** Detailed descriptions of all available CLI commands.
- **[UI Guide](./cli/ui-guide.md):** Information on the terminal UI, themes, and customization.
- **[Configuration](./cli/configuration.md):** How to configure the CLI.
- **Server Details:**
- **[Server Introduction](./server/index.md):** An overview of the server component.
@@ -27,7 +25,7 @@ This documentation is organized into the following sections:
- **[Shell Tool](./tools/shell.md):** Using the `execute_bash_command` tool.
- **[Web Fetch Tool](./tools/web.md):** Using the `web_fetch` tool.
- **[Multi-File Read Tool](./tools/multi-file.md):** Using the `read_many_files` tool.
- **[Contributing & Development Guide](../CONTRIBUTING.md#development-setup-and-workflow):** Information for contributors and developers, including setup, building, testing, and coding conventions.
- **[Contributing & Development Guide](../CONTRIBUTING.md):** Information for contributors and developers, including setup, building, testing, and coding conventions.
- **[Troubleshooting Guide](./troubleshooting.md):** Find solutions to common problems and FAQs.
We hope this documentation helps you make the most of the Gemini CLI!