From 13693ff80f856b358f30a2dfde319105e3b07f99 Mon Sep 17 00:00:00 2001 From: Kyle Kelley Date: Thu, 25 Jul 2024 16:05:04 -0700 Subject: [PATCH] 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 --- docs/README.md | 2 +- docs/src/repl.md | 19 ++++++++++++++++--- 2 files changed, 17 insertions(+), 4 deletions(-) diff --git a/docs/README.md b/docs/README.md index 7285ad1146e3f1ab0ca2f293a4e9adf967572b3a..b9a953ea898e3da0441757ad4dd3916f2a3215d1 100644 --- a/docs/README.md +++ b/docs/README.md @@ -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`. diff --git a/docs/src/repl.md b/docs/src/repl.md index ce30834953effc639611b5ea289f35efc35d7037..6960fee568aa247e118926ecd457fe9f27ecf37a 100644 --- a/docs/src/repl.md +++ b/docs/src/repl.md @@ -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. -![Run Python Block by Block](https://customer-snccc0j9v3kfzkif.cloudflarestream.com/aec66e79f23d6d1a0bee5e388a3f17cc/downloads/default.mp4) - -![Markdown documents become notebooks](https://zed.dev/img/post/repl/typescript-deno-kernel-markdown.png) +
+ +
## Installation