Skip to content

Commit

Permalink
docs: show NEXT in version selectors (#18052)
Browse files Browse the repository at this point in the history
* docs: show NEXT in version selectors

(cherry picked from commit 497ae91)

* skip `docs/next` when validating links
  • Loading branch information
mdjermanovic committed Jan 30, 2024
1 parent 42c0aef commit 77dbfd9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/_data/config.json
@@ -1,5 +1,5 @@
{
"lang": "en",
"version": "7.26.0",
"showNextVersion": false
"showNextVersion": true
}
1 change: 1 addition & 0 deletions docs/tools/validate-links.js
Expand Up @@ -18,6 +18,7 @@ const skipPatterns = [
"/team",
"/donate",
"/docs/latest",
"/docs/next",
'src="null"'
];

Expand Down

0 comments on commit 77dbfd9

Please sign in to comment.