[x] Adds a label to the validator to indicate the latest supported version
[x] Adds a direct link to the spec in the header
The spec will sometimes be ahead of implementations, including ts-ucan which we use here in the validator. The label gives an indication of which UCAN versions are supported by the validator.
The label is clickable and will open a new tab with the spec at UCAN 0.8.1.
We've received feedback that the link to the specification is difficult to find, so this PR adds a link in the header.
This PR implements the following features:
The spec will sometimes be ahead of implementations, including
ts-ucan
which we use here in the validator. The label gives an indication of which UCAN versions are supported by the validator.The label is clickable and will open a new tab with the spec at UCAN 0.8.1.
We've received feedback that the link to the specification is difficult to find, so this PR adds a link in the header.