zed/.cloudflare
Ben Kunkle 62f7eaba0e
Staged docs releases (#50136)
Closes #ISSUE

Before you mark this PR as ready for review, make sure that you have:
- [x] Added a solid test coverage and/or screenshots from doing manual
testing
- [x] Done a self-review taking into account security and performance
aspects
- [x] Aligned any UI changes with the [UI
checklist](https://github.com/zed-industries/zed/blob/main/CONTRIBUTING.md#uiux-checklist)

Release Notes:

- N/A *or* Added/Fixed/Improved ...
2026-04-30 11:10:14 +00:00
..
docs-proxy Staged docs releases (#50136) 2026-04-30 11:10:14 +00:00
open-source-website-assets Remove 2 removal (#11867) 2024-05-15 11:06:05 -06:00
README.md Staged docs releases (#50136) 2026-04-30 11:10:14 +00:00

We have two cloudflare workers that let us serve some assets of this repo from Cloudflare.

  • open-source-website-assets is used for install.sh
  • docs-proxy is used for https://zed.dev/docs

During docs deployments, both of these (and the files they depend on) are uploaded to Cloudflare.

Deployment

These functions are deployed by the docs deployment workflows. Worker Rules in Cloudflare intercept requests to zed.dev and proxy them to the appropriate workers.

Testing

You can use wrangler to test these workers locally, or to deploy custom versions.