Skip to content

Commit b22252d

Browse files
nitin-is-meovflowd
andauthored
fix: improved technologies.md documentation (#8013)
* Expanded 'TSC' so it's clearer for outsiders Signed-off-by: Nitin <[email protected]> * Fixed typo in #nextrwritesmjs anchor Signed-off-by: Nitin <[email protected]> * Clarified fallback mention in next.dynamic.mjs Signed-off-by: Nitin <[email protected]> * Added URL for Playwright Signed-off-by: Nitin <[email protected]> --------- Signed-off-by: Nitin <[email protected]> Co-authored-by: Claudio Wunder <[email protected]>
1 parent f76285a commit b22252d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/technologies.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ This document provides an overview of the technologies used in the Node.js websi
2929
- [Layouts System](#layouts-system)
3030
- [Content Processing Pipeline](#content-processing-pipeline)
3131
- [Rewrite and Redirect System](#rewrite-and-redirect-system)
32-
- [`next.rewrites.mjs`](#nextrwritesmjs)
32+
- [`next.rewrites.mjs`](#nextrewritesmjs)
3333
- [`redirects.json`](#redirectsjson)
3434
- [Configuration Files](#configuration-files)
3535
- [`site.json`](#sitejson)
@@ -66,7 +66,7 @@ We chose Next.js because it is:
6666
- Versatile and hackable for custom requirements
6767
- Stable with strong community maintenance
6868
- 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)
7070

7171
### Styling System
7272

@@ -174,7 +174,7 @@ This file handles:
174174
- Discovering all source pages in `apps/site/pages/en`
175175
- Identifying translated pages
176176
- 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
178178

179179
#### `next.data.mjs` - Build-time Data
180180

@@ -350,6 +350,6 @@ Benefits:
350350

351351
### End-to-End Testing
352352

353-
- Playwright for full application testing
353+
- [Playwright](https://playwright.dev/) for full application testing
354354
- Critical user journey validation
355355
- Cross-browser compatibility testing

0 commit comments

Comments
 (0)