diff --git a/tools/doc/html.js b/tools/doc/html.js
index e8c5f465d98cdc..1d640f2dcc06b5 100644
--- a/tools/doc/html.js
+++ b/tools/doc/html.js
@@ -384,6 +384,7 @@ function altDocs(filename, docCreated) {
const [, docCreatedMajor, docCreatedMinor] = docCreated.map(Number);
const host = 'https://nodejs.org';
const versions = [
+ { num: '12.x' },
{ num: '11.x' },
{ num: '10.x', lts: true },
{ num: '9.x' },