docs: Embed video directly, copying formatting from blog (#15229)

Quick doc fix for formatting and display. 


![image](https://github.com/user-attachments/assets/5f869516-74d0-417a-bbeb-4b65f1961b12)

Release Notes:

- N/A
This commit is contained in:
Kyle Kelley 2024-07-25 16:05:04 -07:00 committed by GitHub
parent ec5886a078
commit 13693ff80f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 17 additions and 4 deletions

View file

@ -18,5 +18,5 @@ Putting binary assets such as images in the Git repository will bloat the reposi
## Internal notes:
- We have a Cloudflare router called `docs-proxy`that intercepts requests to `zed.dev/docs` and forwards them to the "docs" Cloudflare Pages project.
- We have a Cloudflare router called `docs-proxy` that 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`.