diff --git a/docs/src/SUMMARY.md b/docs/src/SUMMARY.md index 0935366be4fd008310d0a8de7e35886ae0d3823f..2b79e28c13df4eae7a62c9ffc7089218079b8a64 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 72832c18d16c73d2009e712f1000e1a68215570a..23eb2530d9ec7c874d9a3ecf092c785261bda5df 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 3c36d1ede491c42858c1d16619fdf7436cc1ad0c..c54d46206173f07ca1f766d62219975345c69409 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 0000000000000000000000000000000000000000..a26beca9a34fe4755d30b404fdd97a94351fbd66 --- /dev/null +++ b/docs/src/tasks.md @@ -0,0 +1 @@ +# Tasks