Overview
The docs live in thedocs/ directory of the LogLife monorepo and are built with Mintlify. They are deployed automatically to docs.loglife.co whenever changes are merged into main.
How to update
All pages are.mdx files in docs/. The full Mintlify syntax reference is stored in .cursor/rules.md at the repo root, so if you’re using an AI editor you can just ask it to make changes and it will follow the correct syntax.
To add or edit a page manually:
- Create or edit an
.mdxfile indocs/. - Add frontmatter at the top of the file (
title,description). - If you’re adding a new page, register it in
docs/docs.jsonunder the appropriate navigation group.
How to preview locally
http://localhost:3000) with hot reload. Changes to .mdx files are reflected immediately.
You need the Mintlify CLI installed globally:
npm i -g mintlify.Where it shows up
| Environment | URL | Trigger |
|---|---|---|
| Local preview | localhost:3000 | mintlify dev |
| Production | docs.loglife.co | Merge to main |
main branch, Mintlify automatically rebuilds and deploys the site. No manual deploy step is needed.