docs-versions.yml 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. - group: v1.x
  2. baseurl: 'https://getbootstrap.com'
  3. description: 'Every minor and patch release from v1 is listed below.'
  4. versions:
  5. - '1.0.0'
  6. - '1.1.0'
  7. - '1.1.1'
  8. - '1.2.0'
  9. - '1.3.0'
  10. - '1.4.0'
  11. - group: v2.x
  12. baseurl: 'https://getbootstrap.com'
  13. description: 'Every minor and patch release from v2 is listed below.'
  14. versions:
  15. - '2.0.0'
  16. - '2.0.1'
  17. - '2.0.2'
  18. - '2.0.3'
  19. - '2.0.4'
  20. - '2.1.0'
  21. - '2.1.1'
  22. - '2.2.0'
  23. - '2.2.1'
  24. - '2.2.2'
  25. - '2.3.0'
  26. - '2.3.1'
  27. - '2.3.2'
  28. - group: v3.x
  29. baseurl: 'https://getbootstrap.com/docs'
  30. description: 'Every minor release from v3 is listed below. Last update was v3.4.1.'
  31. versions:
  32. - '3.3'
  33. - '3.4'
  34. - group: v4.x
  35. baseurl: 'https://getbootstrap.com/docs'
  36. description: 'Our previous major release with its minor releases. Last update was v4.6.2.'
  37. versions:
  38. - '4.0'
  39. - '4.1'
  40. - '4.2'
  41. - '4.3'
  42. - '4.4'
  43. - '4.5'
  44. - '4.6'
  45. - group: v5.x
  46. baseurl: 'https://getbootstrap.com/docs'
  47. description: 'Current major release. Last update was v5.3.6.'
  48. versions:
  49. - '5.0'
  50. - '5.1'
  51. - '5.2'
  52. - '5.3'