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