Skip to content
/ docs Public

πŸ“— Documentation for Cachet, the open-source, self-hosted status page system.

Notifications You must be signed in to change notification settings

cachethq/docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

8da6f9a Β· Mar 10, 2025
Dec 28, 2024
Mar 10, 2025
Nov 24, 2024
Dec 28, 2024
Mar 10, 2025
Dec 12, 2024
Dec 3, 2024
Feb 21, 2025
Nov 24, 2024
Jan 21, 2025
Dec 23, 2024
Nov 25, 2024

Repository files navigation

Cachet Logo

GitHub Sponsors

Cachet Documentation

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.

Running Locally

The documentation is kindly hosted by Mintlify. To run the documentation locally:

  1. Clone the repository:
    git clone git@github.com:cachethq/docs.git cachet-docs
  2. Install Mintlify:
    npm install -g mintlify@latest
  3. Run the documentation:
    cd cachet-docs
    mintlify dev

Contributing

Check out the Mintlify Guide to learn more.