docs: add status to beta/deprecated version links

This commit is contained in:
Matt Sturgeon 2025-06-17 23:17:53 +01:00
parent b4750c4696
commit d3da2462eb
No known key found for this signature in database
GPG key ID: 4F91844CED1A8299
4 changed files with 48 additions and 8 deletions

View file

@ -63,12 +63,12 @@ jobs:
| {
"branch": .value.branch,
"nixpkgsBranch": .value.channel,
"baseHref": "/nixvim/\(.key)/"
"baseHref": "/nixvim/\(.key)/",
"status": .value.status
}
| select(.branch == "main").baseHref = "/nixvim/"
]
' version-info.toml
# TODO: add channel status
build:
name: Build ${{ matrix.name }}