The Downloads page (or future "Get Started" page, see #107) has a placeholder for the binary distribution table. This table existed on the old Awestruct site and lists all Weld releases with download links.
Requirements
- Data should be stored in a YAML file (
data/releases.yaml) for easy maintenance when new versions are released
- Table columns: Version, CDI version, Release date, Changelog link, Download link
- Show the latest ~10 releases by default
- Expandable/collapsible section for older releases
- Changelog links point to JIRA (issues.redhat.com)
- Download links point to download.jboss.org or Maven Central depending on the release
Data source
The old release data was in _config/releases.yml on the devel branch. This can be used as a starting point but needs to be updated with recent releases.
The Downloads page (or future "Get Started" page, see #107) has a placeholder for the binary distribution table. This table existed on the old Awestruct site and lists all Weld releases with download links.
Requirements
data/releases.yaml) for easy maintenance when new versions are releasedData source
The old release data was in
_config/releases.ymlon thedevelbranch. This can be used as a starting point but needs to be updated with recent releases.