2025-09-26 13:39:19 -07:00
|
|
|
[
|
2025-10-01 16:24:29 -07:00
|
|
|
{
|
2025-12-01 11:38:48 -08:00
|
|
|
"label": "Get started",
|
2025-10-01 16:24:29 -07:00
|
|
|
"items": [
|
2026-01-26 13:19:27 -08:00
|
|
|
{ "label": "Overview", "slug": "docs" },
|
|
|
|
|
{ "label": "Quickstart", "slug": "docs/get-started" },
|
|
|
|
|
{ "label": "Installation", "slug": "docs/get-started/installation" },
|
|
|
|
|
{ "label": "Authentication", "slug": "docs/get-started/authentication" },
|
|
|
|
|
{ "label": "Examples", "slug": "docs/get-started/examples" },
|
2026-02-13 14:09:17 -08:00
|
|
|
{ "label": "CLI cheatsheet", "slug": "docs/cli/cli-reference" },
|
|
|
|
|
{ "label": "Gemini 3 on Gemini CLI", "slug": "docs/get-started/gemini-3" }
|
2025-09-26 13:39:19 -07:00
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
{
|
2026-01-26 13:19:27 -08:00
|
|
|
"label": "Use Gemini CLI",
|
2025-09-26 13:39:19 -07:00
|
|
|
"items": [
|
2025-10-01 16:24:29 -07:00
|
|
|
{
|
2026-02-13 14:09:17 -08:00
|
|
|
"label": "File management",
|
|
|
|
|
"slug": "docs/cli/tutorials/file-management"
|
2025-10-01 16:24:29 -07:00
|
|
|
},
|
2026-02-12 17:39:42 -05:00
|
|
|
{
|
2026-02-13 14:09:17 -08:00
|
|
|
"label": "Manage context and memory",
|
|
|
|
|
"slug": "docs/cli/tutorials/memory-management"
|
2026-02-12 17:39:42 -05:00
|
|
|
},
|
2026-02-13 14:09:17 -08:00
|
|
|
{
|
|
|
|
|
"label": "Execute shell commands",
|
|
|
|
|
"slug": "docs/cli/tutorials/shell-commands"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"label": "Manage sessions and history",
|
|
|
|
|
"slug": "docs/cli/tutorials/session-management"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"label": "Plan tasks with todos",
|
|
|
|
|
"slug": "docs/cli/tutorials/task-planning"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"label": "Web search and fetch",
|
|
|
|
|
"slug": "docs/cli/tutorials/web-tools"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"label": "Get started with skills",
|
|
|
|
|
"slug": "docs/cli/tutorials/skills-getting-started"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"label": "Set up an MCP server",
|
|
|
|
|
"slug": "docs/cli/tutorials/mcp-setup"
|
|
|
|
|
},
|
|
|
|
|
{ "label": "Automate tasks", "slug": "docs/cli/tutorials/automation" }
|
2025-10-01 16:24:29 -07:00
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
{
|
2026-02-13 14:09:17 -08:00
|
|
|
"label": "Features",
|
2025-10-01 16:24:29 -07:00
|
|
|
"items": [
|
|
|
|
|
{
|
2026-02-13 14:09:17 -08:00
|
|
|
"label": "/about - About Gemini CLI",
|
2026-02-17 10:38:00 -08:00
|
|
|
"link": "/docs/cli/commands/#about"
|
2025-10-01 16:24:29 -07:00
|
|
|
},
|
2025-10-10 15:10:24 -07:00
|
|
|
{
|
2026-02-13 14:09:17 -08:00
|
|
|
"label": "/auth - Authentication",
|
|
|
|
|
"slug": "docs/get-started/authentication"
|
|
|
|
|
},
|
2026-02-17 10:38:00 -08:00
|
|
|
{ "label": "/bug - Report a bug", "link": "/docs/cli/commands/#bug" },
|
|
|
|
|
{ "label": "/chat - Chat history", "link": "/docs/cli/commands/#chat" },
|
|
|
|
|
{ "label": "/clear - Clear screen", "link": "/docs/cli/commands/#clear" },
|
2026-02-13 14:09:17 -08:00
|
|
|
{
|
|
|
|
|
"label": "/compress - Compress context",
|
2026-02-17 10:38:00 -08:00
|
|
|
"link": "/docs/cli/commands/#compress"
|
2026-02-13 14:09:17 -08:00
|
|
|
},
|
2026-02-17 10:38:00 -08:00
|
|
|
{ "label": "/copy - Copy output", "link": "/docs/cli/commands/#copy" },
|
2026-02-13 14:09:17 -08:00
|
|
|
{
|
|
|
|
|
"label": "/directory - Manage workspace",
|
2026-02-17 10:38:00 -08:00
|
|
|
"link": "/docs/cli/commands/#directory-or-dir"
|
2026-02-13 14:09:17 -08:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"label": "/docs - Open documentation",
|
2026-02-17 10:38:00 -08:00
|
|
|
"link": "/docs/cli/commands/#docs"
|
2026-02-13 14:09:17 -08:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"label": "/editor - Select editor",
|
2026-02-17 10:38:00 -08:00
|
|
|
"link": "/docs/cli/commands/#editor"
|
2026-02-13 14:09:17 -08:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"label": "/extensions - Manage extensions",
|
|
|
|
|
"slug": "docs/extensions/index"
|
|
|
|
|
},
|
2026-02-17 10:38:00 -08:00
|
|
|
{ "label": "/help - Show help", "link": "/docs/cli/commands/#help-or" },
|
2026-02-13 14:09:17 -08:00
|
|
|
{ "label": "/hooks - Hooks", "slug": "docs/hooks" },
|
|
|
|
|
{ "label": "/ide - IDE integration", "slug": "docs/ide-integration" },
|
|
|
|
|
{
|
|
|
|
|
"label": "/init - Initialize context",
|
2026-02-17 10:38:00 -08:00
|
|
|
"link": "/docs/cli/commands/#init"
|
2026-02-13 14:09:17 -08:00
|
|
|
},
|
|
|
|
|
{ "label": "/mcp - MCP servers", "slug": "docs/tools/mcp-server" },
|
|
|
|
|
|
|
|
|
|
{
|
|
|
|
|
"label": "/memory - Manage memory",
|
2026-02-17 10:38:00 -08:00
|
|
|
"link": "/docs/cli/commands/#memory"
|
2026-02-13 14:09:17 -08:00
|
|
|
},
|
|
|
|
|
{ "label": "/model - Model selection", "slug": "docs/cli/model" },
|
|
|
|
|
{
|
|
|
|
|
"label": "/policies - Manage policies",
|
2026-02-17 10:38:00 -08:00
|
|
|
"link": "/docs/cli/commands/#policies"
|
2025-10-10 15:10:24 -07:00
|
|
|
},
|
2025-10-01 16:24:29 -07:00
|
|
|
{
|
2026-02-13 14:09:17 -08:00
|
|
|
"label": "/privacy - Privacy notice",
|
2026-02-17 10:38:00 -08:00
|
|
|
"link": "/docs/cli/commands/#privacy"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"label": "/quit - Exit CLI",
|
|
|
|
|
"link": "/docs/cli/commands/#quit-or-exit"
|
2026-01-26 15:14:38 -05:00
|
|
|
},
|
2026-02-13 14:09:17 -08:00
|
|
|
{ "label": "/restore - Restore files", "slug": "docs/cli/checkpointing" },
|
2026-01-26 15:14:38 -05:00
|
|
|
{
|
2026-02-13 14:09:17 -08:00
|
|
|
"label": "/resume - Resume session",
|
|
|
|
|
|
2026-02-17 10:38:00 -08:00
|
|
|
"link": "/docs/cli/commands/#resume"
|
2026-01-26 15:14:38 -05:00
|
|
|
},
|
2026-02-13 14:09:17 -08:00
|
|
|
{ "label": "/rewind - Rewind", "slug": "docs/cli/rewind" },
|
|
|
|
|
{ "label": "/settings - Settings", "slug": "docs/cli/settings" },
|
2026-01-26 15:14:38 -05:00
|
|
|
{
|
2026-02-13 14:09:17 -08:00
|
|
|
"label": "/setup-github - GitHub setup",
|
2026-02-17 10:38:00 -08:00
|
|
|
"link": "/docs/cli/commands/#setup-github"
|
2026-02-13 14:09:17 -08:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"label": "/shells - Manage processes",
|
2026-02-17 10:38:00 -08:00
|
|
|
"link": "/docs/cli/commands/#shells-or-bashes"
|
2026-02-13 14:09:17 -08:00
|
|
|
},
|
|
|
|
|
{ "label": "/skills - Agent skills", "slug": "docs/cli/skills" },
|
|
|
|
|
{
|
|
|
|
|
"label": "/stats - Session statistics",
|
2026-02-17 10:38:00 -08:00
|
|
|
"link": "/docs/cli/commands/#stats"
|
2026-02-13 14:09:17 -08:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"label": "/terminal-setup - Terminal keybindings",
|
2026-02-17 10:38:00 -08:00
|
|
|
"link": "/docs/cli/commands/#terminal-setup"
|
2026-02-13 14:09:17 -08:00
|
|
|
},
|
|
|
|
|
{ "label": "/theme - Themes", "slug": "docs/cli/themes" },
|
2026-02-17 10:38:00 -08:00
|
|
|
{ "label": "/tools - List tools", "link": "/docs/cli/commands/#tools" },
|
|
|
|
|
{ "label": "/vim - Vim mode", "link": "/docs/cli/commands/#vim" },
|
2026-02-13 14:09:17 -08:00
|
|
|
|
|
|
|
|
{
|
|
|
|
|
"label": "Activate skill (tool)",
|
|
|
|
|
"slug": "docs/tools/activate-skill"
|
|
|
|
|
},
|
|
|
|
|
{ "label": "Ask user (tool)", "slug": "docs/tools/ask-user" },
|
|
|
|
|
{ "label": "Checkpointing", "slug": "docs/cli/checkpointing" },
|
|
|
|
|
{ "label": "File system (tool)", "slug": "docs/tools/file-system" },
|
|
|
|
|
{ "label": "Headless mode", "slug": "docs/cli/headless" },
|
|
|
|
|
{
|
|
|
|
|
"label": "Internal documentation (tool)",
|
|
|
|
|
"slug": "docs/tools/internal-docs"
|
|
|
|
|
},
|
|
|
|
|
{ "label": "Memory (tool)", "slug": "docs/tools/memory" },
|
|
|
|
|
{ "label": "Model routing", "slug": "docs/cli/model-routing" },
|
|
|
|
|
{ "label": "Plan mode (experimental)", "slug": "docs/cli/plan-mode" },
|
|
|
|
|
{ "label": "Sandboxing", "slug": "docs/cli/sandbox" },
|
|
|
|
|
{ "label": "Shell (tool)", "slug": "docs/tools/shell" },
|
|
|
|
|
{ "label": "Telemetry", "slug": "docs/cli/telemetry" },
|
|
|
|
|
{ "label": "Todo (tool)", "slug": "docs/tools/todos" },
|
|
|
|
|
{ "label": "Token caching", "slug": "docs/cli/token-caching" },
|
|
|
|
|
{ "label": "Web fetch (tool)", "slug": "docs/tools/web-fetch" },
|
|
|
|
|
{ "label": "Web search (tool)", "slug": "docs/tools/web-search" }
|
2025-10-01 16:24:29 -07:00
|
|
|
]
|
|
|
|
|
},
|
2025-12-03 10:57:05 -08:00
|
|
|
{
|
2026-02-13 14:09:17 -08:00
|
|
|
"label": "Configuration",
|
2025-12-03 10:57:05 -08:00
|
|
|
"items": [
|
2026-02-13 14:09:17 -08:00
|
|
|
{ "label": "Custom commands", "slug": "docs/cli/custom-commands" },
|
|
|
|
|
{ "label": "Enterprise configuration", "slug": "docs/cli/enterprise" },
|
2026-01-27 18:24:37 +00:00
|
|
|
{
|
2026-02-13 14:09:17 -08:00
|
|
|
"label": "Ignore files (.geminiignore)",
|
|
|
|
|
"slug": "docs/cli/gemini-ignore"
|
2026-01-27 18:24:37 +00:00
|
|
|
},
|
2026-01-27 17:15:28 -05:00
|
|
|
{
|
2026-02-13 14:09:17 -08:00
|
|
|
"label": "Model configuration",
|
|
|
|
|
"slug": "docs/cli/generation-settings"
|
2026-01-27 17:15:28 -05:00
|
|
|
},
|
2026-02-13 14:09:17 -08:00
|
|
|
{ "label": "Project context (GEMINI.md)", "slug": "docs/cli/gemini-md" },
|
|
|
|
|
{ "label": "Settings", "slug": "docs/cli/settings" },
|
|
|
|
|
{ "label": "System prompt override", "slug": "docs/cli/system-prompt" },
|
|
|
|
|
{ "label": "Themes", "slug": "docs/cli/themes" },
|
|
|
|
|
{ "label": "Trusted folders", "slug": "docs/cli/trusted-folders" }
|
2025-12-03 10:57:05 -08:00
|
|
|
]
|
|
|
|
|
},
|
2025-10-01 16:24:29 -07:00
|
|
|
{
|
2026-02-13 14:09:17 -08:00
|
|
|
"label": "Extensions",
|
2025-10-01 16:24:29 -07:00
|
|
|
"items": [
|
2026-02-13 14:09:17 -08:00
|
|
|
{ "label": "Introduction", "slug": "docs/extensions" },
|
2025-10-01 16:24:29 -07:00
|
|
|
{
|
2026-02-13 14:09:17 -08:00
|
|
|
"label": "Writing extensions",
|
2026-01-27 11:42:10 -05:00
|
|
|
"slug": "docs/extensions/writing-extensions"
|
2025-10-01 16:24:29 -07:00
|
|
|
},
|
2026-02-13 14:09:17 -08:00
|
|
|
{ "label": "Reference", "slug": "docs/extensions/reference" },
|
|
|
|
|
{ "label": "Best practices", "slug": "docs/extensions/best-practices" },
|
|
|
|
|
{ "label": "Releasing", "slug": "docs/extensions/releasing" }
|
2025-09-26 13:39:19 -07:00
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
{
|
2026-01-26 13:19:27 -08:00
|
|
|
"label": "Reference",
|
2025-09-26 13:39:19 -07:00
|
|
|
"items": [
|
2026-01-26 13:19:27 -08:00
|
|
|
{ "label": "Architecture", "slug": "docs/architecture" },
|
|
|
|
|
{ "label": "Command reference", "slug": "docs/cli/commands" },
|
2026-02-13 14:09:17 -08:00
|
|
|
{
|
|
|
|
|
"label": "Configuration reference",
|
|
|
|
|
"slug": "docs/get-started/configuration"
|
|
|
|
|
},
|
|
|
|
|
{ "label": "Core concepts", "slug": "docs/core/concepts" },
|
2026-01-26 13:19:27 -08:00
|
|
|
{ "label": "Keyboard shortcuts", "slug": "docs/cli/keyboard-shortcuts" },
|
|
|
|
|
{ "label": "Memory import processor", "slug": "docs/core/memport" },
|
|
|
|
|
{ "label": "Policy engine", "slug": "docs/core/policy-engine" },
|
|
|
|
|
{ "label": "Tools API", "slug": "docs/core/tools-api" }
|
2025-09-26 13:39:19 -07:00
|
|
|
]
|
|
|
|
|
},
|
2025-12-08 14:26:43 -08:00
|
|
|
{
|
2026-01-26 13:19:27 -08:00
|
|
|
"label": "Resources",
|
2025-12-08 14:26:43 -08:00
|
|
|
"items": [
|
2026-01-26 13:19:27 -08:00
|
|
|
{ "label": "FAQ", "slug": "docs/faq" },
|
|
|
|
|
{ "label": "Quota and pricing", "slug": "docs/quota-and-pricing" },
|
|
|
|
|
{ "label": "Terms and privacy", "slug": "docs/tos-privacy" },
|
|
|
|
|
{ "label": "Troubleshooting", "slug": "docs/troubleshooting" },
|
|
|
|
|
{ "label": "Uninstall", "slug": "docs/cli/uninstall" }
|
2025-12-08 14:26:43 -08:00
|
|
|
]
|
|
|
|
|
},
|
2025-09-26 13:39:19 -07:00
|
|
|
{
|
2026-01-26 13:19:27 -08:00
|
|
|
"label": "Development",
|
2025-09-26 13:39:19 -07:00
|
|
|
"items": [
|
2026-01-27 12:09:10 -05:00
|
|
|
{ "label": "Contribution guide", "slug": "docs/contributing" },
|
2026-01-26 13:19:27 -08:00
|
|
|
{ "label": "Integration testing", "slug": "docs/integration-tests" },
|
2025-10-01 16:24:29 -07:00
|
|
|
{
|
2026-01-26 13:19:27 -08:00
|
|
|
"label": "Issue and PR automation",
|
|
|
|
|
"slug": "docs/issue-and-pr-automation"
|
2025-10-01 16:24:29 -07:00
|
|
|
},
|
2026-01-26 13:19:27 -08:00
|
|
|
{ "label": "Local development", "slug": "docs/local-development" },
|
|
|
|
|
{ "label": "NPM package structure", "slug": "docs/npm" }
|
2025-09-26 13:39:19 -07:00
|
|
|
]
|
2026-02-04 18:22:31 -08:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"label": "Releases",
|
|
|
|
|
"items": [
|
|
|
|
|
{ "label": "Release notes", "slug": "docs/changelogs/" },
|
|
|
|
|
{ "label": "Stable release", "slug": "docs/changelogs/latest" },
|
|
|
|
|
{ "label": "Preview release", "slug": "docs/changelogs/preview" }
|
|
|
|
|
]
|
2025-09-26 13:39:19 -07:00
|
|
|
}
|
|
|
|
|
]
|