Skip to content

Commit 6ee12c1

Browse files
abrookinsclaude
andcommitted
Reorganize documentation navigation into Core Concepts vs Advanced Topics
Move essential concepts to Core Concepts section: - Memory Types, Memory Editing, Memory Lifecycle, Vector Store Backends - Authentication and Configuration (operational essentials) Move specialized features to Advanced Topics section: - Query Optimization, Recency Boost, Advanced Vector Store Config - Contextual Grounding This provides clearer learning path for users: start with core concepts, then explore advanced optimization techniques. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent bd9d271 commit 6ee12c1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

mkdocs.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -81,17 +81,17 @@ nav:
8181

8282
- Core Concepts:
8383
- Memory Types: memory-types.md
84+
- Memory Editing: memory-editing.md
85+
- Memory Lifecycle: memory-lifecycle.md
86+
- Vector Store Backends: vector-store-backends.md
8487
- Authentication: authentication.md
8588
- Configuration: configuration.md
8689

87-
- Advanced Features:
90+
- Advanced Topics:
8891
- Query Optimization: query-optimization.md
89-
- Contextual Grounding: contextual-grounding.md
90-
- Memory Editing: memory-editing.md
91-
- Memory Lifecycle: memory-lifecycle.md
9292
- Recency Boost: recency-boost.md
93-
- Vector Store Backends: vector-store-backends.md
9493
- Advanced Vector Store Config: vector-store-advanced.md
94+
- Contextual Grounding: contextual-grounding.md
9595

9696
- API Interfaces:
9797
- REST API: api.md

0 commit comments

Comments
 (0)