diff options
-rw-r--r-- | docs/api/workers.md (renamed from docs/api/worker.md) | 0 | ||||
-rw-r--r-- | docs/nav.ts | 3 |
2 files changed, 3 insertions, 0 deletions
diff --git a/docs/api/worker.md b/docs/api/workers.md index c5a3da1a9..c5a3da1a9 100644 --- a/docs/api/worker.md +++ b/docs/api/workers.md diff --git a/docs/nav.ts b/docs/nav.ts index 5b35036d3..64b08b0e1 100644 --- a/docs/nav.ts +++ b/docs/nav.ts @@ -254,6 +254,9 @@ 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`"), |