From 13861da9c01a652191220a7648b7dd814d61d613 Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Sat, 3 Mar 2018 16:14:06 -0800 Subject: [PATCH] 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. PR-URL: https://github.com/nodejs/node/pull/19113 Reviewed-By: Luigi Pinca Reviewed-By: Benjamin Gruenbaum Reviewed-By: Colin Ihrig Reviewed-By: Gibson Fahnestock Reviewed-By: Matheus Marchini Reviewed-By: James M Snell Reviewed-By: Jon Moss Reviewed-By: Sakthipriyan Vairamani --- doc/api/_toc.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/api/_toc.md b/doc/api/_toc.md index 69f89af5abb..29b264e77b3 100644 --- a/doc/api/_toc.md +++ b/doc/api/_toc.md @@ -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. + + + * [About these Docs](documentation.html) * [Usage & Example](synopsis.html)