aboutsummaryrefslogtreecommitdiff
path: root/docs/nav.ts
diff options
context:
space:
mode:
authorGravatar Colin McDonnell <colinmcd94@gmail.com> 2023-09-14 20:51:19 -0700
committerGravatar Colin McDonnell <colinmcd94@gmail.com> 2023-09-14 20:54:53 -0700
commit332141a6f2bf61344bad4da400aec7f12173d9a9 (patch)
tree4796f1f76a2c68ec38f5f04048dc98a98e173e7b /docs/nav.ts
parent308237752a6e508d3f6f502adff7a7943be0c3dc (diff)
downloadbun-332141a6f2bf61344bad4da400aec7f12173d9a9.tar.gz
bun-332141a6f2bf61344bad4da400aec7f12173d9a9.tar.zst
bun-332141a6f2bf61344bad4da400aec7f12173d9a9.zip
Rework bunfig docs
Diffstat (limited to '')
-rw-r--r--docs/nav.ts5
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/nav.ts b/docs/nav.ts
index 08f6cee44..8ad7646b7 100644
--- a/docs/nav.ts
+++ b/docs/nav.ts
@@ -104,6 +104,9 @@ export default {
// page("runtime/apis", "APIs", {
// description: `Bun is a new JavaScript runtime designed to be a faster, leaner, more modern replacement for Node.js.`,
// }),
+ page("runtime/env", "Environment variables", {
+ description: `How to read and set environment variables, plus how to use them to configure Bun`,
+ }),
page("runtime/bun-apis", "Bun APIs", {
description: `Bun provides a set of highly optimized native APIs for performing common tasks.`,
}),
@@ -132,7 +135,7 @@ export default {
page("runtime/autoimport", "Auto-install", {
description: `Never use node_modules again. Bun can optionally auto-install your dependencies on the fly.`,
}),
- page("runtime/configuration", "Configuration", {
+ page("runtime/bunfig", "bunfig.toml", {
description: `Bun's runtime is configurable with environment variables and the bunfig.toml config file.`,
}),
page("runtime/debugger", "Debugger", {