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
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -69,22 +69,26 @@ 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.10',
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.
77
78
banner: 'none',
79
+
className: '3.10.0',
78
80
},
79
81
"3.9": {// 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.
80
82
label: '3.9',
81
83
path: '3.9',// 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.
// The link in the <a> code below is generated based on the following JavadocLink component that must be added in place of a static Javadoc link in the doc:
0 commit comments