aboutsummaryrefslogtreecommitdiff
path: root/site/content/docs
AgeCommit message (Collapse)AuthorFilesLines
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
2023-09-18Fix typo in toggle buttons outlined styles section (#39200)Kevin Sanders1-1/+1
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-22Corrected a grammer error in by adding the word go to ↵John Hayes1-1/+1
examples/starter-template (#39086)
2023-08-22Remove incorrect mention of .left utilities from migration guide (#39054)Christian Oliff1-1/+0
There are no classes in Bootstrap 4.x beginning with `.left` or `.right`. (You can do a `CTRL`+`F` on https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.css to check)
2023-08-22Further improve image compression with oxipng and the latest jpegoptim (#39037)XhmikosR4-0/+0
2023-08-21Migration: add back v5.0.0 heading (#39060)XhmikosR1-34/+36
* Migrations: add back v5.0.0 heading * Update migration.md * Update migration.md
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-02examples: update 3rd-party packages (#38994)XhmikosR2-6/+6
2023-08-02introduction: drop `details` element (#38995)XhmikosR1-9/+1
* introduction: drop `details` element * Update introduction.md
2023-07-29Docs: Fix popover template role error (#38978)Christian Oliff1-1/+1
I'm quite sure this should be `role="tooltip"` and not `role="popover"`. There isn't a popover role but there is a tooltip one.(https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles/tooltip_role).. and Bootstrap 5 itself uses role="tooltip" for its popovers by default.
2023-07-27Update gutters.md (#38968)XhmikosR1-1/+1
2023-07-25Examples: improve spinner buttons accessibility (#38958)Julien Déramond1-4/+4
2023-07-24Fix postcss plugin options (#38947)Douglas Silva1-1/+1
2023-07-23fixlouismaximepiton1-1/+1
2023-07-23Docs: Update float responsive examplesChristian Oliff1-4/+5
2023-07-23dashboard: fix offcanvas md display (#38952)XhmikosR2-2/+2
* dashboard: fix offcanvas md display * Update index.html
2023-07-23Fix some typos in Customize > Sass doc (#38948)Julien Déramond1-8/+8
2023-07-23Support `Home` and `End` keys in tabs (#38498)Kyle Tsang1-1/+1
* Support `Home` and `End` keys in tabs * Update tab.js * simplify tests * Update navs-tabs.md * Update .bundlewatch.config.json --------- Co-authored-by: Patrick H. Lauke <[email protected]> Co-authored-by: XhmikosR <[email protected]> Co-authored-by: Mark Otto <[email protected]>
2023-07-16Docs: fix carousel carousel colors of carousel examples in dark modeJulien Déramond2-2/+2
2023-07-16Fix dark mode rendering of Cheatsheet examples (#38905)Julien Déramond2-16/+14
2023-07-16Streamline a certain amount and increase presentations in different ↵zcl1-7/+3
directions (#38604)