latestVersion - speced/respec GitHub Wiki

latestVersion

Type: string Default: auto-generated from shortName

The URL of the latest version of this specification. For W3C Working Groups, this is auto-generated as https://www.w3.org/TR/shortName/. Set this explicitly for Community Groups, Business Groups, or to override the default.

Basic usage

var respecConfig = {
  latestVersion: "https://wicg.github.io/my-feature/",
};

Notes

  • For standard W3C Working Group specs, you normally don't need to set this
  • Set to null to suppress the "Latest Published Version" link entirely
  • For Community Groups publishing on GitHub Pages, set this to your GitHub Pages URL