Skip to content

Commit

Permalink
Update version_switcher.json
Browse files Browse the repository at this point in the history
  • Loading branch information
skoudoro authored Dec 14, 2023
1 parent a22ec0f commit 7751670
Showing 1 changed file with 26 additions and 2 deletions.
28 changes: 26 additions & 2 deletions dev/_static/version_switcher.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,33 @@
"url": "https://docs.dipy.org/1.8.0/",
"preferred": true
},
{
"name": "1.7.0",
"version":"1.7.0",
"url": "https://deprecated.docs.dipy.org/documentation/1.7.0/documentation/",
"preferred": true
},
{
"name": "1.6.0",
"version":"1.6.0",
"url": "https://deprecated.docs.dipy.org/documentation/1.6.0/documentation/",
"preferred": true
},
{
"name": "1.5.0 (stable)",
"version":"1.5.0",
"url": "https://deprecated.docs.dipy.org/documentation/1.5.0/documentation/",
"preferred": true
},
{
"name": "1.0.0",
"version":"1.0.0",
"url": "https://docs.dipy.org/1.0.0/"
}
]
},
{
"name": "0.16.0",
"version":"0.16.0",
"url": "https://deprecated.docs.dipy.org/documentation/0.16.0/documentation/",
"preferred": true
},
]

0 comments on commit 7751670

Please sign in to comment.