From d9187ee0530c8b054eb6a29daf480690a849f10a Mon Sep 17 00:00:00 2001 From: Katie Geer Date: Wed, 17 Dec 2025 14:30:12 -0800 Subject: [PATCH] Shift nav pattern for "Working with Code" section --- docs/src/SUMMARY.md | 38 +++++++++++++++++++++++++------------- 1 file changed, 25 insertions(+), 13 deletions(-) diff --git a/docs/src/SUMMARY.md b/docs/src/SUMMARY.md index d874b463ae847858d77d2ec4eec4191b725e9cb9..d43c2b2c331127062c23a55a7d1b369aa9d61deb 100644 --- a/docs/src/SUMMARY.md +++ b/docs/src/SUMMARY.md @@ -30,24 +30,32 @@ -# Using Zed +# Working with Code + +- [Editing Code](./completions.md) + - [Code Completions](./completions.md) + - [Diagnostics & Quick Fixes](./diagnostics.md) + - [Multibuffers](./multibuffers.md) +- [Finding & Navigating](./command-palette.md) + - [Command Palette](./command-palette.md) + - [Outline Panel](./outline-panel.md) + - [Tab Switcher](./tab-switcher.md) +- [Running & Testing](./tasks.md) + - [Tasks](./tasks.md) + - [Debugger](./debugger.md) + - [REPL](./repl.md) +- [Git](./git.md) -- [Multibuffers](./multibuffers.md) -- [Command Palette](./command-palette.md) -- [Command-line Interface](./command-line-interface.md) -- [Outline Panel](./outline-panel.md) -- [Code Completions](./completions.md) -- [Collaboration](./collaboration/overview.md) +# Collaboration + +- [Overview](./collaboration/overview.md) - [Channels](./collaboration/channels.md) - [Contacts and Private Calls](./collaboration/contacts-and-private-calls.md) -- [Git](./git.md) -- [Debugger](./debugger.md) -- [Diagnostics](./diagnostics.md) -- [Tasks](./tasks.md) -- [Tab Switcher](./tab-switcher.md) + +# Remote Development + - [Remote Development](./remote-development.md) - [Environment Variables](./environment.md) -- [REPL](./repl.md) # Platform Support @@ -169,6 +177,10 @@ - [Yarn](./languages/yarn.md) - [Zig](./languages/zig.md) +# Reference + +- [Command-line Interface](./command-line-interface.md) + # Developing Zed - [Developing Zed](./development.md)