From 6815cc55b8eafcb0020d6f7e718a82f2ea47f19e Mon Sep 17 00:00:00 2001 From: Alex Newman Date: Fri, 12 Dec 2025 21:26:51 -0500 Subject: [PATCH] docs: add Mintlify documentation section to CLAUDE.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- CLAUDE.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CLAUDE.md b/CLAUDE.md index 01a80a65..1dc8c94e 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -92,3 +92,10 @@ npm run worker:logs # View worker logs **Viewer UI**: http://localhost:37777 **Worker Logs**: `~/.claude-mem/logs/worker-YYYY-MM-DD.log` + +## Documentation + +**Public Docs**: https://docs.claude-mem.ai (Mintlify) +**Source**: `docs/public/` - MDX files, edit `docs.json` for navigation +**Deploy**: Auto-deploys from GitHub on push to main +**Local Dev**: `cd docs/public && npx mintlify dev`