zed/docs
Marshall Bowers 02a859fb08
docs: Fix favicon (#11381)
This PR fixes the favicon used in the docs so it matches zed.dev.

Release Notes:

- N/A
2024-05-03 19:20:07 -04:00
..
src docs: Update "Themes" page (#11379) 2024-05-03 19:05:29 -04:00
theme docs: Fix favicon (#11381) 2024-05-03 19:20:07 -04:00
.gitignore Setup docs deployments with mdBook (#11369) 2024-05-03 15:52:15 -04:00
book.toml docs: Put redirects underneath /docs2 path 2024-05-03 18:52:39 -04:00
README.md update docs content (#11374) 2024-05-03 16:24:04 -06:00

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-proxythat intercepts requests to zed.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 to main.