diff --git a/README.md b/README.md index c8062658c9237a759f8c7898568e90a2d9998da0..ac3103605bf73c32e99e99c63ecd9992dec666a7 100644 --- a/README.md +++ b/README.md @@ -130,13 +130,13 @@ All files included in `@tabler/core` npm package are available over a CDN. #### Javascript ```html - + ``` #### Styles ```html - + ``` ## Feature requests diff --git a/demo/docs/download.html b/demo/docs/download.html index 5e28b379ebd2d8bfeccabb4513ad8905b4b94d88..4cea265560a7854291a75c6dbe05eb6455afe3b6 100644 --- a/demo/docs/download.html +++ b/demo/docs/download.html @@ -838,21 +838,21 @@

Download Tabler to get the compiled CSS and JavaScript, source code, or include it with your favorite package managers like npm, yarn and more.

-

CDN via unpkg

-

All files included in @tabler/core npm package are available over a unpkg CDN. Use it to deliver cached version of Tabler’s compiled CSS and JS to your project.

+

CDN via jsDelivr

+

All files included in @tabler/core npm package are available over a jsDelivr CDN. Use it to deliver cached version of Tabler’s compiled CSS and JS to your project.

-
<script src="https://unpkg.com/@tabler/core@1.0.0-beta10/dist/js/tabler.min.js"></script>
-<link rel="stylesheet" href="https://unpkg.com/@tabler/core@1.0.0-beta10/dist/css/tabler.min.css">
+                          
<script src="https://cdn.jsdelivr.net/npm/@tabler/core@1.0.0-beta10/dist/js/tabler.min.js"></script>
+<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@tabler/core@1.0.0-beta10/dist/css/tabler.min.css">
 

You can also include additional Tabler plugins:

-
<link rel="stylesheet" href="https://unpkg.com/@tabler/core@1.0.0-beta10/dist/css/tabler-flags.min.css">
-<link rel="stylesheet" href="https://unpkg.com/@tabler/core@1.0.0-beta10/dist/css/tabler-payments.min.css">
-<link rel="stylesheet" href="https://unpkg.com/@tabler/core@1.0.0-beta10/dist/css/tabler-vendors.min.css">
+                          
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@tabler/core@1.0.0-beta10/dist/css/tabler-flags.min.css">
+<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@tabler/core@1.0.0-beta10/dist/css/tabler-payments.min.css">
+<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@tabler/core@1.0.0-beta10/dist/css/tabler-vendors.min.css">
 
diff --git a/demo/docs/flags.html b/demo/docs/flags.html index a9d1fb46015ab551ff01c71b2b7473e9e8c4434e..d3bb49b19fee17542005652f8eb6eaa0f782be45 100644 --- a/demo/docs/flags.html +++ b/demo/docs/flags.html @@ -842,7 +842,7 @@

This part of Tabler is distributed as plugin. To enable it you should include tabler-flags.css or tabler-flags.min.css file to your page.

You can also include plugin via CDN:

-
<link rel="stylesheet" href="https://unpkg.com/@tabler/core@1.0.0-beta10/dist/css/tabler-flags.min.css">
+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@tabler/core@1.0.0-beta10/dist/css/tabler-flags.min.css">
diff --git a/demo/docs/payments.html b/demo/docs/payments.html index db932c03bbe571e420788f93a8b71748051efc21..393eeeb62896b738aff32b54961f3b702b39e942 100644 --- a/demo/docs/payments.html +++ b/demo/docs/payments.html @@ -842,7 +842,7 @@

This part of Tabler is distributed as plugin. To enable it you should include tabler-payments.css or tabler-payments.min.css file to your page.

You can also include plugin via CDN:

-
<link rel="stylesheet" href="https://unpkg.com/@tabler/core@1.0.0-beta10/dist/css/tabler-payments.min.css">
+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@tabler/core@1.0.0-beta10/dist/css/tabler-payments.min.css">
diff --git a/src/pages/_docs/download.md b/src/pages/_docs/download.md index bff2024dbd21f6894d91f82e8e39e07bd869b5d7..0fc7c6d1faa7835347f0acac13e7ff7f122a3b6c 100644 --- a/src/pages/_docs/download.md +++ b/src/pages/_docs/download.md @@ -5,13 +5,13 @@ description: Download Tabler to get the compiled CSS and JavaScript, source code --- -## CDN via unpkg +## CDN via jsDelivr -All files included in `{{ site.npm-package }}` npm package are available over a unpkg CDN. Use it to deliver cached version of Tabler’s compiled CSS and JS to your project. +All files included in `{{ site.npm-package }}` npm package are available over a jsDelivr CDN. Use it to deliver cached version of Tabler’s compiled CSS and JS to your project. ```html - - + + ``` You can also include additional Tabler plugins: @@ -19,7 +19,7 @@ You can also include additional Tabler plugins: ```html {% removeemptylines %} {% for plugin in site.tabler-css-plugins %} - + {% endfor %} {% endremoveemptylines %} ``` diff --git a/src/pages/_includes/docs/plugin.html b/src/pages/_includes/docs/plugin.html index 729b814daa374d41d87e7c766df4675efd72dff6..bdee0c26523860d8c53a9cfc2201a29b3725730b 100644 --- a/src/pages/_includes/docs/plugin.html +++ b/src/pages/_includes/docs/plugin.html @@ -5,5 +5,5 @@

You can also include plugin via CDN:

- {% highlight html %}{% endhighlight %} + {% highlight html %}{% endhighlight %} \ No newline at end of file