README.md

 1Welcome to Zed's documentation.
 2
 3This is built on push to `main` and published automatically to [https://zed.dev/docs](https://zed.dev/docs).
 4
 5To preview the docs locally you will need to install [mdBook](https://rust-lang.github.io/mdBook/), and then run:
 6
 7```
 8mdbook serve docs
 9```
10
11### Internal docs:
12
13- We have a Cloudflare router called `docs-proxy`that intercepts requests to `zed.dev/docs` and forwards them to the "docs" Cloudflare Pages project.
14- CI uploads a new version to the Pages project from `.github/workflows/deploy_docs.yml` on every push to `main`.