aboutsummaryrefslogtreecommitdiff
path: root/site/content
AgeCommit message (Collapse)AuthorFilesLines
2024-08-07Docs: update WCAG links and references (#40703)Louis-Maxime Piton3-5/+5
Co-authored-by: Julien Déramond <[email protected]>
2024-08-07Docs: change wording of single/split danger buttons (#40689)Anton Frolov1-2/+2
Co-authored-by: Julien Déramond <[email protected]>
2024-08-02Docs: add `aria-hidden="true"` to decorative SVGs (#40686)Julien Déramond4-14/+14
2024-07-19Examples: minor accessibility improvements (#40620)Christian Oliff3-9/+9
- no need for `role="document"` on modals (was removed from Bootstrap a while ago) - use `type="email"` for email input - add aria-labels for previous month and next month buttons on date picker demo Co-authored-by: Julien Déramond <[email protected]>
2024-07-10Examples: adjust heading levels in Checkout example (#40619)Christian Oliff2-2/+2
2024-06-25Examples: use `<main>` in Cheatsheet examples (#40577)Christian Oliff2-4/+4
2024-06-12Fix Default values and Description content in options table (#39846)zcl2-5/+5
* Fix Default values and Description content in options table * update default value
2024-06-12Docs: drop unused `.bi-exclamation-triangle-fill` classJulien Déramond1-1/+1
2024-06-04docs: fix typo in the getting started introduction (#40522)Julien Déramond1-1/+1
2024-05-30Fix `.btn-group-vertical` border radius with dropdown as first element (#40488)Tobias1-2/+2
Co-authored-by: Julien Déramond <[email protected]>
2024-05-29docs: add missing `data-bs-theme="light"` in navbars color schemes markup ↵Julien Déramond1-1/+1
(#40504)
2024-05-25docs: add Accordion component in the JS components section (#39980)Hannah Issermann1-0/+1
2024-05-02docs: migrate to the built-in sitemap template (#39951)XhmikosR4-4/+4
2024-04-05Add PostCSS-RTLCSS approach to the documentation (#39863)Iván Pereira1-0/+10
* Add PostCSS-RTLCSS approach to the documentation * Format 'PostCSS RTLCSS' without '-' and backticks * Some formatting for consistency in the entire doc * Minor rewording --------- Co-authored-by: Julien Déramond <[email protected]>
2024-04-01docs: move examples inline shortcode to a partial (#39829)XhmikosR1-66/+0
* docs: move examples inline shortcode to a partial * Further tweaks
2024-04-01docs: resize docs bundler images and fix dimensions (#39824)XhmikosR3-3/+3
The dimensions must be of the non-2x image.
2024-04-01Add a render image hook (#39768)XhmikosR3-6/+6
Images are now lazyloaded, they have width and height attributes and the classes are centralized. Only applies to Markdown images
2024-03-25docs: update sitemap template (#39819)XhmikosR4-4/+8
2024-03-22docs: use `urls.JoinPath` in more places (#39778)XhmikosR1-1/+1
2024-03-19docs: use defer when possible for JSXhmikosR8-0/+10
2024-03-19docs: bundle assets with HugoXhmikosR4-4/+4
Also: * load any docs' third-party dependencies from node_modules (except for examples) * exclude docsearch from layouts that don't use it * preconnect to algolia only when not examples layout * switch to `RelPermalink` * refactor JS assets into partials
2024-03-15docs: mention text transform classes (#39782)XhmikosR1-1/+1
2024-03-12examples: assorted tweaks (#39772)XhmikosR1-12/+18
* remove trailing slash * use urls.JoinPath * reindent * use `imageConfig` so that we add dimensions automatically
2024-03-06Improve front matter "added" paramsXhmikosR14-11/+30
Add missing ones and add the ability to show or hide the badge Fixes a few more 404 errors in the version picker
2024-03-06Fix various redirectsXhmikosR16-28/+28
2024-03-05dashboard: remove the unused bootstrap-icons.cssXhmikosR2-2/+0
We should revisit this later because it's a lot simpler for people to just include the CSS than copy around tens of icons, even if it leads to unused CSS
2024-03-04docs: remove Google Analytics (#39725)XhmikosR1-3/+3
It no longer works
2024-02-14Fix product example mobile navbar toggler (#39657)Julien Déramond1-3/+3
2024-02-13Docs: fix typos in Vite, Parcel and Webpack guides (#39592)Robert Martin3-10/+10
Co-authored-by: Patrick H. Lauke <[email protected]> Co-authored-by: Julien Déramond <[email protected]>
2024-02-13Docs: update colors table to be responsive in Customize > Color page (#39663)DrejT1-335/+337
Co-authored-by: Julien Déramond <[email protected]>
2024-02-05Bump copyright year to 2024Julien Déramond2-6/+6
2024-01-30Docs: add missing comma in native font stack code source in Content > Reboot ↵Julien Déramond1-1/+1
(#39617)
2024-01-30Docs: add missing `type="button"` to Cheatsheet example nav buttons (#39585)Christian Oliff2-6/+6
Co-authored-by: Julien Déramond <[email protected]>
2024-01-29Docs: fix 'media-breakpoint-between' typo in migration guide (#39604)Sarah Gilberg1-1/+1
2023-12-30Docs: update desc of deprecated Sass mixins in alerts and list groups (#39537)Julien Déramond3-7/+3
2023-12-23Build(deps-dev): Bump stylelint and stylelint-config-twbs-bootstrap (#39527)dependabot[bot]2-2/+2
* Build(deps-dev): Bump stylelint and stylelint-config-twbs-bootstrap Bumps [stylelint](https://github.com/stylelint/stylelint) and [stylelint-config-twbs-bootstrap](https://github.com/twbs/stylelint-config-twbs-bootstrap). These dependencies needed to be updated together. Updates `stylelint` from 15.11.0 to 16.0.2 - [Release notes](https://github.com/stylelint/stylelint/releases) - [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md) - [Commits](https://github.com/stylelint/stylelint/compare/15.11.0...16.0.2) Updates `stylelint-config-twbs-bootstrap` from 12.0.0 to 13.0.0 - [Release notes](https://github.com/twbs/stylelint-config-twbs-bootstrap/releases) - [Commits](https://github.com/twbs/stylelint-config-twbs-bootstrap/compare/v12.0.0...v13.0.0) --- updated-dependencies: - dependency-name: stylelint dependency-type: direct:development update-type: version-update:semver-major - dependency-name: stylelint-config-twbs-bootstrap dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * Update _utilities.test.scss * Update blog.css * Update blog.rtl.css --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: XhmikosR <[email protected]>
2023-12-22Docs: use consistent HTML elements in Utilities > Background page (#39519)Julien Déramond1-3/+2
2023-12-17Minor image compression improvements (#39503)XhmikosR1-0/+0
2023-12-12Docs: add `shift-color()` usage example in sass customization page (#39435)Julien Déramond1-0/+7
2023-12-10Docs: enhance `.card-img-*` description (#39458)Julien Déramond1-1/+1
2023-11-21Docs: change vite config path import in vite guide (#39418)Julien Déramond1-2/+2
2023-11-18Docs: fix color schemes description in Sass customization (#39417)Julien Déramond1-5/+5
2023-11-14Docs: fix sentence in 'Scrolling long content' modal section (#39378)curious-broccoli1-1/+1
Co-authored-by: Julien Déramond <[email protected]>
2023-10-30Doc: add `dispose()` to Offcanvas methods (#39340)Julien Déramond1-0/+1
2023-10-23Doc: use `.text-bg-{color}` for all badgesJulien Déramond6-69/+69
2023-10-23Doc: add expanded accordion explanation (#39304)Julien Déramond1-1/+5
Co-authored-by: Louis-Maxime Piton <[email protected]>
2023-10-23Docs: drop `.table-light` from table foot example (#39320)Julien Déramond1-1/+1
2023-10-13Docs: fix emphasis text utilities usage in Utilities > Background (#39293)oliv371-1/+1
2023-10-12Fix `getOrCreateInstance()` doc example (#39281)Julien Déramond1-1/+1
2023-09-29Doc: consistent rendering of 'Heads up!' callouts (#39249)Julien Déramond2-2/+2