@@ -29,7 +29,7 @@ This document provides an overview of the technologies used in the Node.js websi
29
29
- [ Layouts System] ( #layouts-system )
30
30
- [ Content Processing Pipeline] ( #content-processing-pipeline )
31
31
- [ Rewrite and Redirect System] ( #rewrite-and-redirect-system )
32
- - [ ` next.rewrites.mjs ` ] ( #nextrwritesmjs )
32
+ - [ ` next.rewrites.mjs ` ] ( #nextrewritesmjs )
33
33
- [ ` redirects.json ` ] ( #redirectsjson )
34
34
- [ Configuration Files] ( #configuration-files )
35
35
- [ ` site.json ` ] ( #sitejson )
@@ -66,7 +66,7 @@ We chose Next.js because it is:
66
66
- Versatile and hackable for custom requirements
67
67
- Stable with strong community maintenance
68
68
- Well-suited as a long-term framework choice
69
- - Capable of supporting static builds (requirement from TSC )
69
+ - Capable of supporting static builds (a requirement from the Node.js Technical Steering Committee )
70
70
71
71
### Styling System
72
72
@@ -174,7 +174,7 @@ This file handles:
174
174
- Discovering all source pages in ` apps/site/pages/en `
175
175
- Identifying translated pages
176
176
- Generating localized paths for untranslated content
177
- - Creating fallback pages with English content but localized navigation
177
+ - Creating fallback pages that show English content with translated menus and UI elements
178
178
179
179
#### ` next.data.mjs ` - Build-time Data
180
180
@@ -350,6 +350,6 @@ Benefits:
350
350
351
351
### End-to-End Testing
352
352
353
- - Playwright for full application testing
353
+ - [ Playwright] ( https://playwright.dev/ ) for full application testing
354
354
- Critical user journey validation
355
355
- Cross-browser compatibility testing
0 commit comments