docs: add cross-links to new memory-search page from reference docs

This commit is contained in:
Vincent Koc
2026-03-30 07:10:33 +09:00
parent 3584a893e8
commit 40446ea27c
2 changed files with 5 additions and 2 deletions

View File

@@ -11,8 +11,9 @@ read_when:
# Memory configuration reference
This page covers the full configuration surface for OpenClaw memory search. For
the conceptual overview (file layout, memory tools, when to write memory, and the
automatic flush), see [Memory](/concepts/memory).
the conceptual overview, see [Memory](/concepts/memory). For how the search
pipeline works (hybrid search, MMR, temporal decay), see
[Memory Search](/concepts/memory-search).
## Memory search defaults

View File

@@ -23,6 +23,8 @@ If you want a higher-level overview first, start with:
- [/concepts/session](/concepts/session)
- [/concepts/compaction](/concepts/compaction)
- [/concepts/memory](/concepts/memory)
- [/concepts/memory-search](/concepts/memory-search)
- [/concepts/session-pruning](/concepts/session-pruning)
- [/reference/transcript-hygiene](/reference/transcript-hygiene)