mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-12 12:54:07 -07:00
Moves releases to top level sidebar for now.
This commit is contained in:
+8
-8
@@ -123,14 +123,6 @@
|
|||||||
"items": [
|
"items": [
|
||||||
{ "label": "FAQ", "slug": "docs/faq" },
|
{ "label": "FAQ", "slug": "docs/faq" },
|
||||||
{ "label": "Quota and pricing", "slug": "docs/quota-and-pricing" },
|
{ "label": "Quota and pricing", "slug": "docs/quota-and-pricing" },
|
||||||
{
|
|
||||||
"label": "Releases",
|
|
||||||
"items": [
|
|
||||||
{ "label": "Release notes", "slug": "docs/changelogs/" },
|
|
||||||
{ "label": "Stable release", "slug": "docs/changelogs/latest" },
|
|
||||||
{ "label": "Preview release", "slug": "docs/changelogs/preview" }
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{ "label": "Terms and privacy", "slug": "docs/tos-privacy" },
|
{ "label": "Terms and privacy", "slug": "docs/tos-privacy" },
|
||||||
{ "label": "Troubleshooting", "slug": "docs/troubleshooting" },
|
{ "label": "Troubleshooting", "slug": "docs/troubleshooting" },
|
||||||
{ "label": "Uninstall", "slug": "docs/cli/uninstall" }
|
{ "label": "Uninstall", "slug": "docs/cli/uninstall" }
|
||||||
@@ -148,5 +140,13 @@
|
|||||||
{ "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": "Releases",
|
||||||
|
"items": [
|
||||||
|
{ "label": "Release notes", "slug": "docs/changelogs/" },
|
||||||
|
{ "label": "Stable release", "slug": "docs/changelogs/latest" },
|
||||||
|
{ "label": "Preview release", "slug": "docs/changelogs/preview" }
|
||||||
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user