mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-07 20:39:04 +03:00
3220986fc9
This PR formats the docs with Prettier. Release Notes: - N/A
456 B
456 B
These docs are intendended to replace both docs.zed.dev and introduce people to how to build Zed from source.
cd docs
from repo root- Install the vercel cli if you haven't already
pnpm i -g vercel
vercel
to deploy if you already have the project linked- Otherwise,
vercel login
andvercel
to link- Choose Zed Industries as the team, then
zed-app-docs
as the project
- Choose Zed Industries as the team, then
Someone can write a script for this when they have time.