docs: Embed video directly, copying formatting from blog (#15229)
Quick doc fix for formatting and display.  Release Notes: - N/A
This commit is contained in:
parent
ec5886a078
commit
13693ff80f
2 changed files with 17 additions and 4 deletions
|
@ -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`.
|
||||
|
|
|
@ -4,9 +4,22 @@
|
|||
|
||||
Bring the power of [Jupyter kernels](https://docs.jupyter.org/en/latest/projects/kernels.html) to your editor! The built-in REPL for Zed allows you to run code interactively in your editor similarly to a notebook with your own text files.
|
||||
|
||||

|
||||
|
||||

|
||||
<figure style="overflow: hidden; border-top-left-radius: 2px; border-top-right-radius: 2px;">
|
||||
<video loop controls playsinline>
|
||||
<source
|
||||
src="https://customer-snccc0j9v3kfzkif.cloudflarestream.com/aec66e79f23d6d1a0bee5e388a3f17cc/downloads/default.mp4"
|
||||
type='video/webm; codecs="vp8.0, vorbis"'
|
||||
/>
|
||||
<source
|
||||
src="https://customer-snccc0j9v3kfzkif.cloudflarestream.com/aec66e79f23d6d1a0bee5e388a3f17cc/downloads/default.mp4"
|
||||
type='video/mp4; codecs="avc1.4D401E, mp4a.40.2"'
|
||||
/>
|
||||
<source
|
||||
src="https://zed.dev/img/post/repl/typescript-deno-kernel-markdown.png"
|
||||
type="image/png"
|
||||
/>
|
||||
</video>
|
||||
</figure>
|
||||
|
||||
## Installation
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue