Update nav.ts

This commit is contained in:
Jarred Sumner
2023-07-16 21:43:22 -07:00
parent d5c51092c8
commit a86d00c672

View File

@@ -242,6 +242,9 @@ export default {
page("api/websockets", "WebSockets", {
description: `Bun supports server-side WebSockets with on-the-fly compression, TLS support, and a Bun-native pubsub API.`,
}), // "`Bun.serve`"),
page("api/workers", "Workers", {
description: `Run code in a separate thread with Bun's native Worker API.`,
}), // "`Worker`"),
page("api/binary-data", "Binary data", {
description: `How to represent and manipulate binary data in Bun.`,
}), // "`Bun.serve`"),
@@ -254,9 +257,6 @@ export default {
page("api/import-meta", "import.meta", {
description: `Module-scoped metadata and utilities`,
}), // "`bun:sqlite`"),
page("api/workers", "Workers", {
description: `Run code in a separate thread with Bun's native Worker API.`,
}), // "`Worker`"),
page("api/sqlite", "SQLite", {
description: `The fastest SQLite driver for JavaScript is baked directly into Bun.`,
}), // "`bun:sqlite`"),