From 0b183beb51367004795d8a431eb06bb2fa4f8250 Mon Sep 17 00:00:00 2001 From: Colin McDonnell Date: Mon, 7 Aug 2023 14:02:43 -0700 Subject: Improve plugin docs --- docs/nav.ts | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs/nav.ts') 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.`, -- cgit v1.2.3