diff options
author | 2023-04-08 05:23:11 -0400 | |
---|---|---|
committer | 2023-04-08 02:23:11 -0700 | |
commit | 461ae27d314561038a41982c77cb804ef7faffd7 (patch) | |
tree | 8febd1ae047b7e5d09656d2a3d9a8b021174fc93 /docs/nav.ts | |
parent | ba7a8a9cb5aefc6093621dcfb2ac1cb615b7c913 (diff) | |
download | bun-461ae27d314561038a41982c77cb804ef7faffd7.tar.gz bun-461ae27d314561038a41982c77cb804ef7faffd7.tar.zst bun-461ae27d314561038a41982c77cb804ef7faffd7.zip |
Rewrite Developer Docs, Improve DX for new users, moving away from Devcontainer (#2588)
* new docs starting point. missing alot of information
* very experimental idea: make setup
* run on ubuntu 20
* builds on ubuntu 20 (wsl) now
* add release instructions
* add valgrind note from jarred/new-bundler branch, just in case it gets lost when rebasing
* changes requested
Diffstat (limited to 'docs/nav.ts')
-rw-r--r-- | docs/nav.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/nav.ts b/docs/nav.ts index 5412e858a..adf99bc6d 100644 --- a/docs/nav.ts +++ b/docs/nav.ts @@ -186,7 +186,7 @@ export default { page("project/benchmarking", "Benchmarking", { description: `Bun is designed for performance. Learn how to benchmark Bun yourself.`, }), - page("project/developing", "Development", { + page("project/development", "Development", { description: "Learn how to contribute to Bun and get your local development environment up and running.", }), page("project/licensing", "License", { |