Cachet is an easy-to-use and powerful open-source status page system. Cachet allows you effectively communicate downtime and system outages to your customers, teams, and shareholders.
This repository contains the source code for the Cachet documentation which is built using Mintlify.
The documentation is kindly hosted by Mintlify. To run the documentation locally:
- Clone the repository:
git clone [email protected]:cachethq/docs.git cachet-docs
- Install Mintlify:
npm install -g mintlify@latest
- Run the documentation:
cd cachet-docs mintlify dev
Check out the Mintlify Guide to learn more.