8000 docs: show NEXT in version selectors (#18052) · eslint/eslint@77dbfd9 · GitHub
[go: up one dir, main page]

Skip to content

Commit 77dbfd9

Browse files
authored
docs: show NEXT in version selectors (#18052)
* docs: show NEXT in version selectors (cherry picked from commit 497ae91) * skip `docs/next` when validating links
1 parent 42c0aef commit 77dbfd9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

docs/src/_data/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"lang": "en",
33
"version": "7.26.0",
4-
"showNextVersion": false
4+
"showNextVersion": true
55
}

docs/tools/validate-links.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ const skipPatterns = [
1818
"/team",
1919
"/donate",
2020
"/docs/latest",
21+
"/docs/next",
2122
'src="null"'
2223
];
2324

0 commit comments

Comments
 (0)
0