1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-30 08:39:56 +02:00

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

This commit is contained in:
XhmikosR
2020-10-19 11:25:31 +03:00
committed by GitHub
parent 5ee5792579
commit 28f18f84a7
5 changed files with 10 additions and 10 deletions

View File

@@ -22,9 +22,9 @@
<div class="masthead-followup-icon d-inline-block mb-2 text-white bg-primary">
{{ partial "icons/cloud-fill.svg" (dict "width" "32" "height" "32") }}
</div>
<h2 class="display-5 font-weight-normal">BootstrapCDN</h2>
<h2 class="display-5 font-weight-normal">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="/docs/{{ .Site.Params.docs_version }}/getting-started/introduction/#starter-template">starter template</a>, or <a href="/docs/{{ .Site.Params.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="/docs/{{ .Site.Params.docs_version }}/getting-started/introduction/#separate">separately</a>.