From 6877dd0de7698a885493296e33b26258f001dad2 Mon Sep 17 00:00:00 2001 From: Jenna Inouye Date: Tue, 9 Dec 2025 10:31:54 -0800 Subject: [PATCH] Docs: Fix errors preventing site rebuild. (#14842) --- docs/changelogs/index.md | 6 +++--- docs/sidebar.json | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/changelogs/index.md b/docs/changelogs/index.md index cdd6c5ff6c..cc0bd0dc6c 100644 --- a/docs/changelogs/index.md +++ b/docs/changelogs/index.md @@ -80,9 +80,9 @@ on GitHub. - **Gemini 3 + Gemini CLI:** launch 🚀🚀🚀 - **Data Commons Gemini CLI Extension** - A new Data Commons Gemini CLI extension that lets you query open-source statistical data from - [datacommons.org](datacommons.org). **To get started, you'll need a Data - Commons API key and uv installed**. These and other details to get you started - with the extension can be found at + datacommons.org. **To get started, you'll need a Data Commons API key and uv + installed**. These and other details to get you started with the extension can + be found at [https://github.com/gemini-cli-extensions/datacommons](https://github.com/gemini-cli-extensions/datacommons). ## Announcements: v0.15.0 - 2025-11-03 diff --git a/docs/sidebar.json b/docs/sidebar.json index 2493d58ee3..5472011ed1 100644 --- a/docs/sidebar.json +++ b/docs/sidebar.json @@ -245,11 +245,11 @@ ] }, { - "label": "Release notes", + "label": "Releases", "items": [ { "label": "Release notes", - "slug": "docs/changelogs/index" + "slug": "docs/changelogs/" }, { "label": "Latest release", @@ -261,7 +261,7 @@ }, { "label": "Changelog", - "slug": "docs/changelog/releases" + "slug": "docs/changelogs/releases" } ] },