From: Julien Déramond Date: Mon, 26 Jan 2026 19:22:27 +0000 (+0100) Subject: Add `docs-lint` to `lint` command (#42039) X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f3a1538324c2f3eb8e481171a0a3f810358ab466;p=thirdparty%2Fbootstrap.git Add `docs-lint` to `lint` command (#42039) --- diff --git a/package.json b/package.json index ab5fcaee54..2661d7d8e5 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/site/src/content/details/warning-color-assistive-technologies.md b/site/src/content/details/warning-color-assistive-technologies.md index 7b5842b903..c27fc244de 100644 --- a/site/src/content/details/warning-color-assistive-technologies.md +++ b/site/src/content/details/warning-color-assistive-technologies.md @@ -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.