Update nav.ts

This commit is contained in:
Jarred Sumner
2024-01-19 18:52:10 -08:00
parent 7ca4ca8972
commit dcfec52b11

View File

@@ -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`"),