Skip to content

Commit 6d86268

Browse files
update after meeting
1 parent 81ee06b commit 6d86268

File tree

9 files changed

+24
-42
lines changed

9 files changed

+24
-42
lines changed

apps/site/layouts/Blog.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ const BlogLayout: FC = () => {
6363
'announcements',
6464
'release',
6565
'vulnerability',
66+
'migrations',
6667
'events',
6768
])}
6869
/>

apps/site/navigation.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,10 @@
197197
"securityBestPractices": {
198198
"link": "/learn/getting-started/security-best-practices",
199199
"label": "components.navigation.learn.gettingStarted.links.securityBestPractices"
200+
},
201+
"userlandMigrations": {
202+
"link": "/learn/getting-started/userland-migrations",
203+
"label": "components.navigation.learn.gettingStarted.links.userlandMigrations"
200204
}
201205
}
202206
},

apps/site/pages/en/learn/userland-migrations/v12-to-v14.md renamed to apps/site/pages/en/blog/migrations/v12-to-v14.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
---
2+
date: '2025-09-26T12:00:00.000Z'
3+
category: migrations
24
title: Node.js v12 to v14
3-
layout: learn
4-
authors: AugustinMauroy
5+
layout: blog-post
6+
author: AugustinMauroy
57
---
68

79
# Node.js v12 to v14

apps/site/pages/en/learn/userland-migrations/v14-to-v16.md renamed to apps/site/pages/en/blog/migrations/v14-to-v16.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
---
2+
date: '2025-09-26T12:00:00.000Z'
3+
category: migrations
24
title: Node.js v14 to v16
3-
layout: learn
4-
authors: AugustinMauroy
5+
layout: blog-post
6+
author: AugustinMauroy
57
---
68

79
# Node.js v14 to v16

apps/site/pages/en/learn/userland-migrations/v20-to-v22.md renamed to apps/site/pages/en/blog/migrations/v20-to-v22.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
---
2+
date: '2025-09-26T12:00:00.000Z'
3+
category: migrations
24
title: Node.js v20 to v22
3-
layout: learn
4-
authors: AugustinMauroy
5+
layout: blog-post
6+
author: AugustinMauroy
57
---
68

79
# Node.js v20 to v22

apps/site/pages/en/learn/userland-migrations/v22-to-v24.md renamed to apps/site/pages/en/blog/migrations/v22-to-v24.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
---
2+
date: '2025-09-26T12:00:00.000Z'
3+
category: migrations
24
title: Node.js v22 to v24
3-
layout: learn
4-
authors: AugustinMauroy
5+
layout: blog-post
6+
author: AugustinMauroy
57
---
68

79
# Node.js v22 to v24
File renamed without changes.

apps/site/pages/en/learn/userland-migrations/ecosystem.md

Lines changed: 0 additions & 23 deletions
This file was deleted.

packages/i18n/src/locales/en.json

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@
4848
"profiling": "Profiling Node.js Applications",
4949
"fetch": "Fetching data with Node.js",
5050
"websocket": "WebSocket client with Node.js",
51-
"securityBestPractices": "Security Best Practices"
51+
"securityBestPractices": "Security Best Practices",
52+
"userlandMigrations": "Introduction to Userland Migrations"
5253
}
5354
},
5455
"typescript": {
@@ -98,16 +99,6 @@
9899
"acceptInputFromTheCommandLineInNodejs": "Accept input from the command line in Node.js"
99100
}
100101
},
101-
"userland-migrations": {
102-
"links": {
103-
"userland-migrations": "Userland Migrations",
104-
"introduction": "Introduction to Userland Migrations",
105-
"ecosystem": "Ecosystem to Node.js",
106-
"v22-to-v24": "Node.js v22 to v24",
107-
"v20-to-v22": "Node.js v20 to v22",
108-
"v14-to-v16": "Node.js v14 to v16"
109-
}
110-
},
111102
"modules": {
112103
"links": {
113104
"modules": "Modules",
@@ -338,6 +329,7 @@
338329
"video": "Video",
339330
"weekly": "Weekly Updates",
340331
"wg": "Working Groups",
332+
"migrations": "Migrations guides",
341333
"events": "Events"
342334
}
343335
},

0 commit comments

Comments
 (0)