aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> 2023-07-16 21:40:07 -0700
committerGravatar Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> 2023-07-16 21:40:07 -0700
commitd5c51092c818dadf49a7aba700d6ada8c3f8e9c3 (patch)
tree8c745adcb8173f1f1af74d1265ba0d519a6988a0
parent6a234e6fcea7ac015e5f77e5fe166cf64f2d5415 (diff)
downloadbun-d5c51092c818dadf49a7aba700d6ada8c3f8e9c3.tar.gz
bun-d5c51092c818dadf49a7aba700d6ada8c3f8e9c3.tar.zst
bun-d5c51092c818dadf49a7aba700d6ada8c3f8e9c3.zip
rename
-rw-r--r--docs/api/workers.md (renamed from docs/api/worker.md)0
-rw-r--r--docs/nav.ts3
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`"),
review-command-integrations'>wip-preview-command-integrations Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/examples/with-markdown/src/components (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2021-10-14Expose Vue component names for devtools (#1512)Gravatar Levi 3-3/+10
* Expose name on host component for Vue devtools * Add changeset * Update changeset to patch from minor * [ci] collect stats * [ci] collect stats Co-authored-by: leviceccato <leviceccato@users.noreply.github.com> Co-authored-by: Matthew Phillips <matthew@matthewphillips.info>
2021-10-14Fix type error in blog-multiple-authors example (#1553)Gravatar Yoshiaki Togami 4-4/+9
* chore: add description to avoid type error * fix: fix canonical url type in main head component
2021-10-14Add Vercel sponsorship logo (#1555)Gravatar Drew Powers 8-48/+60
* Add Vercel sponsorship logo Also normalize other logos * Add Vercel logo to www * Add logos to docs
2021-10-14Include pnpm example on "Installation" page (#1554)Gravatar Henrique Borges 1-0/+5
2021-10-14Added descriptions to docs pages (#1550)Gravatar AsyncBanana 22-8/+28
2021-10-14Only run `.github/workflows/stats.yml` locally, not on forks (#1549)Gravatar Caleb Jasik 1-0/+1
2021-10-14[ci] collect statsGravatar FredKSchott 1-0/+1
2021-10-13Add Community Themes and separate Featured Theme (#1543)Gravatar Mark Teekman 2-8/+30
* Separate object for featured and community themes I've split up the two so there's the featured one at the top at the page and community ones below the official themes * Add community themes and change featured themes * Add comma after featured object
2021-10-13Change publish date el to be more accessible (#1522)Gravatar AsyncBanana 2-2/+2
2021-10-13[ci] yarn formatGravatar matthewp 1-1/+1
2021-10-13docs: unify concepts in Spanish version (#1545)Gravatar Jorge del Casar 6-11/+11
2021-10-13[ci] yarn formatGravatar matthewp 1-1/+1