diff options
author | 2023-04-13 18:32:22 -0700 | |
---|---|---|
committer | 2023-04-13 18:32:22 -0700 | |
commit | 267a38f6fc226156a50292945a697308e7201e69 (patch) | |
tree | a30b610a1274bbe6868205046b66bb40b0db3372 /docs/nav.ts | |
parent | 011e157cac7698050370e24495a9002dacfceea9 (diff) | |
download | bun-267a38f6fc226156a50292945a697308e7201e69.tar.gz bun-267a38f6fc226156a50292945a697308e7201e69.tar.zst bun-267a38f6fc226156a50292945a697308e7201e69.zip |
Remove Bun.dns docs
Diffstat (limited to 'docs/nav.ts')
-rw-r--r-- | docs/nav.ts | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/nav.ts b/docs/nav.ts index a693a04ef..b3034a914 100644 --- a/docs/nav.ts +++ b/docs/nav.ts @@ -239,9 +239,9 @@ 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/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`"), |