nodejs.org
nodejs.org copied to clipboard
The Node.js® Website
I notice that there're many old URLs that don't exist, but consider these are of old history blogs, we shouldn't change them to modify the historic tracks, and there're still...
There are two other issues (#305 and #307) related to modifying the front page to point to both sets of documentation, and modifying /docs to do the same. This one...
The current page isn't too great. Could use more calls to action and should link to various contribution policies for parts of the project that have a lower barrier to...
Our [`robots.txt`](https://nodejs.org/robots.txt) file currently contain this: ``` User-Agent: * Disallow: /dist/ Disallow: /docs/ Allow: /dist/latest/ Allow: /dist/latest/docs/api/ Allow: /api/ ``` I'm not sure of the reason for disallowing `/docs/`, but...
The overview page at https://nodejs.org/en/download/releases/ and the parseable index at https://nodejs.org/dist/index.tab currently list the ABI version. However, they don't yet list the N-API version. While that version hopefully won't change...
Should the [Don't Block the Event Loop](https://nodejs.org/en/docs/guides/dont-block-the-event-loop/) guide be updated to reflect the `worker_threads` module as a way to offload blocking work to a worker as a way to, well,...
Something the Website WG has discussed for quite a while now is the need for a redesign (ref: https://github.com/nodejs/nodejs.org/issues/1375, https://github.com/nodejs/nodejs.org/issues/1338, https://github.com/nodejs/nodejs.org/issues/1075, https://github.com/nodejs/nodejs.org/issues/1074, https://github.com/nodejs/nodejs.org/issues/508, and many others). @hackygolucky and myself had...
Refs: https://github.com/nodejs/nodejs.org/pull/4865.
There're some files that aren't translated into the locale, which causes the "404 Page Not Found" Error when clicking "Edit on GitHub". Now the current solution is: If the file...
Optimizing the load performance. --- > 1. [Preconnecting](https://web.dev/uses-rel-preconnect) to google fonts for faster loading of fonts. > 2. Defering the script load and moving it to head tag (Fetching scripts...