This directory contains the documentation for CertWatch, built with Mintlify.
docs/
├── docs.json # Main configuration file
├── index.mdx # Documentation home page
├── quickstart.mdx # Getting started guide
├── certificates/ # Certificate management docs
├── notifications/ # Notification channel docs
├── teams/ # Teams & organizations docs
└── api-reference/ # API documentation
Install the Mintlify CLI to preview documentation changes locally:
npm i -g mintlifyRun the development server:
mintlify devView your local preview at http://localhost:3000.
Documentation is automatically deployed via the Mintlify GitHub integration when changes are pushed to the main branch.
When adding or updating documentation:
- Follow the existing file structure and naming conventions
- Use MDX for rich content with React components
- Test changes locally with
mintlify devbefore pushing - Ensure all internal links are valid