We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1aa8192 commit e01e79aCopy full SHA for e01e79a
site/docusaurus.config.ts
@@ -81,12 +81,9 @@ const config: Config = {
81
// Fallback if docs/ is not found
82
return `https://github.com/HarperDB/documentation/blob/main/docs/${docPath}`;
83
},
84
- lastVersion: 'current',
85
- includeCurrentVersion: true,
+ lastVersion: '4.6',
+ includeCurrentVersion: false,
86
versions: {
87
- 'current': {
88
- label: 'Latest',
89
- },
90
'4.6': {
91
banner: 'none', // No banner for this version
92
0 commit comments