Merge pull request #10197 from ToolJet/docs/remove-versions-and-banner

[docs]: Remove older doc versions + Remove warning banner from v2.61.0
This commit is contained in:
Adish M 2024-06-26 16:00:12 +05:30 committed by GitHub
commit b971c5186f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 11 deletions

View file

@ -123,6 +123,11 @@ module.exports = {
editUrl: 'https://github.com/ToolJet/Tooljet/blob/develop/docs/',
includeCurrentVersion: false,
lastVersion: '2.50.0-LTS',
versions: {
'2.61.0' : {
banner: 'none'
}
}
},
theme: {
customCss: require.resolve('./src/css/custom.css'),

View file

@ -24,16 +24,5 @@
"2.12.0",
"2.11.0",
"2.10.0",
"2.9.4",
"2.9.0",
"2.8.0",
"2.7.0",
"2.6.0",
"2.5.0",
"2.4.0",
"2.3.0",
"2.2.0",
"2.1.0",
"2.0.0",
"1.x.x"
]