Updated ToC on docs intro; updated title casing to match Google style (#13717)

This commit is contained in:
David Huntsperger
2025-12-01 11:38:48 -08:00
committed by GitHub
parent bde8b78a88
commit 26f050ff10
58 changed files with 660 additions and 642 deletions
+2 -2
View File
@@ -37,7 +37,7 @@ input:
- **Interaction:** `packages/core` invokes these tools based on requests
from the Gemini model.
## Interaction Flow
## Interaction flow
A typical interaction with the Gemini CLI follows this flow:
@@ -69,7 +69,7 @@ A typical interaction with the Gemini CLI follows this flow:
7. **Display to user:** The CLI package formats and displays the response to
the user in the terminal.
## Key Design Principles
## Key design principles
- **Modularity:** Separating the CLI (frontend) from the Core (backend) allows
for independent development and potential future extensions (e.g., different