Skip to content

Commit

Permalink
doc: add 'v' prefix to all versions in metadata
Browse files Browse the repository at this point in the history
PR-URL: #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>
  • Loading branch information
tniessen authored and targos committed Mar 27, 2018
1 parent c1a327b commit f07e820
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions doc/api/buffer.md
Original file line number Diff line number Diff line change
Expand Up @@ -2534,15 +2534,15 @@ console.log(buf);

## Buffer Constants
<!-- YAML
added: 8.2.0
added: v8.2.0
-->

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

### buffer.constants.MAX_LENGTH
<!-- YAML
added: 8.2.0
added: v8.2.0
-->

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

### buffer.constants.MAX_STRING_LENGTH
<!-- YAML
added: 8.2.0
added: v8.2.0
-->

* {integer} The largest length allowed for a single `string` instance.
Expand Down
2 changes: 1 addition & 1 deletion doc/api/cluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -704,7 +704,7 @@ changes:
- version: v9.4.0
pr-url: https://github.com/nodejs/node/pull/17412
description: The `windowsHide` option is supported now.
- version: 8.2.0
- version: v8.2.0
pr-url: https://github.com/nodejs/node/pull/14140
description: The `inspectPort` option is supported now.
- version: v6.4.0
Expand Down
4 changes: 2 additions & 2 deletions doc/api/console.md
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ undefined
<!-- YAML
added: v8.0.0
changes:
- version: 9.3.0
- version: v9.3.0
pr-url: https://github.com/nodejs/node/pull/17033
description: "`console.debug` is now an alias for `console.log`."
-->
Expand Down Expand Up @@ -280,7 +280,7 @@ Defaults to `false`. Colors are customizable; see
<!-- YAML
added: v8.0.0
changes:
- version: 9.3.0
- version: v9.3.0
pr-url: https://github.com/nodejs/node/pull/17152
description: "`console.dirxml` now calls `console.log` for its arguments."
-->
Expand Down
2 changes: 1 addition & 1 deletion doc/api/fs.md
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ Emitted when the `fs.ReadStream`'s file descriptor has been opened.

### readStream.bytesRead
<!-- YAML
added: 6.4.0
added: v6.4.0
-->

* Value: {number}
Expand Down
4 changes: 2 additions & 2 deletions doc/api/process.md
Original file line number Diff line number Diff line change
Expand Up @@ -468,7 +468,7 @@ Would generate the output:

## process.argv0
<!-- YAML
added: 6.4.0
added: v6.4.0
-->

* {string}
Expand Down Expand Up @@ -694,7 +694,7 @@ module.exports.foo();

## process.emitWarning(warning[, options])
<!-- YAML
added: 8.0.0
added: v8.0.0
-->

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

0 comments on commit f07e820

Please sign in to comment.