This is the user-facing documentation of the phospho platform
- The deployed docs are available here.
- The open source code of the platform is available here.
The docs use Mintlify for deployment. Install the Mintlify CLI to preview the documentation changes locally. To install, use the following command
npm i -g mintlify
Run the following command at the root of your documentation (where mint.json is)
mintlify dev
To learn how to format the pages and what blocks you can use, check out the Mintlify docs.
mintlify dev
doesn't run - trynpx mintlify dev
- Mintlify dev isn't running - Run
mintlify install
it'll re-install dependencies. - Page loads as a 404 - Make sure you are running in a folder with
mint.json