doc: remove optional title prefixes

PR-URL: https://github.com/nodejs/node/pull/60087
Refs: https://github.com/nodejs/doc-kit/issues/378
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
This commit is contained in:
Aviv Keller 2025-10-05 12:23:01 -04:00 committed by GitHub
parent 307eaca0f1
commit 0e942cc859
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View File

@ -1494,7 +1494,7 @@ console.log(Buffer.isEncoding(''));
// Prints: false // Prints: false
``` ```
### Class property: `Buffer.poolSize` ### `Buffer.poolSize`
<!-- YAML <!-- YAML
added: v0.11.3 added: v0.11.3
@ -5515,7 +5515,7 @@ introducing security vulnerabilities into an application.
[`Buffer.from(arrayBuf)`]: #static-method-bufferfromarraybuffer-byteoffset-length [`Buffer.from(arrayBuf)`]: #static-method-bufferfromarraybuffer-byteoffset-length
[`Buffer.from(buffer)`]: #static-method-bufferfrombuffer [`Buffer.from(buffer)`]: #static-method-bufferfrombuffer
[`Buffer.from(string)`]: #static-method-bufferfromstring-encoding [`Buffer.from(string)`]: #static-method-bufferfromstring-encoding
[`Buffer.poolSize`]: #class-property-bufferpoolsize [`Buffer.poolSize`]: #bufferpoolsize
[`ERR_INVALID_BUFFER_SIZE`]: errors.md#err_invalid_buffer_size [`ERR_INVALID_BUFFER_SIZE`]: errors.md#err_invalid_buffer_size
[`ERR_OUT_OF_RANGE`]: errors.md#err_out_of_range [`ERR_OUT_OF_RANGE`]: errors.md#err_out_of_range
[`JSON.stringify()`]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/JSON/stringify [`JSON.stringify()`]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/JSON/stringify

View File

@ -1651,7 +1651,7 @@ A MIME string is a structured string containing multiple meaningful
components. When parsed, a `MIMEType` object is returned containing components. When parsed, a `MIMEType` object is returned containing
properties for each of these components. properties for each of these components.
### Constructor: `new MIMEType(input)` ### `new MIMEType(input)`
* `input` {string} The input MIME to parse * `input` {string} The input MIME to parse
@ -1843,7 +1843,7 @@ added:
The `MIMEParams` API provides read and write access to the parameters of a The `MIMEParams` API provides read and write access to the parameters of a
`MIMEType`. `MIMEType`.
### Constructor: `new MIMEParams()` ### `new MIMEParams()`
Creates a new `MIMEParams` object by with empty parameters Creates a new `MIMEParams` object by with empty parameters