Skip to content

Commit e01e79a

Browse files
committed
remove explicit latest version
1 parent 1aa8192 commit e01e79a

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

site/docusaurus.config.ts

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -81,12 +81,9 @@ const config: Config = {
8181
// Fallback if docs/ is not found
8282
return `https://github.com/HarperDB/documentation/blob/main/docs/${docPath}`;
8383
},
84-
lastVersion: 'current',
85-
includeCurrentVersion: true,
84+
lastVersion: '4.6',
85+
includeCurrentVersion: false,
8686
versions: {
87-
'current': {
88-
label: 'Latest',
89-
},
9087
'4.6': {
9188
banner: 'none', // No banner for this version
9289
},

0 commit comments

Comments
 (0)