diff options
Diffstat (limited to 'docs/cli/index.md')
| -rw-r--r-- | docs/cli/index.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/cli/index.md b/docs/cli/index.md index 5fd1c6fa..04657345 100644 --- a/docs/cli/index.md +++ b/docs/cli/index.md @@ -14,7 +14,7 @@ The Gemini CLI (`packages/cli`) is the primary way users interact with the Gemin - Syntax highlighting for code blocks in various languages. - Clear display of tool calls, inputs, and outputs. - **Command History:** Easily access and re-run previous commands and prompts. -- **Theming:** Customize the look and feel of the CLI to your preference. See the [Theming section in README.md](../../README.md#theming). +- **Theming:** Customize the look and feel of the CLI to your preference. See [Themes section](./themes.md). - **Configuration:** Tailor the CLI's behavior through configuration files. See [CLI Configuration](./configuration.md). - **Special Commands:** Utilize built-in commands for tasks like managing history, memory, or display. See [Commands](./commands.md). - **Enhanced Input:** Support for multiline input editing and readline-like keybindings for a more comfortable and efficient command entry experience. @@ -33,5 +33,6 @@ The Gemini CLI (`packages/cli`) is the primary way users interact with the Gemin - **[Commands](./commands.md):** A detailed reference for all built-in CLI commands (e.g., `/help`, `/history`, `/theme`). - **[Configuration](./configuration.md):** Understand how to configure various aspects of the CLI. +- **[Themes](./themes.md)**: A guide to customizing the CLI's appearance with different themes. This documentation will help you become proficient in using the Gemini CLI for a wide range of tasks. |
