This repository contains the official documentation for UptimeKit, an open-source, modern, and powerful status page and monitoring solution.
The documentation is built using Mintlify and is hosted at docs.uptimekit.io.
To preview the documentation locally, you need to install the Mintlify CLI.
npm i -g mintRun the following command at the root of this repository:
mint devThe documentation will be available at http://localhost:3000.
docs.json: Configuration for the documentation (navigation, theme, etc.).index.mdx: The homepage of the documentation.installation/: Guides for setting up the dashboard and workers.configuration/: Detailed configuration options.integrations/: Documentation for third-party integrations (Discord, Telegram, etc.).logo/: Brand assets.snippets/: Reusable MDX components.
We welcome contributions to the documentation! If you find a typo, outdated information, or want to add a new guide:
- Fork the repository.
- Create a new branch for your changes.
- Submit a Pull Request with a clear description of your improvements.
The documentation is licensed under the MIT License. See LICENSE for more information.