Skip to content

Commit e821071

Browse files
tniessentrivikr
authored andcommitted
doc: add 'v' prefix to all versions in metadata
PR-URL: nodejs#19590 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
1 parent e3359c6 commit e821071

5 files changed

Lines changed: 9 additions & 9 deletions

File tree

doc/api/buffer.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2574,15 +2574,15 @@ console.log(buf);
25742574

25752575
## Buffer Constants
25762576
<!-- YAML
2577-
added: 8.2.0
2577+
added: v8.2.0
25782578
-->
25792579

25802580
Note that `buffer.constants` is a property on the `buffer` module returned by
25812581
`require('buffer')`, not on the `Buffer` global or a `Buffer` instance.
25822582

25832583
### buffer.constants.MAX_LENGTH
25842584
<!-- YAML
2585-
added: 8.2.0
2585+
added: v8.2.0
25862586
-->
25872587

25882588
* {integer} The largest size allowed for a single `Buffer` instance.
@@ -2594,7 +2594,7 @@ This value is also available as [`buffer.kMaxLength`][].
25942594

25952595
### buffer.constants.MAX_STRING_LENGTH
25962596
<!-- YAML
2597-
added: 8.2.0
2597+
added: v8.2.0
25982598
-->
25992599

26002600
* {integer} The largest length allowed for a single `string` instance.

doc/api/cluster.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -704,7 +704,7 @@ changes:
704704
- version: v9.4.0
705705
pr-url: https://github.com/nodejs/node/pull/17412
706706
description: The `windowsHide` option is supported now.
707-
- version: 8.2.0
707+
- version: v8.2.0
708708
pr-url: https://github.com/nodejs/node/pull/14140
709709
description: The `inspectPort` option is supported now.
710710
- version: v6.4.0

doc/api/console.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ undefined
203203
<!-- YAML
204204
added: v8.0.0
205205
changes:
206-
- version: 9.3.0
206+
- version: v9.3.0
207207
pr-url: https://github.com/nodejs/node/pull/17033
208208
description: "`console.debug` is now an alias for `console.log`."
209209
-->
@@ -242,7 +242,7 @@ Defaults to `false`. Colors are customizable; see
242242
<!-- YAML
243243
added: v8.0.0
244244
changes:
245-
- version: 9.3.0
245+
- version: v9.3.0
246246
pr-url: https://github.com/nodejs/node/pull/17152
247247
description: "`console.dirxml` now calls `console.log` for its arguments."
248248
-->

doc/api/fs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ Emitted when the `fs.ReadStream`'s file descriptor has been opened.
365365

366366
### readStream.bytesRead
367367
<!-- YAML
368-
added: 6.4.0
368+
added: v6.4.0
369369
-->
370370

371371
* Value: {number}

doc/api/process.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -468,7 +468,7 @@ Would generate the output:
468468

469469
## process.argv0
470470
<!-- YAML
471-
added: 6.4.0
471+
added: v6.4.0
472472
-->
473473

474474
* {string}
@@ -694,7 +694,7 @@ module.exports.foo();
694694

695695
## process.emitWarning(warning[, options])
696696
<!-- YAML
697-
added: 8.0.0
697+
added: v8.0.0
698698
-->
699699

700700
* `warning` {string|Error} The warning to emit.

0 commit comments

Comments
 (0)