Skip to content

Commit

Permalink
oops, fix doc versions
Browse files Browse the repository at this point in the history
  • Loading branch information
gadenbuie committed Nov 3, 2023
1 parent 44f7413 commit 54a2abe
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions doc-versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,35 +2,35 @@
{
"text": "Latest",
"version": "1.0.0",
"url": "/"
"url": "https://pkg.garrickadenbuie.com/epoxy/"
},
{
"text": "Development",
"version": "1.0.0.9000",
"url": "/dev/",
"url": "https://pkg.garrickadenbuie.com/epoxy/dev/",
"banner": {
"html": "This is the development version of epoxy. View the <a href=\"#\">latest release</a>.",
"class": ["alert-warning"]
"class": "alert-bg-warning"
}
},
"---",
"Releases",
{
"text": "v0.1.1",
"version": "0.1.1",
"url": "/v0.1.1/",
"url": "https://pkg.garrickadenbuie.com/epoxy/v0.1.1/",
"banner": {
"html": "A <a href=\"#\">newer version of epoxy</a> is available!",
"class": ["alert-info"]
"class": "alert-bg-info"
}
},
{
"text": "v0.1.0",
"version": "0.1.0",
"url": "/v0.1.0/",
"url": "https://pkg.garrickadenbuie.com/epoxy/v0.1.0/",
"banner": {
"html": "A <a href=\"#\">newer version of epoxy</a> is available!",
"class": ["alert-info"]
"class": "alert-bg-info"
}
}
]

0 comments on commit 54a2abe

Please sign in to comment.