summaryrefslogtreecommitdiff
path: root/docs/core/index.md
diff options
context:
space:
mode:
authorNiladri Das <[email protected]>2025-06-30 04:21:47 +0530
committerGitHub <[email protected]>2025-06-29 22:51:47 +0000
commitf848d3575822703e7cedb3ae987a0e7341b6b390 (patch)
tree094512c57072c975248f138c4c1d8ce6fc91475e /docs/core/index.md
parentada4061a458c78c9241439e5a8cfa4893cb4ab5a (diff)
feat: modular GEMINI.md imports with @file.md syntax (#1585) (#2230)
Diffstat (limited to 'docs/core/index.md')
-rw-r--r--docs/core/index.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/core/index.md b/docs/core/index.md
index d77e6bda..035e00c7 100644
--- a/docs/core/index.md
+++ b/docs/core/index.md
@@ -5,6 +5,7 @@ Gemini CLI's core package (`packages/core`) is the backend portion of Gemini CLI
## Navigating this section
- **[Core tools API](./tools-api.md):** Information on how tools are defined, registered, and used by the core.
+- **[Memory Import Processor](./memport.md):** Documentation for the modular GEMINI.md import feature using @file.md syntax.
## Role of the core