docs: migrate installation and authentication to mdx with tabbed layouts (#25155)

This commit is contained in:
Sam Roberts
2026-04-17 11:07:07 -07:00
committed by GitHub
parent b2f775921d
commit 220888ac2d
10 changed files with 362 additions and 285 deletions
+2 -2
View File
@@ -2079,7 +2079,7 @@ within your user's home folder.
Environment variables are a common way to configure applications, especially for
sensitive information like API keys or for settings that might change between
environments. For authentication setup, see the
[Authentication documentation](../get-started/authentication.md) which covers
[Authentication documentation](../get-started/authentication.mdx) which covers
all available authentication methods.
The CLI automatically loads environment variables from an `.env` file. The
@@ -2100,7 +2100,7 @@ the `advanced.excludedEnvVars` setting in your `settings.json` file.
- **`GEMINI_API_KEY`**:
- Your API key for the Gemini API.
- One of several available
[authentication methods](../get-started/authentication.md).
[authentication methods](../get-started/authentication.mdx).
- Set this in your shell profile (for example, `~/.bashrc`, `~/.zshrc`) or an
`.env` file.
- **`GEMINI_MODEL`**: