nodejs.org
nodejs.org copied to clipboard
The Node.js® Website
## The Issue After the initial redesign of https://nodejs.org, the Downloads page became much cleaner and easier for newcomers and experienced devs to find the method they desired for downloading...
[nodejs-news-feeder](https://github.com/nodejs/nodejs-news-feeder) is a "poc" to see if an internal infomation feed to the node project would be useful. For me it would. But the problem is that it isn't highlighted...
### Enter your suggestions in details: Today I learned that we had a status page at https://status.nodejs.org/ - I see https://github.com/nodejs/build/issues/2265 but no real mention of teaching people about it....
We need to create a comprehensive documentation guide similar to [`ADDING_LEARN_PAGE`](https://github.com/nodejs/nodejs.dev/blob/main/ADDING_LEARN_PAGE.md) but extended to cover all content on the nodejs.dev website. The documentation should include the following sections: 1. **File...
### Enter your suggestions in details: The `WithSearchBox` modal currently has the following accessibility issues: 1. **Accidental Scrolling:** When the modal content is larger than the viewport, users can accidentally...
## Description Introducing a package that allow us to compile mdx for our(s) app(s). ## Validation Theses things should work - [x] meta bar - [x] blog - [x] blog...
### Enter your suggestions in details: ## 1. What I expected to happen. The [Learn](https://nodejs.org/en/learn) page [Reading files with Node.js](https://nodejs.org/en/learn/manipulating-files/reading-files-with-nodejs) ends with: > ... > All three of fs.readFile(), fs.readFileSync()...
This PR: - Fixes the nasty fetch failed issue on deployments by rewriting the fetch statements to `.then().catch()` format - Adds a missing type file - Moves a constant to...
## Description As I noticed in [my first PR](https://github.com/nodejs/nodejs.org/pull/8417#issuecomment-3651642156), the guidelines currently state that commit messages need to start with a capital letter. This guideline is not followed so let's...
### Enter your suggestions in details: An example area is flickering on example switching. All examples consists of 14 lines but only "streams pipeline" have 13 lines. Just add an...