diff options
Diffstat (limited to 'docs/nav.ts')
-rw-r--r-- | docs/nav.ts | 5 |
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", { |