-
-
Notifications
You must be signed in to change notification settings - Fork 34.5k
Description
Refs: #61231
Situation
The version header of the API docs https://nodejs.org/docs/latest/api/ displays
"Node.js v25.4.0 documentation"
using v notation as a version prefix.
The Node.js documentation style guide > Version references section specifies that this should be written without the v prefix.
"Node.js 25.4.0 documentation"
For comparison, the Blog post announcing the release of Node.js 25.4.0 displays without the v prefix, in alignment with the style guide.
Suggestion
Remove the v prefix from the version header in https://nodejs.org/docs/latest/api/.
Note that this issue is not seen in the preview https://nodejs-api-docs-tooling.vercel.app/ mentioned in #52343 , so this would resolve the issue if changes corresponding to the preview were to be moved into production.