mirror of
https://github.com/thedotmack/claude-mem
synced 2026-04-26 01:25:10 +02:00
116 lines
2.6 KiB
JSON
116 lines
2.6 KiB
JSON
{
|
|
"$schema": "https://mintlify.com/schema.json",
|
|
"name": "Claude-Mem",
|
|
"description": "Persistent memory compression system that preserves context across Claude Code sessions",
|
|
"theme": "mint",
|
|
"favicon": "/claude-mem-logomark.webp",
|
|
"logo": {
|
|
"light": "/claude-mem-logo-for-light-mode.webp",
|
|
"dark": "/claude-mem-logo-for-dark-mode.webp",
|
|
"href": "https://github.com/thedotmack/claude-mem"
|
|
},
|
|
"colors": {
|
|
"primary": "#3B82F6",
|
|
"light": "#EFF6FF",
|
|
"dark": "#1E40AF"
|
|
},
|
|
"navbar": {
|
|
"links": [
|
|
{
|
|
"label": "GitHub",
|
|
"href": "https://github.com/thedotmack/claude-mem"
|
|
}
|
|
],
|
|
"primary": {
|
|
"type": "button",
|
|
"label": "Install",
|
|
"href": "https://github.com/thedotmack/claude-mem#quick-start"
|
|
}
|
|
},
|
|
"navigation": {
|
|
"groups": [
|
|
{
|
|
"group": "Get Started",
|
|
"icon": "rocket",
|
|
"pages": [
|
|
"introduction",
|
|
"installation",
|
|
"usage/getting-started",
|
|
"usage/search-tools"
|
|
]
|
|
},
|
|
{
|
|
"group": "Configuration & Development",
|
|
"icon": "gear",
|
|
"pages": [
|
|
"configuration",
|
|
"development",
|
|
"troubleshooting"
|
|
]
|
|
},
|
|
{
|
|
"group": "Architecture",
|
|
"icon": "diagram-project",
|
|
"pages": [
|
|
"architecture/overview",
|
|
"architecture/hooks",
|
|
"architecture/worker-service",
|
|
"architecture/database",
|
|
"architecture/mcp-search"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"footer": {
|
|
"socials": {
|
|
"github": "https://github.com/thedotmack/claude-mem"
|
|
},
|
|
"links": [
|
|
{
|
|
"header": "Resources",
|
|
"items": [
|
|
{
|
|
"label": "Documentation",
|
|
"href": "https://github.com/thedotmack/claude-mem"
|
|
},
|
|
{
|
|
"label": "Issues",
|
|
"href": "https://github.com/thedotmack/claude-mem/issues"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"header": "Legal",
|
|
"items": [
|
|
{
|
|
"label": "License (AGPL-3.0)",
|
|
"href": "https://github.com/thedotmack/claude-mem/blob/main/LICENSE"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"seo": {
|
|
"indexing": "all",
|
|
"metatags": {
|
|
"og:type": "website",
|
|
"og:site_name": "Claude-Mem Documentation",
|
|
"og:description": "Persistent memory compression system that preserves context across Claude Code sessions"
|
|
}
|
|
},
|
|
"contextual": {
|
|
"options": [
|
|
"copy",
|
|
"view",
|
|
"chatgpt",
|
|
"claude",
|
|
"cursor"
|
|
]
|
|
},
|
|
"integrations": {
|
|
"telemetry": {
|
|
"enabled": false
|
|
}
|
|
}
|
|
}
|