Files
claude-mem/docs/docs.json
T
Alex Newman 8b4c962e62 Add initial documentation for Claude-Mem plugin
- Created docs structure including introduction, installation, troubleshooting, and usage guides.
- Added detailed installation instructions with quick start and advanced options.
- Documented the automatic operation of Claude-Mem and its session management features.
- Introduced MCP search tools with usage examples and query strategies.
- Provided troubleshooting steps for common issues related to worker service, hooks, database, and search tools.
- Included system requirements and upgrade notes for transitioning from v3.x to v4.0.0.
2025-10-24 18:04:03 -04:00

71 lines
1.4 KiB
JSON

{
"$schema": "https://mintlify.com/schema.json",
"name": "Claude-Mem",
"logo": {
"dark": "/logo/dark.svg",
"light": "/logo/light.svg"
},
"favicon": "/favicon.svg",
"colors": {
"primary": "#3B82F6",
"light": "#EFF6FF",
"dark": "#1E40AF",
"background": {
"dark": "#0F172A",
"light": "#FFFFFF"
}
},
"topbarLinks": [
{
"name": "GitHub",
"url": "https://github.com/thedotmack/claude-mem"
}
],
"topbarCtaButton": {
"name": "Install",
"url": "https://github.com/thedotmack/claude-mem#quick-start"
},
"tabs": [
{
"name": "Documentation",
"url": "/"
},
{
"name": "Architecture",
"url": "/architecture"
}
],
"navigation": [
{
"group": "Get Started",
"pages": [
"introduction",
"installation",
"usage/getting-started",
"usage/search-tools"
]
},
{
"group": "Configuration & Development",
"pages": [
"configuration",
"development",
"troubleshooting"
]
},
{
"group": "Architecture",
"pages": [
"architecture/overview",
"architecture/hooks",
"architecture/worker-service",
"architecture/database",
"architecture/mcp-search"
]
}
],
"footerSocials": {
"github": "https://github.com/thedotmack/claude-mem"
}
}