Skip to content

Commit

Permalink
update versions switcher
Browse files Browse the repository at this point in the history
  • Loading branch information
spjuhel committed Jun 8, 2024
1 parent 76b26f5 commit f649c33
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docs/source/_static/switcher.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
[
{
"name": "latest",
"version": "v0.5.9",
"version": "v0.5.10",
"url": "https://spjuhel.github.io/BoARIO/",
"preferred": true
},
{
"name": "v0.5.9",
"version": "v0.5.9",
"url": "https://spjuhel.github.io/BoARIO/v0.5.9/en"
},
{
"name": "v0.5.8",
"version": "v0.5.8",
Expand Down
5 changes: 5 additions & 0 deletions docs/source/versions.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
"v0.5.9":
tag: 'v0.5.9'
languages:
- "en"

"v0.5.8":
tag: 'v0.5.8'
languages:
Expand Down

0 comments on commit f649c33

Please sign in to comment.