Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc: add 'v' prefix to all versions in metadata #19590

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions doc/api/buffer.md
Original file line number Diff line number Diff line change
Expand Up @@ -2574,15 +2574,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 @@ -2594,7 +2594,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 @@ -203,7 +203,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 @@ -242,7 +242,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 @@ -365,7 +365,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