diff options
| author | jerop <[email protected]> | 2025-06-06 14:51:08 +0000 |
|---|---|---|
| committer | Jerop Kipruto <[email protected]> | 2025-06-06 13:05:13 -0400 |
| commit | 21acdee0a03a84e20831434b40613ed352b7f566 (patch) | |
| tree | 1c451d8ae50d78119dcf6360626afcf575ad0355 /docs/cli/index.md | |
| parent | 89aca349cfd46cb242ba32533aee9bc49db89d94 (diff) | |
docs: Initialize tutorials section with MCP server example
This commit adds a new `tutorials.md` file to the CLI documentation.
This section is intended to house various tutorials for using Gemini CLI.
The initial content includes a tutorial on setting up Model Context
Protocol (MCP) servers, using the GitHub MCP server as an example.
The `docs/cli/index.md` has been updated to include a link to this
new tutorials section.
Diffstat (limited to 'docs/cli/index.md')
| -rw-r--r-- | docs/cli/index.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/cli/index.md b/docs/cli/index.md index 04657345..26a58985 100644 --- a/docs/cli/index.md +++ b/docs/cli/index.md @@ -34,5 +34,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. +- **[Tutorials](tutorials.md)**: A guide for mastering use of the CLI to automate your development tasks. This documentation will help you become proficient in using the Gemini CLI for a wide range of tasks. |
