We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b00996c commit 3b43741Copy full SHA for 3b43741
doc/guides/doc-style-guide.md
@@ -65,6 +65,12 @@
65
* For headings, use sentence case, not title case.
66
* OK: _## Everybody to the limit_
67
* NOT OK: _## Everybody To The Limit_
68
+* When referring to a version of Node.js in prose, use _Node.js_ and the version
69
+ number. Do not prefix the version number with _v_ in prose. This is to avoid
70
+ confusion about whether _v8_ refers to Node.js 8.x or the V8 JavaScript
71
+ engine.
72
+ * OK: _Node.js 14.x_, _Node.js 14.3.1_
73
+ * NOT OK: _Node.js v14_
74
75
See also API documentation structure overview in [doctools README][].
76
0 commit comments