mirror of
https://github.com/zed-industries/zed.git
synced 2026-05-23 12:37:09 +00:00
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 ... |
||
|---|---|---|
| .. | ||
| docs-proxy | ||
| open-source-website-assets | ||
| README.md | ||
We have two cloudflare workers that let us serve some assets of this repo from Cloudflare.
open-source-website-assetsis used forinstall.shdocs-proxyis used forhttps://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.