From 90e26bfed136b0c3eb580b85b49b6caac4c8d5c4 Mon Sep 17 00:00:00 2001 From: Nitin Date: Wed, 23 Jul 2025 18:52:20 +0530 Subject: [PATCH 1/4] Expanded 'TSC' so it's clearer for outsiders Signed-off-by: Nitin --- docs/technologies.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/technologies.md b/docs/technologies.md index 8f20ee7a0762b..91d0749f70514 100644 --- a/docs/technologies.md +++ b/docs/technologies.md @@ -66,7 +66,7 @@ We chose Next.js because it is: - Versatile and hackable for custom requirements - Stable with strong community maintenance - Well-suited as a long-term framework choice -- Capable of supporting static builds (requirement from TSC) +- Capable of supporting static builds (a requirement from the Node.js Technical Steering Committee) ### Styling System From c8a7e3a21e193fba7debe6ba7dc89c369fc53ebe Mon Sep 17 00:00:00 2001 From: Nitin Date: Wed, 23 Jul 2025 18:55:10 +0530 Subject: [PATCH 2/4] Fixed typo in #nextrwritesmjs anchor Signed-off-by: Nitin --- docs/technologies.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/technologies.md b/docs/technologies.md index 91d0749f70514..1ecd5c414a290 100644 --- a/docs/technologies.md +++ b/docs/technologies.md @@ -29,7 +29,7 @@ This document provides an overview of the technologies used in the Node.js websi - [Layouts System](#layouts-system) - [Content Processing Pipeline](#content-processing-pipeline) - [Rewrite and Redirect System](#rewrite-and-redirect-system) - - [`next.rewrites.mjs`](#nextrwritesmjs) + - [`next.rewrites.mjs`](#nextrewritesmjs) - [`redirects.json`](#redirectsjson) - [Configuration Files](#configuration-files) - [`site.json`](#sitejson) From 9b30ee5c05884454af2bd9100950da81ec79f2d8 Mon Sep 17 00:00:00 2001 From: Nitin Date: Wed, 23 Jul 2025 18:57:07 +0530 Subject: [PATCH 3/4] Clarified fallback mention in next.dynamic.mjs Signed-off-by: Nitin --- docs/technologies.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/technologies.md b/docs/technologies.md index 1ecd5c414a290..79c3f2ad1ff0d 100644 --- a/docs/technologies.md +++ b/docs/technologies.md @@ -174,7 +174,7 @@ This file handles: - Discovering all source pages in `apps/site/pages/en` - Identifying translated pages - Generating localized paths for untranslated content -- Creating fallback pages with English content but localized navigation +- Creating fallback pages that show English content with translated menus and UI elements #### `next.data.mjs` - Build-time Data From 82b57da4d564f92a3d4fe42ec49281ef6712da22 Mon Sep 17 00:00:00 2001 From: Nitin Date: Wed, 23 Jul 2025 19:01:17 +0530 Subject: [PATCH 4/4] Added URL for Playwright Signed-off-by: Nitin --- docs/technologies.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/technologies.md b/docs/technologies.md index 79c3f2ad1ff0d..6a15eb3d8e0a7 100644 --- a/docs/technologies.md +++ b/docs/technologies.md @@ -350,6 +350,6 @@ Benefits: ### End-to-End Testing -- Playwright for full application testing +- [Playwright](https://playwright.dev/) for full application testing - Critical user journey validation - Cross-browser compatibility testing