https://github.com/djasha/docs.
Recommended Model
- author docs from DealDash source folder:
/mintlify-docs - sync content to
djasha/docs - Mintlify project should point to
djasha/docsas production content source
One-Time Setup
- ensure Mintlify project is linked to
djasha/docs - set custom domain in Mintlify:
docs.drdj.me - keep DNS CNAME:
docs -> cname.mintlify-dns.com
Sync Command
Use the helper script from DealDash repo:CI/CD Sync Option
You can automate sync with GitHub Actions using a PAT secret (DOCS_REPO_PAT) scoped to repo write on djasha/docs.
Safety Rules
- run
pnpm docs:checkbefore sync - review diff in docs repo before push
- never force-push docs history
- include clear commit messages for docs changes