diff options
-rw-r--r-- | docs/nav.ts | 2 | ||||
-rw-r--r-- | docs/project/contributing.md (renamed from docs/project/development.md) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/docs/nav.ts b/docs/nav.ts index ccf3679fe..edd50089e 100644 --- a/docs/nav.ts +++ b/docs/nav.ts @@ -355,7 +355,7 @@ export default { page("project/benchmarking", "Benchmarking", { description: `Bun is designed for performance. Learn how to benchmark Bun yourself.`, }), - page("project/development", "Development", { + page("project/contributing", "Contributing", { description: "Learn how to contribute to Bun and get your local development environment up and running.", }), page("project/licensing", "License", { diff --git a/docs/project/development.md b/docs/project/contributing.md index 4e0ae7825..4e0ae7825 100644 --- a/docs/project/development.md +++ b/docs/project/contributing.md |