This repository contains the comprehensive documentation for MemSync, a powerful platform for building personalized AI experiences through long-term memory management.
To run the documentation locally, you'll need to install and use the documentation tools.
Make sure you have Node.js installed, then install the documentation CLI:
npm i -g @mintlify/mdx
Start the local development server:
npx @mintlify/mdx dev
The documentation will be available at http://localhost:3000
.
- If the dev environment isn't running - Run
npm install
to re-install dependencies.
When contributing to the documentation:
- Follow the existing structure and formatting
- Test changes locally before submitting
- Ensure all links and references work correctly
- Update navigation in
docs.json
if adding new pages
The documentation is automatically deployed when changes are pushed to the main branch.