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",