This repository contains the documentation for claude-mem, built with Mintlify.
- Node.js 18+
- Mintlify CLI (
npm i -g mint
)
# Install Mintlify CLI
npm i -g mint
# Start dev server
mint dev
# Or on a custom port
mint dev --port 3333
The documentation will be available at http://localhost:3000 (or your custom port).
claude-mem-docs/
├── mint.json # Mintlify configuration
├── introduction.mdx # Landing page
├── quickstart.mdx # Quick start guide
├── installation.mdx # Installation guide
├── concepts/ # Core concepts
├── configuration/ # Configuration guides
├── cli/ # CLI reference
├── api-reference/ # API documentation
├── guides/ # Tutorials and guides
└── advanced/ # Advanced topics
Edit mint.json
to:
- Update navigation structure
- Change colors and branding
- Configure analytics
- Add social links
Mintlify uses MDX format with special components:
<Card>
- Feature cards<CardGrid>
- Card layouts<Tabs>
- Tabbed content<Steps>
- Step-by-step guides<AccordionGroup>
- Collapsible sections<Note>
,<Warning>
,<Tip>
- Callouts
The documentation can be deployed to:
- Mintlify hosting (recommended)
- GitHub Pages
- Netlify/Vercel
- Custom domain
mint deploy
Documentation is licensed under MIT License.
Contributions are welcome! Please:
- Fork the repository
- Create a feature branch
- Make your changes
- Submit a pull request
- claude-mem Repository
- NPM Package
- Live Documentation (coming soon)