diff --git a/docs/src/development/glossary.md b/docs/src/development/glossary.md
index ed3b9fdde00a605ec04e3efc25271b57691a45af..1f6b07840b8c70a86c587c45e7b617b0266144e1 100644
--- a/docs/src/development/glossary.md
+++ b/docs/src/development/glossary.md
@@ -84,16 +84,16 @@ h_flex()
- `Panel`: An `Entity` implementing the `Panel` trait. Panels can be placed in a `Dock`. In the image below: `ProjectPanel` is in the left dock, `DebugPanel` is in the bottom dock, and `AgentPanel` is in the right dock. `Editor` does not implement `Panel`.
- `Dock`: A UI element similar to a `Pane` that can be opened and hidden. Up to three docks can be open at once: left, right, and bottom. A dock contains one or more `Panel`s, not `Pane`s.
-
+
- `Project`: One or more `Worktree`s
- `Worktree`: Represents either local or remote files.
-
+
- [Multibuffer](https://zed.dev/docs/multibuffers): A list of Editors, a multi-buffer allows editing multiple files simultaneously. A multi-buffer opens when an operation in Zed returns multiple locations, examples: _search_ or _go to definition_. See project search in the image below.
-
+
## Editor
diff --git a/docs/src/performance.md b/docs/src/performance.md
index e974d63f8816b68d30a1c06d7cbbc083f8564327..e52ea9c684de0e2b9d39efe2741dfe0728bc7641 100644
--- a/docs/src/performance.md
+++ b/docs/src/performance.md
@@ -15,7 +15,7 @@ See [samply](https://github.com/mstange/samply)'s README on how to install and r
The profile.json does not contain any symbols. Firefox profiler can add the local symbols to the profile for for. To do that hit the upload local profile button in the top right corner.
-
+
# In depth CPU profiling (Tracing)
@@ -52,10 +52,12 @@ Download the profiler:
## Usage
Open the profiler (tracy-profiler), you should see zed in the list of `Discovered clients` click it.
-
+
+
To find functions that take a long time follow this image:
-
+
+
# Task/Async profiling