aboutsummaryrefslogtreecommitdiff
path: root/docs/runtime/bun-apis.md
diff options
context:
space:
mode:
authorGravatar Colin McDonnell <colinmcd94@gmail.com> 2023-04-13 18:32:22 -0700
committerGravatar Colin McDonnell <colinmcd94@gmail.com> 2023-04-13 18:32:22 -0700
commit267a38f6fc226156a50292945a697308e7201e69 (patch)
treea30b610a1274bbe6868205046b66bb40b0db3372 /docs/runtime/bun-apis.md
parent011e157cac7698050370e24495a9002dacfceea9 (diff)
downloadbun-267a38f6fc226156a50292945a697308e7201e69.tar.gz
bun-267a38f6fc226156a50292945a697308e7201e69.tar.zst
bun-267a38f6fc226156a50292945a697308e7201e69.zip
Remove Bun.dns docs
Diffstat (limited to 'docs/runtime/bun-apis.md')
-rw-r--r--docs/runtime/bun-apis.md10
1 files changed, 5 insertions, 5 deletions
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`