README.md

 1We have two cloudflare workers that let us serve some assets of this repo
 2from Cloudflare.
 3
 4- `open-source-website-assets` is used for `install.sh`
 5- `docs-proxy` is used for `https://zed.dev/docs`
 6
 7On push to `main`, both of these (and the files they depend on) are uploaded to Cloudflare.
 8
 9### Deployment
10
11These functions are deployed on push to main by the deploy_cloudflare.yml workflow. Worker Rules in Cloudflare intercept requests to zed.dev and proxy them to the appropriate workers.
12
13### Testing
14
15You can use [wrangler](https://developers.cloudflare.com/workers/cli-wrangler/install-update) to test these workers locally, or to deploy custom versions.