You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docusaurus.config.js
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -69,27 +69,32 @@ const config = {
69
69
label: '<VERSION_NUMBER>',
70
70
path: 'latest', // When a new version is released and this is no longer the current version, change this to the version number and then delete this comment.
71
71
banner: 'none',
72
+
className: 'X.X.X', // This should be the most recent version (major.minor.patch) so that the Javadoc links point to the latest version based on the major.minor version that the visitor is viewing on the docs site.
72
73
},
73
74
*/
74
75
current: {// When a new version is released and this is no longer the current version, change this to the version number and then delete this comment.
75
76
label: '3.14',
76
77
path: 'latest',// When a new version is released and this is no longer the current version, change this to the version number and then delete this comment.
0 commit comments