Skip to content

Style Guide: v prefix for Node.js versions #61231

Description

@MikeMcC399

Situation

The Node.js documentation style guide section Version references doesn't reflect how versions are currently being referred to in documentation:


Version references

  • Use Node.js and the version number in prose. Do not prefix the version number with v.
    • OK: Node.js 14.x, Node.js 14.3.1
    • NOT OK: Node.js v14

and yet documentation pages, referring to versions, often do use a v prefix with the Node.js version number.

For example, https://nodejs.org/docs/latest-v24.x/api/assert.html

Image

Could this please be clarified in the Style Guide?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions