Skip to content

Commit 85200e6

Browse files
committed
Fix MkDocs configuration for strict mode
- Add CLAUDE.md to navigation to avoid orphaned pages warning - Exclude README.md from docs to avoid index.md conflict - Update repository URLs to correct agent-memory-server name
1 parent 35992f4 commit 85200e6

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

mkdocs.yml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
site_name: Redis Agent Memory Server
22
site_description: Give your AI agents persistent memory and context that gets smarter over time
3-
site_url: https://redis.github.io/redis-memory-server
4-
repo_url: https://github.com/redis/redis-memory-server
5-
repo_name: redis/redis-memory-server
3+
site_url: https://redis.github.io/agent-memory-server
4+
repo_url: https://github.com/redis/agent-memory-server
5+
repo_name: redis/agent-memory-server
6+
7+
docs_dir: docs
8+
exclude_docs: |
9+
README.md
610
711
theme:
812
name: material
@@ -96,6 +100,7 @@ nav:
96100

97101
- Development:
98102
- Development Guide: development.md
103+
- Claude Code Guide: CLAUDE.md
99104

100105
plugins:
101106
- search:

0 commit comments

Comments
 (0)