Claudio Wunder
Claudio Wunder
### Check List - [x] I have read the [Contributing Guidelines](https://github.com/nodejs/nodejs.dev/blob/main/CONTRIBUTING.md) and made commit messages that follow the guideline. - [x] I have run `npm run lint:js -- --fix` and/or...
Hey, y'all 👋 on this pinned Issue, we're briefly explaining the current Priorities and Roadmap for the **Node.js Website Redesign**. These features still need to be done and would welcome...
Currently, our `/blog` endpoint has a raw listing of all the existing blog entries. As mentioned [here](https://github.com/nodejs/nodejs.dev/issues/2531), we want to introduce pagination support. But besides pagination support, it would make...
### Enter your suggestions in details: Currently, we're fetching data from Node.js API docs on a React Hook during the application's runtime. This creates several issues, such as: - No...
Hello y'all 👋 this pinned issue contains a list of all the current Documentation Issues that are open and that require contributions. Differently from the [main Node.js website](https://nodejs.org) the [Node.js...
### Enter your suggestions in details: Right now, the `src/pages/docs.tsx` is the only page with manual content written all over it. We want to move this page to `contents/docs/index.md` which...
## 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 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...
Microbundle supports providing a custom hash generator name for `CSS modules` by providing `--css-modules insertHashPatternHere` (eg.: `--css-modules _[hash:base64:5]`. ### The Bug But then Microbundle will also treat all CSS files...
Your `README.md` is absolutely huge. Why not creating something _wiki_ based or _class_ documentation, or something more lighter. It's absolutely mind blowing using README as your entire Documentation file.