From 5668ccac2fbdde532857f6998d72bd9f98f99403 Mon Sep 17 00:00:00 2001 From: Marshall Bowers Date: Mon, 18 Mar 2024 10:54:05 -0400 Subject: [PATCH] docs: Use plain quotes for callouts (#9499) This PR adjusts our docs to use plain Markdown quotes for callouts. This Markdown gets rendered in a number of different locations: - GitHub - zed.dev - mdBook As such, we should use Markdown that is supported by all three. Release Notes: - N/A --- docs/src/SUMMARY.md | 1 + docs/src/languages/elixir.md | 4 +--- docs/src/system_requirements.md | 4 +--- docs/src/tasks.md | 1 + 4 files changed, 4 insertions(+), 6 deletions(-) create mode 100644 docs/src/tasks.md diff --git a/docs/src/SUMMARY.md b/docs/src/SUMMARY.md index 0935366be4..2b79e28c13 100644 --- a/docs/src/SUMMARY.md +++ b/docs/src/SUMMARY.md @@ -1,6 +1,7 @@ # Summary [Getting Started](./getting_started.md) + - [System Requirements](./system_requirements.md) [Feedback](./feedback.md) # Configuring Zed diff --git a/docs/src/languages/elixir.md b/docs/src/languages/elixir.md index 72832c18d1..23eb2530d9 100644 --- a/docs/src/languages/elixir.md +++ b/docs/src/languages/elixir.md @@ -19,9 +19,7 @@ brew install elixir-ls 3. Restart Zed -{% hint style="warning" %} -If `elixir-ls` is not running in an elixir project, check the error log via the command palette action `zed: open log`. If you find an error message mentioning: `invalid LSP message header "Shall I install Hex? (if running non-interactively, use \"mix local.hex --force\") [Yn]`, you might need to install [`Hex`](https://hex.pm). You run `elixir-ls` from the command line and accept the prompt to install `Hex`. -{% endhint %} +> If `elixir-ls` is not running in an elixir project, check the error log via the command palette action `zed: open log`. If you find an error message mentioning: `invalid LSP message header "Shall I install Hex? (if running non-interactively, use \"mix local.hex --force\") [Yn]`, you might need to install [`Hex`](https://hex.pm). You run `elixir-ls` from the command line and accept the prompt to install `Hex`. ### Formatting with Mix diff --git a/docs/src/system_requirements.md b/docs/src/system_requirements.md index 3c36d1ede4..c54d462061 100644 --- a/docs/src/system_requirements.md +++ b/docs/src/system_requirements.md @@ -4,9 +4,7 @@ Supported versions: Catalina (10.15) - Sonoma (14.x). -{% hint style="info" %} -The implementation of our screen sharing feature makes use of [LiveKit](https://livekit.io). The LiveKit SDK requires macOS Catalina (10.15); consequently, in v0.62.4, we dropped support for earlier macOS versions that we were initially supporting. -{% endhint %} +> The implementation of our screen sharing feature makes use of [LiveKit](https://livekit.io). The LiveKit SDK requires macOS Catalina (10.15); consequently, in v0.62.4, we dropped support for earlier macOS versions that we were initially supporting. ## Linux, Windows, and Web diff --git a/docs/src/tasks.md b/docs/src/tasks.md new file mode 100644 index 0000000000..a26beca9a3 --- /dev/null +++ b/docs/src/tasks.md @@ -0,0 +1 @@ +# Tasks