Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
doc: add introduced_in metadata to _toc.md
Allow users to switch to the table of contents for older versions of
Node.js. This gets rid of the "Failed to add alternative version link"
warnings when building docs.
  • Loading branch information
Trott committed Mar 4, 2018
commit 548a04837101cf88ceae9958eb4c9e49c9c4030a
3 changes: 3 additions & 0 deletions doc/api/_toc.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
@// 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)

Expand Down