Skip to content

Commit

Permalink
Add DNS docs page
Browse files Browse the repository at this point in the history
  • Loading branch information
Jarred-Sumner committed May 20, 2024
1 parent b15d47d commit 09438eb
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs/nav.ts
Original file line number Diff line number Diff line change
Expand Up @@ -342,9 +342,6 @@ export default {
page("api/utils", "Utils", {
description: `Bun implements a set of utilities that are commonly required by developers.`,
}), // "`Bun.peek`"),
// page("api/dns", "DNS", {
// description: `Resolve domain names to IP addresses.`,
// }), // "`bun:dns`"),
page("api/node-api", "Node-API", {
description: `Bun implements the Node-API spec for building native addons.`,
}), // "`Node-API`"),
Expand All @@ -353,6 +350,10 @@ export default {
description: `Bun includes a fast native Glob implementation for matching file paths.`,
}), // "`Glob`"),

page("api/dns", "DNS", {
description: `Resolve domain names to IP addresses.`,
}), // "`bun:dns`"),

page("api/semver", "Semver", {
description: `Bun's native Semver implementation is 20x faster than the popular \`node-semver\` package.`,
}), // "`Semver`"),
Expand Down

0 comments on commit 09438eb

Please sign in to comment.