zed/docs
Marshall Bowers 15299dcf80
docs: Update "Themes" page (#11379)
This PR updates the "Themes" page in the docs to remove some outdated
copy.

Release Notes:

- N/A
2024-05-03 19:05:29 -04:00
..
src docs: Update "Themes" page (#11379) 2024-05-03 19:05:29 -04:00
theme docs: Update inline code style (#11378) 2024-05-03 19:00:36 -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.