| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 972eafd commit 3a1d17a
1 file 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 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments