From 4a0c01e3d5b903b04df685b55713e4ecf9687ad8 Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Sun, 23 Aug 2020 12:26:41 -0700 Subject: [PATCH] tools,doc: remove "toc" anchor name The _name_ attribute is obsolete. Changing it to _id_ in the case of "toc" would result in a conflict with an existing id. However, there are no links to "#toc" in our docs. And if there were, it would be more appropriate to link to the id toc which is the toc for the individual documents. So remove the anchor name entirely. PR-URL: https://github.com/nodejs/node/pull/34893 Reviewed-By: Benjamin Gruenbaum Reviewed-By: James M Snell Reviewed-By: Luigi Pinca Reviewed-By: Franziska Hinkelmann Reviewed-By: Trivikram Kamat --- doc/template.html | 2 +- tools/doc/allhtml.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/template.html b/doc/template.html index 6caf5a82bc31a7..9e07b55c44e5e1 100644 --- a/doc/template.html +++ b/doc/template.html @@ -27,7 +27,7 @@

Node.js __VERSION__ Documentation