You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-5Lines changed: 3 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@
9
9
</p>
10
10
11
11
<palign="center">
12
-
<code>api-docs-tooling</code> is a tool to generate API documentation of a Node.js project. <ahref="https://github.com/nodejs/node/issues/52343">See this issue</a> for more information.
12
+
<code>api-docs-tooling</code> is a tool to generate API documentation of Node.js. <ahref="https://github.com/nodejs/node/issues/52343">See this issue</a> for more information.
13
13
</p>
14
14
15
15
<palign="center">
@@ -38,9 +38,7 @@ Options:
38
38
-i, --input [patterns...] Specify input file patterns using glob syntax
39
39
-o, --output <path> Specify the relative or absolute output directory
40
40
-v, --version <semver> Specify the target version of Node.js, semver compliant (default: "v22.6.0")
41
-
-c, --changelog <url> Specify the path (file: or https://) to the CHANGELOG.md file (default:
-t, --target [mode...] Set the processing target modes (choices: "json-simple", "legacy-html",
44
-
"legacy-html-all")
41
+
-c, --changelog <url> Specify the path (file: or https://) to the CHANGELOG.md file (default: "https://raw.githubusercontent.com/nodejs/node/HEAD/CHANGELOG.md")
42
+
-t, --target [mode...] Set the processing target modes (choices: "json-simple", "legacy-html", "legacy-html-all", "man-page")
0 commit comments