nodejs.dev
nodejs.dev copied to clipboard
A redesign of Nodejs.org built using Gatsby.js with React.js, TypeScript, and Remark.
## Summary Currently, our `/blog` page doesn't support pagination, hence every single posted post from every category will be shown there. Since we separate blog posts per category within `/blog`...
## Description Everytime a PR is created the cleanup staging deploy yml file produces a warning ```"service_account_key" has been deprecated. Please switch to using google-github-actions/auth which supports both Workload Identity...
## Summary Currently scroll bars are not pretty, and default to system scroll. It kinda breaks the style of the site in dark mode. Perhaps implementing custom style for the...
## Description Currently, the `Footer` component includes the `` which displays the Random Contributor on every page. In multiple pages such as blog posts, learn or documentation this doesn't make...
## Time **UTC Wed 27-Jul-2022 18:00 (06:00 PM)**: | Timezone | Date/Time | |---------------|-----------------------| | US / Pacific | Wed 27-Jul-2022 11:00 (11:00 AM) | | US / Mountain |...
## Description This PR creates the initial `guides` directory along with a `commit-messages` page. My idea is this directory would contain articles related to best practices with Node.js development. We...
## Summary Create a new page that includes the nodejs calendar. The url should be something like nodejs.dev/sites/calendar Tracking issue #275 ### Motivation This page will replace https://nodejs.org/calendar - [...
This should be a guiding principle in all work being done here.
Some types are in `src/types.ts`, some in dedicated components. We should move them all where they belong and export.`src/types.ts` is getting already confusing.
(not sure if this is the right template and label to discuss # Documentation Is - [ ] Missing/Needed - [ ] Incorrect - [ ] Confusing - [x] Not...