From 7180880047a7dcefd9c974257833ea53de29c14f Mon Sep 17 00:00:00 2001 From: Danilo Leal <67129314+danilo-leal@users.noreply.github.com> Date: Fri, 6 Sep 2024 13:43:54 -0300 Subject: [PATCH] docs: Add design touch-ups (#17505) This PR adds several design tweaks to elements of the documentation, most notably swapping the heading title font from `PPAgrandir` to `Lora`, which makes the docs consistent with the new website. Aside from this, there's also some tiny, low-hanging content adjustments to a few pages. --- Release Notes: - N/A --- docs/src/completions.md | 2 +- docs/src/contribute-to-zed.md | 2 +- docs/src/repl.md | 2 +- docs/theme/css/chrome.css | 38 ++++++++++++++----- docs/theme/css/general.css | 44 ++++++++++++++++------ docs/theme/css/variables.css | 17 +++++---- docs/theme/fonts/Lora.var.woff2 | Bin 0 -> 84124 bytes docs/theme/fonts/PPAgrandir-Regular.woff2 | Bin 27836 -> 0 bytes docs/theme/fonts/fonts.css | 14 +++---- 9 files changed, 81 insertions(+), 38 deletions(-) create mode 100644 docs/theme/fonts/Lora.var.woff2 delete mode 100644 docs/theme/fonts/PPAgrandir-Regular.woff2 diff --git a/docs/src/completions.md b/docs/src/completions.md index ccf1f2578a..167c7c48e6 100644 --- a/docs/src/completions.md +++ b/docs/src/completions.md @@ -15,7 +15,7 @@ When there is an appropriate language server available, Zed will by-default prov You can manually trigger completions with `ctrl-space` or by triggering the `editor::ShowCompletions` action from the command palette. -For more information, see : +For more information, see: - [Configuring Supported Languages](./configuring-languages.md) - [List of Zed Supported Languages](./languages.md). diff --git a/docs/src/contribute-to-zed.md b/docs/src/contribute-to-zed.md index 54346813be..14a189b0e5 100644 --- a/docs/src/contribute-to-zed.md +++ b/docs/src/contribute-to-zed.md @@ -12,4 +12,4 @@ If you're wanting to contribute by building out a feature, we recommend taking a ## Zed GitHub Repository -Our codebase can be found [here](https://github.com/zed-industries/zed). +Check [our codebase out on GitHub](https://github.com/zed-industries/zed). diff --git a/docs/src/repl.md b/docs/src/repl.md index 6f3c8e7844..3d5d441e79 100644 --- a/docs/src/repl.md +++ b/docs/src/repl.md @@ -4,7 +4,7 @@ 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. -
+