aboutsummaryrefslogtreecommitdiff
path: root/docs/nav.ts
diff options
context:
space:
mode:
authorGravatar Colin McDonnell <colinmcd94@gmail.com> 2023-08-23 18:15:21 -0700
committerGravatar GitHub <noreply@github.com> 2023-08-23 18:15:21 -0700
commitaa08c35c062d0db004b9aaedcd8d427eda8aa7c7 (patch)
tree5a72d23bfec03de04709aea2835af5c552c2fdff /docs/nav.ts
parent20d42dfaa3c23c1302dd3d5837ba6714dc891ac4 (diff)
downloadbun-aa08c35c062d0db004b9aaedcd8d427eda8aa7c7.tar.gz
bun-aa08c35c062d0db004b9aaedcd8d427eda8aa7c7.tar.zst
bun-aa08c35c062d0db004b9aaedcd8d427eda8aa7c7.zip
Add Debugger docs and a couple guides (#4281)
* Add debugger docs. Add guides. * Add files
Diffstat (limited to 'docs/nav.ts')
-rw-r--r--docs/nav.ts3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/nav.ts b/docs/nav.ts
index e54a89552..633177ade 100644
--- a/docs/nav.ts
+++ b/docs/nav.ts
@@ -132,6 +132,9 @@ export default {
page("runtime/configuration", "Configuration", {
description: `Bun's runtime is configurable with environment variables and the bunfig.toml config file.`,
}),
+ page("runtime/debugger", "Debugger", {
+ description: `Debug your code with Bun's web-based debugger or VS Code extension`,
+ }),
page("runtime/framework", "Framework API", {
disabled: true,
description: