refactor(organisation): added displayTitle field, organised pages and moved random contributor component - #2624
Conversation
Codecov Report
@@ Coverage Diff @@
## main #2624 +/- ##
==========================================
+ Coverage 84.33% 84.39% +0.05%
==========================================
Files 99 99
Lines 1111 1115 +4
Branches 309 313 +4
==========================================
+ Hits 937 941 +4
Misses 168 168
Partials 6 6
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
|
Please find a preview at: https://staging.nodejs.dev/2624/ |
|
This will break the existing links The first result is https://nodejs.dev/learn/how-to-install-nodejs => https://nodejs.dev/en/learn/how-to-install-nodejs |
I don't think this will break existing links... There are already redirects in place 🤔 but I feel like the Google Cloud deployment is broken. All the i18n changes were not deployed, somehow. |
|
For some reason these deploys are failing: https://github.com/nodejs/nodejs.dev/runs/7776407250 I do not have access to the Google Cloud Panel, so I have no idea what are the errors. |
But yes, I will update the |
|
Please find a preview at: https://staging.nodejs.dev/2624/ |
Check List
npm run lint:js -- --fixand/ornpm run lint:md -- --fixfor my JavaScript and/or Markdown changes.npm run testto check if all tests are passing, and/ornpm run test -- -uto update snapshots if I created and/or updated React Components.npm run buildandnpm run build-storybookwork fine.Description
This PR adds a couple of changes by:
displayTitlefield which will be used for the localised pages (i18n)Related Issues