]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Add `docs-lint` to `lint` command (#42039)
authorJulien Déramond <juderamond@gmail.com>
Mon, 26 Jan 2026 19:22:27 +0000 (20:22 +0100)
committerGitHub <noreply@github.com>
Mon, 26 Jan 2026 19:22:27 +0000 (20:22 +0100)
package.json
site/src/content/details/warning-color-assistive-technologies.md

index ab5fcaee54cd925f369fd715c614dc48328f55e1..2661d7d8e534d2e9ba160b5e1970063dd4613e08 100644 (file)
@@ -71,7 +71,7 @@
     "js-test-integration-bundle": "rollup --config js/tests/integration/rollup.bundle.js",
     "js-test-integration-modularity": "rollup --config js/tests/integration/rollup.bundle-modularity.js",
     "js-test-cloud": "cross-env BROWSERSTACK=true npm run js-test-karma",
-    "lint": "npm-run-all --aggregate-output --continue-on-error --parallel js-lint css-lint lockfile-lint lint-mdx",
+    "lint": "npm-run-all --aggregate-output --continue-on-error --parallel js-lint css-lint lockfile-lint lint-mdx docs-lint",
     "lint-mdx": "markdownlint \"site/src/content/**/*.mdx\"",
     "docs": "npm-run-all docs-build docs-lint",
     "docs-build": "npm run astro-build",
index 7b5842b903d3759070b0e9f07cdf7322baa1ad59..c27fc244de4544ea11c276e7d1be474f38e269ec 100644 (file)
@@ -1,5 +1,5 @@
 ---
-title: "Accessibility Tip: Using color to convey meaning"
+title: 'Accessibility Tip: Using color to convey meaning'
 ---
 
 Using color to add meaning only provides a visual indication, which will not be conveyed to users of assistive technologies like screen readers. Please ensure the meaning is obvious from the content itself (e.g., the visible text with a [_sufficient_ color contrast](/docs/[[config:docs_version]]/getting-started/accessibility/#color-contrast)) or is included through alternative means, such as additional text hidden with the `.visually-hidden` class.