diff options
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.`, |