From 2a8f3a3b4eeea1cd46ac130ec7484b8ff0187a3f Mon Sep 17 00:00:00 2001 From: Colin McDonnell Date: Mon, 16 Oct 2023 16:11:03 -0400 Subject: [PATCH] Development -> Contributing (#6538) Co-authored-by: Colin McDonnell --- docs/nav.ts | 2 +- docs/project/{development.md => contributing.md} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename docs/project/{development.md => contributing.md} (100%) diff --git a/docs/nav.ts b/docs/nav.ts index ccf3679fe2..edd50089ee 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 similarity index 100% rename from docs/project/development.md rename to docs/project/contributing.md