File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -4,9 +4,8 @@ The Node.js API documentation is generated by an in-house tooling that resides
44within the [ tools/doc] ( https://github.com/nodejs/node/tree/main/tools/doc )
55directory.
66
7- The build process (using ` make doc ` ) uses this tooling to parse the markdown
8- files in [ doc/api] ( https://github.com/nodejs/node/tree/main/doc/api ) and
9- generate the following:
7+ The build process (using ` make doc ` or ` make doc-only ` ) uses this tooling to
8+ parse the markdown files in [ ` doc/api/ ` ] [ ] and generate the following:
109
11101 . Human-readable HTML in ` out/doc/api/*.html `
12112 . A JSON representation in ` out/doc/api/*.json `
@@ -302,3 +301,5 @@ mutate the data and appends it to the final JSON object.
302301
303302For a more in-depth information we recommend to refer to the ` json.mjs ` file as
304303it contains a lot of comments.
304+
305+ [ `doc/api/` ] : https://github.com/nodejs/node/tree/main/doc/api
You can’t perform that action at this time.
0 commit comments