docs: add version switcher do documentation

This commit is contained in:
Anand Balakrishnan 2023-10-06 16:03:53 -07:00
parent 7ce056b471
commit 083848261d
No known key found for this signature in database
2 changed files with 32 additions and 3 deletions

11
docs/_static/versions.json vendored Normal file
View file

@ -0,0 +1,11 @@
[
{
"name": "dev",
"version": "dev",
"url": "https://anand-bala.github.io/argus/dev/"
},
{
"version": "v0.1.1",
"url": "https://anand-bala.github.io/argus/v0.1.1/"
},
]