From af6548c745898108920237807b171c714d11fab6 Mon Sep 17 00:00:00 2001 From: Marshall Bowers Date: Fri, 31 Jan 2025 09:34:13 -0500 Subject: [PATCH] docs: Remove lingering docs for `default_dock_anchor` (#24029) This PR removes some lingering docs leftover after `default_dock_anchor` was removed. These were missed in https://github.com/zed-industries/zed/pull/18210. Closes https://github.com/zed-industries/zed/issues/24023. Release Notes: - N/A --- docs/src/configuring-zed.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/docs/src/configuring-zed.md b/docs/src/configuring-zed.md index 41a886088cc163799fca63e9bb81ac1bb6bc00da..e611f718c0e0315aed4112fa7012e0c97a68260e 100644 --- a/docs/src/configuring-zed.md +++ b/docs/src/configuring-zed.md @@ -515,12 +515,6 @@ List of `string` values "cursor_shape": "hollow" ``` -**Options** - -1. Position the dock attached to the bottom of the workspace: `bottom` -2. Position the dock to the right of the workspace like a side panel: `right` -3. Position the dock full screen over the entire workspace: `expanded` - ## Editor Scrollbar - Description: Whether or not to show the editor scrollbar and various elements in it.