mirror of
https://github.com/oven-sh/bun
synced 2026-02-02 15:08:46 +00:00
Remove Bun.dns docs
This commit is contained in:
@@ -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`"),
|
||||
|
||||
@@ -42,6 +42,11 @@ Bun implements a set of native APIs on the `Bun` global object and through a num
|
||||
|
||||
---
|
||||
|
||||
<!-- - [DNS](/docs/api/dns)
|
||||
- `Bun.dns`
|
||||
|
||||
--- -->
|
||||
|
||||
- [Utils](/docs/api/utils)
|
||||
- `Bun.peek` `Bun.which`
|
||||
|
||||
@@ -57,11 +62,6 @@ Bun implements a set of native APIs on the `Bun` global object and through a num
|
||||
|
||||
---
|
||||
|
||||
- [DNS](/docs/api/dns)
|
||||
- `bun:dns`
|
||||
|
||||
---
|
||||
|
||||
- [Testing](/docs/api/test)
|
||||
- `bun:test`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user