Skip to content

Commit eca9072

Browse files
fixup!: add nav & labels
1 parent 5b5329b commit eca9072

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

apps/site/navigation.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -332,6 +332,15 @@
332332
}
333333
}
334334
},
335+
"migrations": {
336+
"label": "components.navigation.learn.migrations.links.migrations",
337+
"items": {
338+
"introduction": {
339+
"link": "/learn/migrations/introduction",
340+
"label": "components.navigation.learn.migrations.links.introduction"
341+
}
342+
}
343+
},
335344
"modules": {
336345
"label": "components.navigation.learn.modules.links.modules",
337346
"items": {

packages/i18n/locales/en.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,12 @@
9494
"acceptInputFromTheCommandLineInNodejs": "Accept input from the command line in Node.js"
9595
}
9696
},
97+
"migrations": {
98+
"links": {
99+
"migrations": "Userland Migrations",
100+
"introduction": "Introduction to Userland Migrations"
101+
}
102+
},
97103
"modules": {
98104
"links": {
99105
"modules": "Modules",

0 commit comments

Comments
 (0)