aboutsummaryrefslogtreecommitdiff
path: root/docs/nav.ts
diff options
context:
space:
mode:
authorGravatar Colin McDonnell <colinmcd94@gmail.com> 2023-05-05 12:53:38 -0700
committerGravatar GitHub <noreply@github.com> 2023-05-05 12:53:38 -0700
commit386639a4c5049862b7ceb1522ea1512ac8f9a43f (patch)
tree63cd2e0bbb21b7a7b1054dd83127e5a1692ff45b /docs/nav.ts
parentd9386a68a4316052f355235a7ff4f4b5eb0a2722 (diff)
downloadbun-386639a4c5049862b7ceb1522ea1512ac8f9a43f.tar.gz
bun-386639a4c5049862b7ceb1522ea1512ac8f9a43f.tar.zst
bun-386639a4c5049862b7ceb1522ea1512ac8f9a43f.zip
Start esbuild migration guide. More docs. (#2787)
* Bundler docs updates. Start esbuild migration guide. * Updates * Add JS API comp * Tweaks * Updates * Updates * Updates
Diffstat (limited to 'docs/nav.ts')
-rw-r--r--docs/nav.ts5
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/nav.ts b/docs/nav.ts
index fcafdf25f..b0f0932e3 100644
--- a/docs/nav.ts
+++ b/docs/nav.ts
@@ -166,6 +166,9 @@ export default {
page("bundler/plugins", "Plugins", {
description: `Implement custom loaders and module resolution logic with Bun's plugin system.`,
}),
+ page("bundler/migration", "Migration", {
+ description: `Guides for migrating from other bundlers to Bun.`,
+ }),
divider("Test runner"),
page("cli/test", "`bun test`", {
@@ -202,7 +205,7 @@ export default {
page("ecosystem/stric", "Stric", {
description: `Stric is a minimalist, fast web framework for Bun.`,
}),
-
+
page("ecosystem/awesome", "Awesome", {
href: "https://github.com/apvarun/awesome-bun",
description: ``,