diff options
author | 2023-08-07 14:02:43 -0700 | |
---|---|---|
committer | 2023-08-07 14:02:43 -0700 | |
commit | 0b183beb51367004795d8a431eb06bb2fa4f8250 (patch) | |
tree | 86440cc6a1d809c3f383c07173afda1ffcf1dc5f /docs/nav.ts | |
parent | 5ce393aab815f38ce9594d8a7d481a608ee8524c (diff) | |
download | bun-0b183beb51367004795d8a431eb06bb2fa4f8250.tar.gz bun-0b183beb51367004795d8a431eb06bb2fa4f8250.tar.zst bun-0b183beb51367004795d8a431eb06bb2fa4f8250.zip |
Improve plugin docs
Diffstat (limited to 'docs/nav.ts')
-rw-r--r-- | docs/nav.ts | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/nav.ts b/docs/nav.ts index ff74e16c3..4b3a67ec0 100644 --- a/docs/nav.ts +++ b/docs/nav.ts @@ -110,6 +110,9 @@ export default { page("runtime/nodejs-apis", "Node.js compatibility", { description: `Bun aims for full Node.js compatibility. This page tracks the current compatibility status.`, }), + page("runtime/plugins", "Plugins", { + description: `Implement custom loaders and module resolution logic with Bun's plugin system.`, + }), // page("runtime/nodejs", "Node.js compatibility", { // description: `Track the status of Bun's API compatibility with Node.js.`, |