diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js index 96759524e0..3a08530771 100644 --- a/docs/docusaurus.config.js +++ b/docs/docusaurus.config.js @@ -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'), diff --git a/docs/versions.json b/docs/versions.json index 55f62cacad..e20f6b092c 100644 --- a/docs/versions.json +++ b/docs/versions.json @@ -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" ]