Source for docs.train.tech, the TRAIN Protocol documentation site, built with Mintlify. Navigation, theme, and site-wide settings live in docs.json; content pages are .mdx files under protocol/, protocol-spec/, changelog/, and research/.
Install the Mintlify CLI to preview documentation changes locally:
npm i -g mintlify
Run the following command at the root of this repo (where docs.json is):
mintlify dev
Changes are deployed to production automatically after pushing to the default branch, via the Mintlify Github App.
- Mintlify dev isn't running - Run
mintlify installto re-install dependencies. - Page loads as a 404 - Make sure you are running in a folder with
docs.json.