Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Documentation for older versions of Bootstrap

Tags:

If I am working on a long running or old project which uses an older version of Twitter Bootstrap, where can I find the documentation? (upgrading is not always the easiest option).

like image 904
Nippysaurus Avatar asked Sep 03 '12 21:09

Nippysaurus


People also ask

How many versions are there in Bootstrap?

Originally released on August 19, 2011, we've since had over twenty releases, including two major rewrites with v2 and v3.

Is Bootstrap 4 and 5 the same?

Bootstrap 4 uses Jekyll software. Bootstrap 5 uses Hugo software as it is fast static site generator. this makes easier to implement vertical designs, and the columns and rows can easily be implemented. the classes justify-center-content can directly be used to align according to the requirement.

Can you still use Bootstrap 4?

Bootstrap Versions The main differences between Bootstrap 5 and Bootstrap 3 & 4, is that Bootstrap 5 has switched to JavaScript instead of jQuery. Note: Bootstrap 3 and Bootstrap 4 is still supported by the team for critical bugfixes and documentation changes, and it is perfectly safe to continue to use them.


2 Answers

There is one website that publishes all versions of the doc :

http://bootstrapdocs.com/

But in case this website goes down, as said before, you can download the doc bundled with the source on github : https://github.com/twitter/bootstrap/tags

like image 60
Sherbrow Avatar answered Oct 07 '22 15:10

Sherbrow


It looks like a few people over at the GitHub repo are asking the same question. Head over the to tags in the GIT repo and download the bundle associated with the version you require. The download contains the source and documentation.

  • https://github.com/twbs/bootstrap/zipball/v2.1.0
  • https://github.com/twbs/bootstrap/zipball/v2.0.4
  • https://github.com/twbs/bootstrap/zipball/v2.0.3
  • https://github.com/twbs/bootstrap/zipball/v2.0.2
  • https://github.com/twbs/bootstrap/zipball/v2.0.1
  • https://github.com/twbs/bootstrap/zipball/v2.0.0
  • https://github.com/twbs/bootstrap/zipball/v1.4.0
  • https://github.com/twbs/bootstrap/zipball/v1.3.0
  • https://github.com/twbs/bootstrap/zipball/v1.2.0
  • https://github.com/twbs/bootstrap/zipball/v1.1.1
  • https://github.com/twbs/bootstrap/zipball/v1.1.0
  • https://github.com/twbs/bootstrap/zipball/v1.0.0
like image 20
Nippysaurus Avatar answered Oct 07 '22 13:10

Nippysaurus