📝 Summary
Add a “Versions” section to project detail pages that lists and links all related variants (e.g., v1, v2, v3) so viewers can navigate across iterations and compare changes at a glance. The section should appear only when multiple versions exist, highlight the current version, and preserve readable, stable routes for each variant.
Key points
- Display a versions list with clear labels and one-line descriptors, linking to each variant’s detail page.
- Indicate the current version visually; others remain clickable for quick switching.
- Use consistent, stable URLs per version (e.g., /projects/{slug}/v1) and hide the section if only one version exists.
📝 Summary
Add a “Versions” section to project detail pages that lists and links all related variants (e.g., v1, v2, v3) so viewers can navigate across iterations and compare changes at a glance. The section should appear only when multiple versions exist, highlight the current version, and preserve readable, stable routes for each variant.
Key points