Claudio Wunder
Claudio Wunder
Hey @Saikirannaidu225 give a read here: https://github.com/nodejs/nodejs.org/issues/4003#issuecomment-1219596920
Just an off-topic, on nodejs.dev handling multiple versions is already a working feature. Right now we're only building the latest docs, as older docs (such as v14) have some invalid...
@bramus I could give a try to fix it, if you want.
@kezenwa like @bramus already stated, feel free to create a PR. It would be nice to review it and see how you did implement it :)
Hey @LekoArts, sorry for pinging you, but this is causing disruption for the Node.js org. Could you maybe give an 👀 here on your earlier convenience? Thanks 🙇
Will try to do, ty!
Note.: It only happens on build, when just running dev server, all pages work nicely.
Hey, @graysonhicks thank you so much for actually spending time on this and doing such a deep analysis, this is spectacular! Regarding making all the Markdown files MDX v1 compliant....
> How are the MD files in releases being generated? They're not being generated. Basically "copy/pasted" from [here](https://github.com/nodejs/nodejs.org/tree/main/locale/en/blog). Then we run a [script](https://github.com/nodejs/nodejs.dev/blob/main/scripts/transformNodeBlogPosts.js) that modifies the frontmatter to match the...
> maybe something changed to start exporting the files in MDX v2 format. They're not being exported on MDXv2. We never attempted to go through the MDXv2 format. (I tried,...