aboutsummaryrefslogtreecommitdiff
path: root/site/content/docs/5.3/examples/cheatsheet-rtl
AgeCommit message (Collapse)AuthorFilesLines
2024-06-25Examples: use `<main>` in Cheatsheet examples (#40577)Christian Oliff1-2/+2
2024-03-19docs: use defer when possible for JSXhmikosR1-0/+1
2024-01-30Docs: add missing `type="button"` to Cheatsheet example nav buttons (#39585)Christian Oliff1-3/+3
Co-authored-by: Julien Déramond <[email protected]>
2023-07-05Docs: add missing `aria-disabled='true'` to disabled anchorsJulien Déramond1-4/+4
2023-01-16Deprecate the Sass var and remove any occurence of the `.text-muted` (#37890)Louis-Maxime Piton1-4/+4
2022-12-28Docs: display examples based on the docs current color mode (#37562)Julien Déramond1-3/+3
* Docs: display examples based on the docs current color mode * Fix _default/examples.html
2022-12-26Remove unnecessary `id`/`aria-labelledby` from cheatsheet accordions (#37718)Patrick H. Lauke1-6/+6
Explicit labelling (which then would also benefit from a `role="group"` or similar role) is only optional, and not really appropriate just for a cheatsheet https://www.w3.org/WAI/ARIA/apg/patterns/accordion/ Closes #37591
2022-12-24Release v5.3.0-alpha1 (#37661)XhmikosR1-0/+1622
* Bump version to 5.3.0-alpha1 * Dist * Add docs versions updates * Update note in homepage hero Co-authored-by: Mark Otto <[email protected]>