mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-01 05:44:17 +00:00
01aa7688c5
This PR updates the system requirements in the docs to note that Linux and Windows can be built from source. This matches the messaging we have in place on the [download page](https://zed.dev/download). Release Notes: - N/A |
||
---|---|---|
.. | ||
src | ||
theme | ||
.gitignore | ||
book.toml | ||
README.md |
Welcome to Zed's documentation.
This is built on push to main
and published automatically to https://zed.dev/docs.
To preview the docs locally you will need to install mdBook, and then run:
mdbook serve docs
Internal docs:
- We have a Cloudflare router called
docs-proxy
that intercepts requests tozed.dev/docs
and forwards them to the "docs" Cloudflare Pages project. - CI uploads a new version to the Pages project from
.github/workflows/deploy_docs.yml
on every push tomain
.