From dcfec52b110b39a71209363ef0f76dd207c7f8e7 Mon Sep 17 00:00:00 2001 From: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> Date: Fri, 19 Jan 2024 18:52:10 -0800 Subject: [PATCH] Update nav.ts --- docs/nav.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/nav.ts b/docs/nav.ts index 9f1fef3e42..dee06d67c8 100644 --- a/docs/nav.ts +++ b/docs/nav.ts @@ -309,9 +309,9 @@ export default { page("api/globals", "Globals", { description: `Bun implements a range of Web APIs, Node.js APIs, and Bun-native APIs that are available in the global scope.`, }), // "`Bun.write`"), - page("api/shell", "$ Shell", { + page("runtime/shell", "$ Shell", { description: `Bun's cross-platform shell-scripting API makes shell scripting with JavaScript fun`, - }), // "`Bun.spawn`"), + }), // "`Bun.$`"), page("api/spawn", "Child processes", { description: `Spawn sync and async child processes with easily configurable input and output streams.`, }), // "`Bun.spawn`"),