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: removed LTS label from v4 in doc version picker
Fixes: #20903
  • Loading branch information
Chris Young committed May 23, 2018
commit 6a43229baecdcd4dfbf4385173a57738982f6ad5
2 changes: 1 addition & 1 deletion tools/doc/html.js
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ function altDocs(filename, docCreated) {
{ num: '7.x' },
{ num: '6.x', lts: true },
{ num: '5.x' },
{ num: '4.x', lts: true },
{ num: '4.x' },
{ num: '0.12.x' },
{ num: '0.10.x' }
];
Expand Down