Skip to content

feat: update versioning paths and add version banners

This PR finalises versioning for the specification website:

  • Simplifies paths (WIP at /docs, releases at /docs/{version})
  • Adds banners for WIP, latest, maintained, and unmaintained versions
  • Introduces a /versions page for clearer navigation
  • Centralises version config in src/config/versions.ts

The intent is to provide clearer guidance for users and a maintainable structure going forward.

Note

The existing Disclaimer Banner will be moved to the global DocItem component and will display the appropriate message depending on the value of suitableFor within the version config for the given version.

Work in Progress Banner

Screenshot_2025-09-17_at_12.30.07_pm

Latest Released Banner

Screenshot_2025-09-17_at_12.30.16_pm

Maintained Release Banner

Screenshot_2025-09-17_at_12.30.21_pm

Unmaintained Release Banner

Screenshot_2025-09-17_at_12.30.28_pm

Version Page

Screenshot_2025-09-17_at_12.30.41_pm

Screenshot_2025-09-17_at_12.31.03_pm

Edited by Ashley HARWOOD

Merge request reports

Loading