mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-23 08:58:26 +00:00
Merge pull request #10681 from ToolJet/docs/archive-versions
[docs:] Remove older versions
This commit is contained in:
commit
50ea9fc052
3 changed files with 6 additions and 33 deletions
|
|
@ -124,15 +124,10 @@ module.exports = {
|
|||
includeCurrentVersion: false,
|
||||
lastVersion: '2.50.0-LTS',
|
||||
versions: {
|
||||
'2.61.0': {
|
||||
banner: 'none'
|
||||
},
|
||||
'2.62.0': {
|
||||
banner: 'none'
|
||||
},
|
||||
'2.65.0': {
|
||||
label: '2.65.0-Pre Release 🚧',
|
||||
banner: 'none'
|
||||
}
|
||||
},
|
||||
}
|
||||
},
|
||||
theme: {
|
||||
|
|
|
|||
5
docs/static/robots.txt
vendored
5
docs/static/robots.txt
vendored
|
|
@ -1,7 +1,10 @@
|
|||
User-agent: *
|
||||
Disallow: /1.x.x/
|
||||
Disallow: /docs/1.x.x/
|
||||
|
||||
Disallow: /docs/2.1
|
||||
Disallow: /docs/2.2
|
||||
Disallow: /docs/2.3
|
||||
Disallow: /docs/2.4
|
||||
|
||||
# ################################################################################
|
||||
# ################################################################################
|
||||
|
|
|
|||
|
|
@ -1,30 +1,5 @@
|
|||
[
|
||||
"2.65.0",
|
||||
"2.62.0",
|
||||
"2.61.0",
|
||||
"2.50.0-LTS",
|
||||
"2.43.0",
|
||||
"2.39.0",
|
||||
"2.36.0",
|
||||
"2.35.0",
|
||||
"2.34.0",
|
||||
"2.33.0",
|
||||
"2.30.0",
|
||||
"2.29.0",
|
||||
"2.27.0",
|
||||
"2.25.0",
|
||||
"2.24.0",
|
||||
"2.23.0",
|
||||
"2.22.0",
|
||||
"2.19.0",
|
||||
"2.18.0",
|
||||
"2.17.0",
|
||||
"2.16.0",
|
||||
"2.15.0",
|
||||
"2.14.0",
|
||||
"2.13.0",
|
||||
"2.12.0",
|
||||
"2.11.0",
|
||||
"2.10.0",
|
||||
"1.x.x"
|
||||
]
|
||||
Loading…
Reference in a new issue