Move headless.md to docs folder (#8593)

This commit is contained in:
Jerop Kipruto
2025-09-17 10:17:25 +09:00
committed by GitHub
parent f5dca8b7f7
commit 6b576dc572
3 changed files with 3 additions and 3 deletions

View File

@@ -173,4 +173,4 @@ following authentication methods if available:
If none of these environment variables are set in a non-interactive session, the CLI will exit with an error. If none of these environment variables are set in a non-interactive session, the CLI will exit with an error.
For comprehensive guidance on using Gemini CLI programmatically and in For comprehensive guidance on using Gemini CLI programmatically and in
automation workflows, see the [Headless Mode Guide](./headless.md). automation workflows, see the [Headless Mode Guide](../headless.md).

View File

@@ -8,7 +8,7 @@ Within Gemini CLI, `packages/cli` is the frontend for users to send and receive
- **[Commands](./commands.md):** A reference for Gemini CLI commands (e.g., `/help`, `/tools`, `/theme`). - **[Commands](./commands.md):** A reference for Gemini CLI commands (e.g., `/help`, `/tools`, `/theme`).
- **[Configuration](./configuration.md):** A guide to tailoring Gemini CLI behavior using configuration files. - **[Configuration](./configuration.md):** A guide to tailoring Gemini CLI behavior using configuration files.
- **[Enterprise](./enterprise.md):** A guide to enterprise configuration. - **[Enterprise](./enterprise.md):** A guide to enterprise configuration.
- **[Headless Mode](./headless.md):** A comprehensive guide to using Gemini CLI programmatically for scripting and automation. - **[Headless Mode](../headless.md):** A comprehensive guide to using Gemini CLI programmatically for scripting and automation.
- **[Token Caching](./token-caching.md):** Optimize API costs through token caching. - **[Token Caching](./token-caching.md):** Optimize API costs through token caching.
- **[Themes](./themes.md)**: A guide to customizing the CLI's appearance with different themes. - **[Themes](./themes.md)**: A guide to customizing the CLI's appearance with different themes.
- **[Tutorials](tutorials.md)**: A tutorial showing how to use Gemini CLI to automate a development task. - **[Tutorials](tutorials.md)**: A tutorial showing how to use Gemini CLI to automate a development task.
@@ -29,4 +29,4 @@ You can also use the `--prompt` or `-p` flag:
gemini -p "What is fine tuning?" gemini -p "What is fine tuning?"
``` ```
For comprehensive documentation on headless usage, scripting, automation, and advanced examples, see the **[Headless Mode](./headless.md)** guide. For comprehensive documentation on headless usage, scripting, automation, and advanced examples, see the **[Headless Mode](../headless.md)** guide.