From d52547de2ddd9c8c324b3253aea45049015806c2 Mon Sep 17 00:00:00 2001 From: g-samroberts Date: Wed, 4 Feb 2026 12:11:43 -0800 Subject: [PATCH] Moves releases to top level sidebar for now. --- docs/sidebar.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/sidebar.json b/docs/sidebar.json index dfbfba80e7..ea11e3d8bd 100644 --- a/docs/sidebar.json +++ b/docs/sidebar.json @@ -123,14 +123,6 @@ "items": [ { "label": "FAQ", "slug": "docs/faq" }, { "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": "Troubleshooting", "slug": "docs/troubleshooting" }, { "label": "Uninstall", "slug": "docs/cli/uninstall" } @@ -148,5 +140,13 @@ { "label": "Local development", "slug": "docs/local-development" }, { "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" } + ] } ]