mirror of
https://github.com/oven-sh/bun
synced 2026-02-10 02:48:50 +00:00
Update nav.ts
This commit is contained in:
@@ -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`"),
|
||||
|
||||
Reference in New Issue
Block a user