This repo is the published Mintlify docs layer for JIGGAI products.
Canonical docs live in the product repos:
~/ClawRecipes/docs/**~/clawkitchen/docs/**
~/JIGGAIClawDocs is not the source of truth for product docs.
It is the downstream presentation/publishing repo.
When product docs change:
- edit the docs in the product repo first
- sync/export them into this repo
- preview/publish from here
Do not create or maintain canonical product docs here first and backfill later. If a page here was generated from a product repo, changes should go back to the product repo source file.
Install the Mintlify CLI:
npm i -g mintRun the preview server from this repo root:
mint devCurrent sync script:
node scripts/sync-product-docs.mjsThat script reads product-repo markdown and writes Mintlify-ready .mdx pages into this repo.