diff --git a/docs/nav.ts b/docs/nav.ts index 82de2eed50..416c5fd09b 100644 --- a/docs/nav.ts +++ b/docs/nav.ts @@ -340,6 +340,10 @@ export default { description: `Bun implements the Node-API spec for building native addons.`, }), // "`Node-API`"), + page("api/glob", "Glob", { + description: `Bun includes a fast native Glob implementation for matching file paths.`, + }), // "`Glob`"), + page("api/semver", "Semver", { description: `Bun's native Semver implementation is 20x faster than the popular \`node-semver\` package.`, }), // "`Semver`"),