Skip to content

Commit

Permalink
[DX-1565] Update python script for v5.5.0 and add hyphen requested fo…
Browse files Browse the repository at this point in the history
…r LTS version (#5147)

* update python script for v5.5.0 and add hyphen requested for LTS version

* update LTS formatting for code review

---------

Co-authored-by: Simon Pears <[email protected]>
  • Loading branch information
dcs3spp and Simon Pears authored Aug 12, 2024
1 parent 8458fe3 commit 8a9aa62
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions scripts/page_available_since.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,17 @@
versions = [
{
"path": "/docs/",
"name": "5.4 - Latest",
"branch": "release-5.4"
"name": "5.5 - Latest",
"branch": "release-5.5"
},
{
"path": "/docs/5.4",
"name": "5.4",
"branch": "release-5.4"
},
{
"path": "/docs/5.3/",
"name": "5.3 LTS",
"name": "5.3 - LTS",
"branch": "release-5.3"
},
{
Expand All @@ -25,7 +30,7 @@
},
{
"path": "/docs/5.0/",
"name": "5 LTS",
"name": "5 - LTS",
"branch": "release-5"
},
{
Expand All @@ -45,7 +50,7 @@
},
{
"path": "/docs/4.0/",
"name": "4 LTS",
"name": "4 - LTS",
"branch": "release-4"
},
{
Expand All @@ -60,7 +65,7 @@
},
{
"path": "/docs/3-lts/",
"name": "3 LTS",
"name": "3 - LTS",
"branch": "release-3-lts"
},

Expand Down

0 comments on commit 8a9aa62

Please sign in to comment.