mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-20 04:11:39 +02:00
Add v4.5.3 docs (#31881)
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
<link rel="canonical" href="https://getbootstrap.com/docs/versions/">
|
||||
|
||||
<!-- Bootstrap core CSS -->
|
||||
<link href="/docs/4.5/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-JcKb8q3iqJ61gNV9KGb8thSsNjpSL0n8PARn9HuZOnIxN0hoP+VmmDGMN5t9UJ0Z" crossorigin="anonymous">
|
||||
<link href="/docs/4.5/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-TX8t27EcRE3e/ihU7zmQxVncDAy5uIKz4rEkgIXeMed4M0jlfIDPvg6uqKI2xXr2" crossorigin="anonymous">
|
||||
<!-- Documentation extras -->
|
||||
|
||||
|
||||
@@ -140,62 +140,87 @@
|
||||
<main class="bd-content p-5" id="content" role="main">
|
||||
<div class="row">
|
||||
|
||||
<div class="col-md">
|
||||
<h2>v1.x</h2>
|
||||
<p>Every minor and patch release from v1 is listed below.</p>
|
||||
|
||||
<div class="col-md-6 col-lg-4 col-xl mb-4">
|
||||
<h2>v4.x</h2>
|
||||
<p>Current major release and its minor versions. Last update was v4.5.3.</p>
|
||||
|
||||
|
||||
<div class="list-group">
|
||||
|
||||
<a class="list-group-item list-group-item-action py-2 text-primary" href="https://getbootstrap.com/1.4.0/">
|
||||
1.4.0
|
||||
<a class="list-group-item list-group-item-action py-2 text-primary d-flex justify-content-between align-items-center" href="https://getbootstrap.com/docs/4.5/">
|
||||
4.5
|
||||
<span class="badge badge-primary">Latest</span>
|
||||
</a>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a class="list-group-item list-group-item-action py-2 text-primary" href="https://getbootstrap.com/1.3.0/">
|
||||
1.3.0
|
||||
<a class="list-group-item list-group-item-action py-2 text-primary" href="https://getbootstrap.com/docs/4.4/">
|
||||
4.4
|
||||
</a>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a class="list-group-item list-group-item-action py-2 text-primary" href="https://getbootstrap.com/1.2.0/">
|
||||
1.2.0
|
||||
<a class="list-group-item list-group-item-action py-2 text-primary" href="https://getbootstrap.com/docs/4.3/">
|
||||
4.3
|
||||
</a>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a class="list-group-item list-group-item-action py-2 text-primary" href="https://getbootstrap.com/1.1.1/">
|
||||
1.1.1
|
||||
<a class="list-group-item list-group-item-action py-2 text-primary" href="https://getbootstrap.com/docs/4.2/">
|
||||
4.2
|
||||
</a>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a class="list-group-item list-group-item-action py-2 text-primary" href="https://getbootstrap.com/1.1.0/">
|
||||
1.1.0
|
||||
<a class="list-group-item list-group-item-action py-2 text-primary" href="https://getbootstrap.com/docs/4.1/">
|
||||
4.1
|
||||
</a>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a class="list-group-item list-group-item-action py-2 text-primary" href="https://getbootstrap.com/1.0.0/">
|
||||
1.0.0
|
||||
<a class="list-group-item list-group-item-action py-2 text-primary" href="https://getbootstrap.com/docs/4.0/">
|
||||
4.0
|
||||
</a>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="col-md">
|
||||
<div class="col-md-6 col-lg-4 col-xl mb-4">
|
||||
<h2>v3.x</h2>
|
||||
<p>Our previous major release and its minor versions. Last update was v3.4.1.</p>
|
||||
|
||||
|
||||
<div class="list-group">
|
||||
|
||||
<a class="list-group-item list-group-item-action py-2 text-primary" href="https://getbootstrap.com/docs/3.4/">
|
||||
3.4
|
||||
</a>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a class="list-group-item list-group-item-action py-2 text-primary" href="https://getbootstrap.com/docs/3.3/">
|
||||
3.3
|
||||
</a>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="col-md-6 col-lg-4 col-xl mb-4">
|
||||
<h2>v2.x</h2>
|
||||
<p>Every minor and patch release from v2 is listed below.</p>
|
||||
|
||||
@@ -306,79 +331,55 @@
|
||||
|
||||
</div>
|
||||
|
||||
<div class="col-md">
|
||||
<h2>v3.x</h2>
|
||||
<p>Our previous major release and its minor versions. Last update was v3.4.1.</p>
|
||||
<div class="col-md-6 col-lg-4 col-xl mb-4">
|
||||
<h2>v1.x</h2>
|
||||
<p>Every minor and patch release from v1 is listed below.</p>
|
||||
|
||||
|
||||
<div class="list-group">
|
||||
|
||||
<a class="list-group-item list-group-item-action py-2 text-primary" href="https://getbootstrap.com/docs/3.4/">
|
||||
3.4
|
||||
<a class="list-group-item list-group-item-action py-2 text-primary" href="https://getbootstrap.com/1.4.0/">
|
||||
1.4.0
|
||||
</a>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a class="list-group-item list-group-item-action py-2 text-primary" href="https://getbootstrap.com/docs/3.3/">
|
||||
3.3
|
||||
</a>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="col-md">
|
||||
<h2>v4.x</h2>
|
||||
<p>Current major release and its minor versions. Last update was v4.5.2.</p>
|
||||
|
||||
|
||||
<div class="list-group">
|
||||
|
||||
<a class="list-group-item list-group-item-action py-2 text-primary d-flex justify-content-between align-items-center" href="https://getbootstrap.com/docs/4.5/">
|
||||
4.5
|
||||
<span class="badge badge-primary">Latest</span>
|
||||
<a class="list-group-item list-group-item-action py-2 text-primary" href="https://getbootstrap.com/1.3.0/">
|
||||
1.3.0
|
||||
</a>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a class="list-group-item list-group-item-action py-2 text-primary" href="https://getbootstrap.com/docs/4.4/">
|
||||
4.4
|
||||
<a class="list-group-item list-group-item-action py-2 text-primary" href="https://getbootstrap.com/1.2.0/">
|
||||
1.2.0
|
||||
</a>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a class="list-group-item list-group-item-action py-2 text-primary" href="https://getbootstrap.com/docs/4.3/">
|
||||
4.3
|
||||
<a class="list-group-item list-group-item-action py-2 text-primary" href="https://getbootstrap.com/1.1.1/">
|
||||
1.1.1
|
||||
</a>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a class="list-group-item list-group-item-action py-2 text-primary" href="https://getbootstrap.com/docs/4.2/">
|
||||
4.2
|
||||
<a class="list-group-item list-group-item-action py-2 text-primary" href="https://getbootstrap.com/1.1.0/">
|
||||
1.1.0
|
||||
</a>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a class="list-group-item list-group-item-action py-2 text-primary" href="https://getbootstrap.com/docs/4.1/">
|
||||
4.1
|
||||
</a>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a class="list-group-item list-group-item-action py-2 text-primary" href="https://getbootstrap.com/docs/4.0/">
|
||||
4.0
|
||||
<a class="list-group-item list-group-item-action py-2 text-primary" href="https://getbootstrap.com/1.0.0/">
|
||||
1.0.0
|
||||
</a>
|
||||
|
||||
</div>
|
||||
@@ -400,11 +401,11 @@
|
||||
<li><a href="/docs/4.5/about/overview/">About</a></li>
|
||||
</ul>
|
||||
<p>Designed and built with all the love in the world by the <a href="/docs/4.5/about/team/">Bootstrap team</a> with the help of <a href="https://github.com/twbs/bootstrap/graphs/contributors">our contributors</a>.</p>
|
||||
<p>Currently v4.5.2. Code licensed <a href="https://github.com/twbs/bootstrap/blob/main/LICENSE" target="_blank" rel="license noopener">MIT</a>, docs <a href="https://creativecommons.org/licenses/by/3.0/" target="_blank" rel="license noopener">CC BY 3.0</a>.</p>
|
||||
<p>Currently v4.5.3. Code licensed <a href="https://github.com/twbs/bootstrap/blob/main/LICENSE" target="_blank" rel="license noopener">MIT</a>, docs <a href="https://creativecommons.org/licenses/by/3.0/" target="_blank" rel="license noopener">CC BY 3.0</a>.</p>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script>
|
||||
<script>window.jQuery || document.write('<script src="/docs/4.5/assets/js/vendor/jquery.slim.min.js"><\/script>')</script><script src="/docs/4.5/dist/js/bootstrap.bundle.min.js" integrity="sha384-LtrjvnR4Twt/qOuYxE721u19sVFLVSA4hf/rRt6PrZTmiPltdZcI7q7PXQBYTKyf" crossorigin="anonymous"></script><script src="/docs/4.5/assets/js/docs.min.js"></script>
|
||||
<script>window.jQuery || document.write('<script src="/docs/4.5/assets/js/vendor/jquery.slim.min.js"><\/script>')</script><script src="/docs/4.5/dist/js/bootstrap.bundle.min.js" integrity="sha384-ho+j7jyWK8fNQe+A12Hb8AhRq26LrZ/JpcUGGOn+Y7RsweNrtN/tE3MoK7ZeZDyx" crossorigin="anonymous"></script><script src="/docs/4.5/assets/js/docs.min.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
Reference in New Issue
Block a user