Skip to content

Commit 4660b18

Browse files
abrookinsclaude
andcommitted
Restructure documentation navigation
Reorganizes navigation from Integration section into clearer Developer Guide, Python SDK, and Examples sections. Updates homepage to link to Developer Guide for integration patterns. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent 849fbcb commit 4660b18

File tree

2 files changed

+13
-9
lines changed

2 files changed

+13
-9
lines changed

docs/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,9 +133,9 @@ Start with our quick tutorial to understand the basics and see immediate results
133133
<div markdown>
134134
**Ready to integrate?**
135135

136-
Jump into the API documentation and start building with REST or MCP interfaces.
136+
Jump into the Developer Guide for memory patterns and integration strategies.
137137

138-
[📚 API Documentation](api.md){ .md-button }
138+
[🧠 Developer Guide](memory-integration-patterns.md){ .md-button }
139139
</div>
140140

141141
</div>

mkdocs.yml

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -75,21 +75,25 @@ nav:
7575
- Installation: getting-started.md
7676
- Use Cases: use-cases.md
7777

78-
- Integration:
79-
- Python SDK: python-sdk.md
78+
- Developer Guide:
8079
- Memory Integration Patterns: memory-integration-patterns.md
81-
- Agent Examples: agent-examples.md
82-
83-
- Core Concepts:
84-
- Memory Types: memory-types.md
8580
- Memory Strategies: memory-strategies.md
8681
- Memory Editing: memory-editing.md
8782
- Memory Lifecycle: memory-lifecycle.md
88-
- Vector Store Backends: vector-store-backends.md
8983
- Authentication: authentication.md
9084
- Security: security-custom-prompts.md
85+
86+
- Python SDK:
87+
- SDK Documentation: python-sdk.md
9188
- Configuration: configuration.md
9289

90+
- Examples:
91+
- Agent Examples: agent-examples.md
92+
93+
- Core Concepts:
94+
- Memory Types: memory-types.md
95+
- Vector Store Backends: vector-store-backends.md
96+
9397
- Advanced Topics:
9498
- Query Optimization: query-optimization.md
9599
- Recency Boost: recency-boost.md

0 commit comments

Comments
 (0)