2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-17 19:21:23 +03:00

docs: switch to suggesting jsDelivr as a CDN (#31898)

This commit is contained in:
XhmikosR
2020-10-14 20:41:37 +03:00
committed by GitHub
parent a716fb03f9
commit f86149807d
4 changed files with 9 additions and 9 deletions
+2 -2
View File
@@ -56,9 +56,9 @@ gem install bootstrap -v {{ site.current_ruby_version }}
<div class="masthead-followup-icon d-inline-block mb-2 text-white bg-primary">
{% include icons/cloud-fill.svg width="32" height="32" class="masthead-followup-svg" %}
</div>
<h2>BootstrapCDN</h2>
<h2>jsDelivr</h2>
<p class="lead font-weight-normal">
When you only need to include Bootstraps compiled CSS or JS, you can use <a href="https://www.bootstrapcdn.com/">BootstrapCDN</a>.
When you only need to include Bootstraps compiled CSS or JS, you can use <a href="https://www.jsdelivr.com/">jsDelivr</a>.
</p>
<p>
See it in action with our simple <a href="{{ site.baseurl }}/docs/{{ site.docs_version }}/getting-started/introduction/#starter-template">starter template</a>, or <a href="{{ site.baseurl }}/docs/{{ site.docs_version }}/examples/">browse the examples</a> to jumpstart your next project. You can also choose to include Popper.js and our JS <a href="{{ site.baseurl }}/docs/{{ site.docs_version }}/getting-started/introduction/#separate">separately</a>.