-
Notifications
You must be signed in to change notification settings - Fork 29.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tools: build all.json by combining generated JSON
Notes: 1) Removed a number of root properties that did not seem relevant: source, desc, and introduced_in. There no longer is a source, and the other two are from the first include and do not reflect the entire API. 2) As with #20100, the current "desc" properties sometimes contained in-page links, other times referenced another page, and often did not match the links in the original HTML or JSON file. I chose to standardize on external links as "desc" values are isolated snippets as opposed to all.html which can be viewed as a standalone and self contained document. 3) Eliminated preprocessing for @include entirely, including the test case for this function. 4) _toc.md was renamed to index.md. 5) index comments no longer appear in embedded TOCs (left hand side column in the generated documentation. PR-URL: #21637 Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
- Loading branch information
Showing
12 changed files
with
165 additions
and
216 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,64 @@ | ||
@include _toc.md | ||
<!-- | ||
NB(chrisdickinson): if you move this file, be sure to update | ||
tools/doc/html.js to point at the new location. | ||
--> | ||
|
||
<!--introduced_in=v0.10.0--> | ||
|
||
* [About these Docs](documentation.html) | ||
* [Usage & Example](synopsis.html) | ||
|
||
<div class="line"></div> | ||
|
||
* [Assertion Testing](assert.html) | ||
* [Async Hooks](async_hooks.html) | ||
* [Buffer](buffer.html) | ||
* [C++ Addons](addons.html) | ||
* [C/C++ Addons - N-API](n-api.html) | ||
* [Child Processes](child_process.html) | ||
* [Cluster](cluster.html) | ||
* [Command Line Options](cli.html) | ||
* [Console](console.html) | ||
* [Crypto](crypto.html) | ||
* [Debugger](debugger.html) | ||
* [Deprecated APIs](deprecations.html) | ||
* [DNS](dns.html) | ||
* [Domain](domain.html) | ||
* [ECMAScript Modules](esm.html) | ||
* [Errors](errors.html) | ||
* [Events](events.html) | ||
* [File System](fs.html) | ||
* [Globals](globals.html) | ||
* [HTTP](http.html) | ||
* [HTTP/2](http2.html) | ||
* [HTTPS](https.html) | ||
* [Inspector](inspector.html) | ||
* [Internationalization](intl.html) | ||
* [Modules](modules.html) | ||
* [Net](net.html) | ||
* [OS](os.html) | ||
* [Path](path.html) | ||
* [Performance Hooks](perf_hooks.html) | ||
* [Process](process.html) | ||
* [Punycode](punycode.html) | ||
* [Query Strings](querystring.html) | ||
* [Readline](readline.html) | ||
* [REPL](repl.html) | ||
* [Stream](stream.html) | ||
* [String Decoder](string_decoder.html) | ||
* [Timers](timers.html) | ||
* [TLS/SSL](tls.html) | ||
* [Trace Events](tracing.html) | ||
* [TTY](tty.html) | ||
* [UDP/Datagram](dgram.html) | ||
* [URL](url.html) | ||
* [Utilities](util.html) | ||
* [V8](v8.html) | ||
* [VM](vm.html) | ||
* [Worker Threads](worker_threads.html) | ||
* [ZLIB](zlib.html) | ||
|
||
<div class="line"></div> | ||
|
||
* [GitHub Repo & Issue Tracker](https://github.com/nodejs/node) | ||
* [Mailing List](https://groups.google.com/group/nodejs) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.