File tree 1 file changed +4
-3
lines changed
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
4
4
within the [ tools/doc] ( https://github.com/nodejs/node/tree/main/tools/doc )
5
5
directory.
6
6
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:
10
9
11
10
1 . Human-readable HTML in ` out/doc/api/*.html `
12
11
2 . A JSON representation in ` out/doc/api/*.json `
@@ -302,3 +301,5 @@ mutate the data and appends it to the final JSON object.
302
301
303
302
For a more in-depth information we recommend to refer to the ` json.mjs ` file as
304
303
it 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