From 203bad7c06895bbf815272614710e5c154811bed Mon Sep 17 00:00:00 2001 From: Seth Ladd Date: Wed, 15 Oct 2025 00:29:21 -0700 Subject: [PATCH] Docs: Point to extensions gallery from extensions docs in the project (#10763) Co-authored-by: Jack Wotherspoon Co-authored-by: Pascal Birchler --- docs/extensions/index.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/extensions/index.md b/docs/extensions/index.md index d4f9c1f4c4..d80d9af7ca 100644 --- a/docs/extensions/index.md +++ b/docs/extensions/index.md @@ -7,6 +7,9 @@ familiar and user-friendly format. With extensions, you can expand the capabilities of Gemini CLI and share those capabilities with others. They are designed to be easily installable and shareable. +To see examples of extensions, you can browse a gallery of +[Gemini CLI extensions](https://geminicli.com/extensions/browse/). + See [getting started docs](getting-started-extensions.md) for a guide on creating your first extension.