From e894871afc9a4af4626108c63b0da5dd53a77b8d Mon Sep 17 00:00:00 2001 From: Jenna Inouye Date: Wed, 21 Jan 2026 10:11:42 -0800 Subject: [PATCH] Docs: Marking for experimental features (#16760) --- docs/hooks/index.md | 4 ++-- docs/sidebar.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/hooks/index.md b/docs/hooks/index.md index 66dfa6ef56..8fe66d6fce 100644 --- a/docs/hooks/index.md +++ b/docs/hooks/index.md @@ -1,10 +1,10 @@ -# Gemini CLI hooks +# Gemini CLI hooks (experimental) Hooks are scripts or programs that Gemini CLI executes at specific points in the agentic loop, allowing you to intercept and customize behavior without modifying the CLI's source code. -> **Note: Hooks are currently an experimental feature.** +> [!NOTE] **Hooks are currently an experimental feature.** > > To use hooks, you must explicitly enable them in your `settings.json`: > diff --git a/docs/sidebar.json b/docs/sidebar.json index a65bade052..8646f0c64b 100644 --- a/docs/sidebar.json +++ b/docs/sidebar.json @@ -202,7 +202,7 @@ ] }, { - "label": "Hooks", + "label": "Hooks (experimental)", "items": [ { "label": "Introduction",