Nodejs.org: Wrong Node versions in the link text content

Created on 25 Apr 2016  路  4Comments  路  Source: nodejs/nodejs.org

I don't know, if it is so important before v6 release tomorrow, but just to be on the safe side.

Now in this page in the left toc column the "v4.4.2 API LTS" link actually directs to "Node.js v4.4.3 Documentation", and the "v5.10.1 API" link actually directs to "Node.js v5.11.0 Documentation".

I does not dare to create a PR because I'm not familiar with all the templates and localization things involved. Sorry.

pr

Most helpful comment

This has just been fixed by @tianp, I'm keeping this ticket open as a reminder for the 6.0 release.

Maybe we can modify scripts/plugins/navigation.js to pull the current Node.js versions and inject them into the navigation template.

All 4 comments

This has just been fixed by @tianp, I'm keeping this ticket open as a reminder for the 6.0 release.

Maybe we can modify scripts/plugins/navigation.js to pull the current Node.js versions and inject them into the navigation template.

+1 agree with @fhemberger, but how to get the current correct Node.js versions?

+1 to improving the navigation generator so we don't have to update our locale/*/site.json files every time a new version gets released. IIRC there's nothing else on the website that needs to be updated cause of new releases.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

markusdresch picture markusdresch  路  6Comments

williamkapke picture williamkapke  路  6Comments

fhemberger picture fhemberger  路  8Comments

mikeal picture mikeal  路  8Comments

celyes picture celyes  路  5Comments