Skip to content

Latest commit

 

History

History
83 lines (63 loc) · 2.83 KB

File metadata and controls

83 lines (63 loc) · 2.83 KB

Documentation

Complete documentation for the Cloudflare Heartbeat Monitor.

Getting Started

Architecture & Design

Deployment

Development

Usage

Reference

Navigation

📁 Project Structure
├── 📖 docs/                    ← You are here
│   ├── QUICKSTART.md
│   ├── ARCHITECTURE.md
│   ├── DEPLOYMENT.md
│   ├── SETUP_CHECKLIST.md
│   └── PERMISSIONS.md
├── 🔧 .github/
│   ├── workflows/
│   ├── CONTRIBUTING.md
│   └── pull_request_template.md
├── 📦 examples/
│   ├── heartbeat-client.sh
│   ├── heartbeat-client.py
│   ├── heartbeat-client.js
│   └── systemd/
├── 🏗️ terraform/
│   ├── main.tf
│   └── README.md
└── 💻 src/
    └── index.js

Quick Links

Topic Document
First time setup Quick Start
Understanding the system Architecture
Deploying to production Deployment
Creating heartbeat clients Examples
Infrastructure as code Terraform
CI/CD workflows Workflows
Contributing code Contributing

Need Help?

  1. Check the relevant documentation above
  2. Review the troubleshooting section in the Deployment Guide
  3. Look at example implementations
  4. Check GitHub issues
  5. Review Cloudflare Workers documentation