Cachet is an open source status page system. Cachet allows you to effectively communicate downtime and system outages to your customers and stakeholders.
This repository contains the source code for the Cachet documentation, built with Mintlify.
Mintlify kindly hosts the documentation. To run it locally:
- Clone the repository:
git clone git@github.com: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.