mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-02-01 22:48:03 +00:00
133 lines
4.6 KiB
JSON
133 lines
4.6 KiB
JSON
[
|
|
{
|
|
"label": "Get started",
|
|
"items": [
|
|
{ "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" },
|
|
{ "label": "Gemini 3 (preview)", "slug": "docs/get-started/gemini-3" }
|
|
]
|
|
},
|
|
{
|
|
"label": "Use Gemini CLI",
|
|
"items": [
|
|
{ "label": "Using the CLI", "slug": "docs/cli" },
|
|
{ "label": "File management", "slug": "docs/tools/file-system" },
|
|
{ "label": "Memory management", "slug": "docs/tools/memory" },
|
|
{ "label": "Project context (GEMINI.md)", "slug": "docs/cli/gemini-md" },
|
|
{ "label": "Shell commands", "slug": "docs/tools/shell" },
|
|
{ "label": "Session management", "slug": "docs/cli/session-management" },
|
|
{ "label": "Todos", "slug": "docs/tools/todos" },
|
|
{ "label": "Web search and fetch", "slug": "docs/tools/web-search" }
|
|
]
|
|
},
|
|
{
|
|
"label": "Configuration",
|
|
"items": [
|
|
{
|
|
"label": "Ignore files (.geminiignore)",
|
|
"slug": "docs/cli/gemini-ignore"
|
|
},
|
|
{ "label": "Model selection", "slug": "docs/cli/model" },
|
|
{ "label": "Settings", "slug": "docs/cli/settings" },
|
|
{ "label": "Themes", "slug": "docs/cli/themes" },
|
|
{ "label": "Token caching", "slug": "docs/cli/token-caching" },
|
|
{ "label": "Trusted folders", "slug": "docs/cli/trusted-folders" }
|
|
]
|
|
},
|
|
{
|
|
"label": "Advanced features",
|
|
"items": [
|
|
{ "label": "Checkpointing", "slug": "docs/cli/checkpointing" },
|
|
{ "label": "Custom commands", "slug": "docs/cli/custom-commands" },
|
|
{ "label": "Enterprise features", "slug": "docs/cli/enterprise" },
|
|
{ "label": "Headless mode & scripting", "slug": "docs/cli/headless" },
|
|
{ "label": "Sandboxing", "slug": "docs/cli/sandbox" },
|
|
{ "label": "System prompt override", "slug": "docs/cli/system-prompt" },
|
|
{ "label": "Telemetry", "slug": "docs/cli/telemetry" }
|
|
]
|
|
},
|
|
{
|
|
"label": "Extensions",
|
|
"items": [
|
|
{
|
|
"label": "Introduction",
|
|
"slug": "docs/extensions"
|
|
},
|
|
{
|
|
"label": "Writing extensions",
|
|
"slug": "docs/extensions/writing-extensions"
|
|
},
|
|
{
|
|
"label": "Extensions reference",
|
|
"slug": "docs/extensions/reference"
|
|
},
|
|
{
|
|
"label": "Best practices",
|
|
"slug": "docs/extensions/best-practices"
|
|
},
|
|
{
|
|
"label": "Extensions releasing",
|
|
"slug": "docs/extensions/releasing"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"label": "Ecosystem and extensibility",
|
|
"items": [
|
|
{ "label": "Agent skills (experimental)", "slug": "docs/cli/skills" },
|
|
{ "label": "Hooks (experimental)", "slug": "docs/hooks" },
|
|
{ "label": "IDE integration", "slug": "docs/ide-integration" },
|
|
{ "label": "MCP servers", "slug": "docs/tools/mcp-server" }
|
|
]
|
|
},
|
|
{
|
|
"label": "Tutorials",
|
|
"items": [
|
|
{
|
|
"label": "Get started with extensions",
|
|
"slug": "docs/extensions/getting-started-extensions"
|
|
},
|
|
{ "label": "How to write hooks", "slug": "docs/hooks/writing-hooks" }
|
|
]
|
|
},
|
|
{
|
|
"label": "Reference",
|
|
"items": [
|
|
{ "label": "Architecture", "slug": "docs/architecture" },
|
|
{ "label": "Command reference", "slug": "docs/cli/commands" },
|
|
{ "label": "Configuration", "slug": "docs/get-started/configuration" },
|
|
{ "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" }
|
|
]
|
|
},
|
|
{
|
|
"label": "Resources",
|
|
"items": [
|
|
{ "label": "FAQ", "slug": "docs/faq" },
|
|
{ "label": "Quota and pricing", "slug": "docs/quota-and-pricing" },
|
|
{ "label": "Release notes", "slug": "docs/changelogs/" },
|
|
{ "label": "Terms and privacy", "slug": "docs/tos-privacy" },
|
|
{ "label": "Troubleshooting", "slug": "docs/troubleshooting" },
|
|
{ "label": "Uninstall", "slug": "docs/cli/uninstall" }
|
|
]
|
|
},
|
|
{
|
|
"label": "Development",
|
|
"items": [
|
|
{ "label": "Contribution guide", "slug": "docs/CONTRIBUTING" },
|
|
{ "label": "Integration testing", "slug": "docs/integration-tests" },
|
|
{
|
|
"label": "Issue and PR automation",
|
|
"slug": "docs/issue-and-pr-automation"
|
|
},
|
|
{ "label": "Local development", "slug": "docs/local-development" },
|
|
{ "label": "NPM package structure", "slug": "docs/npm" }
|
|
]
|
|
}
|
|
]
|