aboutsummaryrefslogtreecommitdiff
path: root/site/content/docs/5.3/getting-started
AgeCommit message (Collapse)AuthorFilesLines
2024-08-07Docs: update WCAG links and references (#40703)Louis-Maxime Piton1-3/+3
Co-authored-by: Julien Déramond <[email protected]>
2024-06-04docs: fix typo in the getting started introduction (#40522)Julien Déramond1-1/+1
2024-05-25docs: add Accordion component in the JS components section (#39980)Hannah Issermann1-0/+1
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: 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-06Improve front matter "added" paramsXhmikosR2-0/+6
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 redirectsXhmikosR7-11/+11
2024-03-04docs: remove Google Analytics (#39725)XhmikosR1-3/+3
It no longer works
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]>
2023-11-21Docs: change vite config path import in vite guide (#39418)Julien Déramond1-2/+2
2023-09-14download: Reword CDN paragraph (#39179)XhmikosR1-2/+12
2023-09-13Docs: add Discord (community) and Bootstrap subreddit links (#38873)Robert Jones1-1/+2
Co-authored-by: Rob Jones <[email protected]> Co-authored-by: Mark Otto <[email protected]> Co-authored-by: Julien Déramond <[email protected]>
2023-09-13Docs: add alternative CDNs section in Getting Started > Download (#39145)Julien Déramond1-0/+8
Co-authored-by: Mark Otto <[email protected]>
2023-08-05docs: add BootstrapVueNext to docs (#38970)Issayah1-1/+2
* docs: add BootstrapVueNext to docs * Update javascript.md --------- Co-authored-by: Mark Otto <[email protected]>
2023-08-02introduction: drop `details` element (#38995)XhmikosR1-9/+1
* introduction: drop `details` element * Update introduction.md
2023-07-24Fix postcss plugin options (#38947)Douglas Silva1-1/+1
2023-05-31Doc: fix 'Events' JS exampleJulien Déramond1-3/+1
2023-04-13Fix Rubygems link to README.md (#38459)XhmikosR1-1/+1
2023-04-05Docs: add missing `twbs/examples` and change sorting (#38407)Julien Déramond1-0/+3
* Docs: add missing twbs/examples * Change sorting of examples.yml --------- Co-authored-by: XhmikosR <[email protected]>
2023-04-05Docs: remove moot `hot` option from Vite guide (#38405)Julien Déramond1-2/+1
2023-03-29Tweak and re-organize ESLint config (#38369)XhmikosR1-0/+2
* Tweak and re-organize ESLint config * merge individual configs to the root config * enable more eslint-plugin-import rules * lint markdown files * Lint
2023-03-28Docs: update Webpack guide (#38345)Julien Déramond1-2/+1
* Docs: remove `<script>` from `index.html` in Webpack guide * Add `mode=production` to `build` step in Webpack guide
2023-03-27Add js-docs shortcode to ensure consistency between doc and js code (#38316)Hannah Issermann1-36/+1
Co-authored-by: XhmikosR <[email protected]>
2023-03-27Change diff file path in Webpack guide (#38339)Julien Déramond1-4/+4
2023-03-24Docs: fix two class attributes on same button (#38317)Hannah Issermann1-1/+1
2023-03-23Update Vite, Parcel and Webpack guides (#38305)Julien Déramond3-50/+52
Co-authored-by: XhmikosR <[email protected]>
2023-02-14Attempt to fix focus ring being cut off in table of contents (#37965)Mark Otto1-1/+1
* Attempt to fix focus ring being cut off in table of contents * Update _toc.scss --------- Co-authored-by: Patrick H. Lauke <[email protected]>
2023-02-14Docs: Use ESM Popper CDN reference in 'Using Boottrap as a module'Julien Déramond1-1/+1
2023-01-21Docs: tweak icon link and callouts (#37923)Patrick H. Lauke1-2/+2
* Tweak callout for icon link - no need to talk about `alt` for `<img>` since these don't use `<img>` - make start of sentence more readable * Tweak language of dropdown warning callout * Tweak popover warning callout * Tweak rtl warning callouts * Tweak color warning callout * Add/move accessibility callout for color to relevant pages * Update site/content/docs/5.3/helpers/icon-link.md * Update site/layouts/partials/callouts/warning-color-assistive-technologies.md Co-authored-by: Mark Otto <[email protected]>
2023-01-16Deprecate the Sass var and remove any occurence of the `.text-muted` (#37890)Louis-Maxime Piton1-3/+3
2023-01-03Rewrite some callouts to remove most headings and reduce their contentMark Otto1-6/+2
2023-01-03Add webpack build to webpack guideJulien Déramond1-2/+9
2022-12-26Docs: change some title containing '&' to bypass Algolia issueJulien Déramond3-3/+3
2022-12-24Release v5.3.0-alpha1 (#37661)XhmikosR13-0/+1910
* Bump version to 5.3.0-alpha1 * Dist * Add docs versions updates * Update note in homepage hero Co-authored-by: Mark Otto <[email protected]>