From b3128d6bd42f6cee164945a61c3d4b649ef7d79c Mon Sep 17 00:00:00 2001 From: AWMS-WITH-DEVEXPRESS Date: Sat, 19 Apr 2025 10:59:12 +0330 Subject: [PATCH] docs: add note about integrity attribute with local files --- .../content/docs/getting-started/introduction.mdx | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/site/src/content/docs/getting-started/introduction.mdx b/site/src/content/docs/getting-started/introduction.mdx index 4c621d83e0..a506e6c234 100644 --- a/site/src/content/docs/getting-started/introduction.mdx +++ b/site/src/content/docs/getting-started/introduction.mdx @@ -152,3 +152,15 @@ Stay up-to-date on the development of Bootstrap and reach out to the community w - Developers should use the keyword `bootstrap` on packages that modify or add to the functionality of Bootstrap when distributing through [npm](https://www.npmjs.com/search?q=keywords:bootstrap) or similar delivery mechanisms for maximum discoverability. You can also follow [@getbootstrap on X](https://x.com/[[config:x]]) for the latest gossip and awesome music videos. + + +### Troubleshooting: Integrity Attribute with Local Files + +When using Bootstrap **locally** (from your own files instead of a CDN), avoid using the `integrity` attribute in ` + Avoid: +