We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 843ab3e commit 095efacCopy full SHA for 095efac
doc/guides/doc-style-guide.md
@@ -62,6 +62,12 @@
62
* NOT OK: It is important to note that, in all cases, the return value will be
63
a string regardless.
64
<!-- lint enable prohibited-strings remark-lint-->
65
+* When referring to a version of Node.js in prose, use _Node.js_ and the version
66
+ number. Do not prefix the version number with _v_ in prose. This is to avoid
67
+ confusion about whether _v8_ refers to Node.js 8.x or the V8 JavaScript
68
+ engine.
69
+ * OK: _Node.js 14.x_, _Node.js 14.3.1_
70
+ * NOT OK: _Node.js v14_
71
72
See also API documentation structure overview in [doctools README][].
73
0 commit comments