diff options
-rw-r--r-- | docs/nav.ts | 6 | ||||
-rw-r--r-- | docs/runtime/bun-apis.md | 10 |
2 files changed, 8 insertions, 8 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`"), diff --git a/docs/runtime/bun-apis.md b/docs/runtime/bun-apis.md index 90f1d2b41..0cfdf61fb 100644 --- a/docs/runtime/bun-apis.md +++ b/docs/runtime/bun-apis.md @@ -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` |