mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-13 05:12:55 -07:00
Update sidebar.json for to allow top nav tabs. (#19595)
This commit is contained in:
+84
-36
@@ -1,14 +1,23 @@
|
|||||||
[
|
[
|
||||||
|
{
|
||||||
|
"label": "docs_tab",
|
||||||
|
"items": [
|
||||||
{
|
{
|
||||||
"label": "Get started",
|
"label": "Get started",
|
||||||
"items": [
|
"items": [
|
||||||
{ "label": "Overview", "slug": "docs" },
|
{ "label": "Overview", "slug": "docs" },
|
||||||
{ "label": "Quickstart", "slug": "docs/get-started" },
|
{ "label": "Quickstart", "slug": "docs/get-started" },
|
||||||
{ "label": "Installation", "slug": "docs/get-started/installation" },
|
{ "label": "Installation", "slug": "docs/get-started/installation" },
|
||||||
{ "label": "Authentication", "slug": "docs/get-started/authentication" },
|
{
|
||||||
|
"label": "Authentication",
|
||||||
|
"slug": "docs/get-started/authentication"
|
||||||
|
},
|
||||||
{ "label": "Examples", "slug": "docs/get-started/examples" },
|
{ "label": "Examples", "slug": "docs/get-started/examples" },
|
||||||
{ "label": "CLI cheatsheet", "slug": "docs/cli/cli-reference" },
|
{ "label": "CLI cheatsheet", "slug": "docs/cli/cli-reference" },
|
||||||
{ "label": "Gemini 3 on Gemini CLI", "slug": "docs/get-started/gemini-3" }
|
{
|
||||||
|
"label": "Gemini 3 on Gemini CLI",
|
||||||
|
"slug": "docs/get-started/gemini-3"
|
||||||
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -74,7 +83,11 @@
|
|||||||
{ "label": "Model routing", "slug": "docs/cli/model-routing" },
|
{ "label": "Model routing", "slug": "docs/cli/model-routing" },
|
||||||
{ "label": "Model selection", "slug": "docs/cli/model" },
|
{ "label": "Model selection", "slug": "docs/cli/model" },
|
||||||
{ "label": "Plan mode", "badge": "🧪", "slug": "docs/cli/plan-mode" },
|
{ "label": "Plan mode", "badge": "🧪", "slug": "docs/cli/plan-mode" },
|
||||||
{ "label": "Subagents", "badge": "🧪", "slug": "docs/core/subagents" },
|
{
|
||||||
|
"label": "Subagents",
|
||||||
|
"badge": "🧪",
|
||||||
|
"slug": "docs/core/subagents"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"label": "Remote subagents",
|
"label": "Remote subagents",
|
||||||
"badge": "🧪",
|
"badge": "🧪",
|
||||||
@@ -100,7 +113,10 @@
|
|||||||
"label": "Configuration",
|
"label": "Configuration",
|
||||||
"items": [
|
"items": [
|
||||||
{ "label": "Custom commands", "slug": "docs/cli/custom-commands" },
|
{ "label": "Custom commands", "slug": "docs/cli/custom-commands" },
|
||||||
{ "label": "Enterprise configuration", "slug": "docs/cli/enterprise" },
|
{
|
||||||
|
"label": "Enterprise configuration",
|
||||||
|
"slug": "docs/cli/enterprise"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"label": "Ignore files (.geminiignore)",
|
"label": "Ignore files (.geminiignore)",
|
||||||
"slug": "docs/cli/gemini-ignore"
|
"slug": "docs/cli/gemini-ignore"
|
||||||
@@ -109,9 +125,15 @@
|
|||||||
"label": "Model configuration",
|
"label": "Model configuration",
|
||||||
"slug": "docs/cli/generation-settings"
|
"slug": "docs/cli/generation-settings"
|
||||||
},
|
},
|
||||||
{ "label": "Project context (GEMINI.md)", "slug": "docs/cli/gemini-md" },
|
{
|
||||||
|
"label": "Project context (GEMINI.md)",
|
||||||
|
"slug": "docs/cli/gemini-md"
|
||||||
|
},
|
||||||
{ "label": "Settings", "slug": "docs/cli/settings" },
|
{ "label": "Settings", "slug": "docs/cli/settings" },
|
||||||
{ "label": "System prompt override", "slug": "docs/cli/system-prompt" },
|
{
|
||||||
|
"label": "System prompt override",
|
||||||
|
"slug": "docs/cli/system-prompt"
|
||||||
|
},
|
||||||
{ "label": "Themes", "slug": "docs/cli/themes" },
|
{ "label": "Themes", "slug": "docs/cli/themes" },
|
||||||
{ "label": "Trusted folders", "slug": "docs/cli/trusted-folders" }
|
{ "label": "Trusted folders", "slug": "docs/cli/trusted-folders" }
|
||||||
]
|
]
|
||||||
@@ -145,36 +167,6 @@
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"label": "Reference",
|
|
||||||
"items": [
|
|
||||||
{ "label": "Command reference", "slug": "docs/reference/commands" },
|
|
||||||
{
|
|
||||||
"label": "Configuration reference",
|
|
||||||
"slug": "docs/reference/configuration"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"label": "Keyboard shortcuts",
|
|
||||||
"slug": "docs/reference/keyboard-shortcuts"
|
|
||||||
},
|
|
||||||
{ "label": "Memory import processor", "slug": "docs/reference/memport" },
|
|
||||||
{ "label": "Policy engine", "slug": "docs/reference/policy-engine" },
|
|
||||||
{ "label": "Tools API", "slug": "docs/reference/tools-api" }
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"label": "Resources",
|
|
||||||
"items": [
|
|
||||||
{ "label": "FAQ", "slug": "docs/resources/faq" },
|
|
||||||
{
|
|
||||||
"label": "Quota and pricing",
|
|
||||||
"slug": "docs/resources/quota-and-pricing"
|
|
||||||
},
|
|
||||||
{ "label": "Terms and privacy", "slug": "docs/resources/tos-privacy" },
|
|
||||||
{ "label": "Troubleshooting", "slug": "docs/resources/troubleshooting" },
|
|
||||||
{ "label": "Uninstall", "slug": "docs/resources/uninstall" }
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"label": "Development",
|
"label": "Development",
|
||||||
"items": [
|
"items": [
|
||||||
@@ -187,7 +179,61 @@
|
|||||||
{ "label": "Local development", "slug": "docs/local-development" },
|
{ "label": "Local development", "slug": "docs/local-development" },
|
||||||
{ "label": "NPM package structure", "slug": "docs/npm" }
|
{ "label": "NPM package structure", "slug": "docs/npm" }
|
||||||
]
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"label": "reference_tab",
|
||||||
|
"items": [
|
||||||
|
{
|
||||||
|
"label": "Reference",
|
||||||
|
"items": [
|
||||||
|
{ "label": "Command reference", "slug": "docs/reference/commands" },
|
||||||
|
{
|
||||||
|
"label": "Configuration reference",
|
||||||
|
"slug": "docs/reference/configuration"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"label": "Keyboard shortcuts",
|
||||||
|
"slug": "docs/reference/keyboard-shortcuts"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"label": "Memory import processor",
|
||||||
|
"slug": "docs/reference/memport"
|
||||||
|
},
|
||||||
|
{ "label": "Policy engine", "slug": "docs/reference/policy-engine" },
|
||||||
|
{ "label": "Tools API", "slug": "docs/reference/tools-api" }
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"label": "resources_tab",
|
||||||
|
"items": [
|
||||||
|
{
|
||||||
|
"label": "Resources",
|
||||||
|
"items": [
|
||||||
|
{ "label": "FAQ", "slug": "docs/resources/faq" },
|
||||||
|
{
|
||||||
|
"label": "Quota and pricing",
|
||||||
|
"slug": "docs/resources/quota-and-pricing"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"label": "Terms and privacy",
|
||||||
|
"slug": "docs/resources/tos-privacy"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"label": "Troubleshooting",
|
||||||
|
"slug": "docs/resources/troubleshooting"
|
||||||
|
},
|
||||||
|
{ "label": "Uninstall", "slug": "docs/resources/uninstall" }
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"label": "releases_tab",
|
||||||
|
"items": [
|
||||||
{
|
{
|
||||||
"label": "Releases",
|
"label": "Releases",
|
||||||
"items": [
|
"items": [
|
||||||
@@ -197,3 +243,5 @@
|
|||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user