Skip to content

Commit 1a19b3d

Browse files
committed
Add 3.15 to allowedLanguageDropdownVersions
1 parent 56476a9 commit 1a19b3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docusaurus.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ const config = {
169169

170170
// The following versions have Japanese docs, so the language dropdown should be displayed only when visitors are reading these versions of docs.
171171
customFields: {
172-
allowedLanguageDropdownVersions: ["current", "latest", "3.14", "3.13"],
172+
allowedLanguageDropdownVersions: ["current", "latest", "3.15", "3.14", "3.13"],
173173
},
174174

175175
plugins: [

0 commit comments

Comments
 (0)