aboutsummaryrefslogtreecommitdiff
path: root/site/content/docs
AgeCommit message (Collapse)AuthorFilesLines
2022-10-03Add new border-radius utilities (#36540)Julien Déramond1-0/+9
* Add new border-radius utilities * Fix bundlewatch * Fix bundlewatch again Co-authored-by: Mark Otto <[email protected]>
2022-10-03Minor grammatical fixesChristian Oliff1-2/+2
REF: https://en.wikipedia.org/wiki/Ajax_(programming) https://en.wikipedia.org/wiki/Server-side
2022-10-02Use `<h1>` for all `modal-title` examples/uses (#37210)Patrick H. Lauke4-37/+41
* Use `fs-` font sizing classes where needed * Also add info callout about heading hierarchy in modals
2022-09-27Minor docs changes (#37215)XhmikosR2-2/+2
2022-09-14Docs: Add informative note for Tooltip/Popover selector option (#37142)GeoSot3-3/+3
Co-authored-by: Julien Déramond <[email protected]>
2022-09-14Docs: Fix typo Getting Started > Vite and Webpack guides (#37153)Gabriel R. Barbosa2-2/+2
* 'were to look' → 'where to look' Co-authored-by: Julien Déramond <[email protected]>
2022-09-14Docs: minor fix for Navbar > Offcanvas examples (#37145)Julien Déramond1-2/+2
2022-09-02Set up a resuming table such as what's in other components.louismaximepiton2-111/+26
2022-09-01Improve language around vertical grid guttersMark Otto1-1/+1
2022-09-01Make docs clearer by dropping precompiled for compiledMark Otto3-9/+11
2022-09-01Document how to extract CSS, SVG for strict CSP (#36587)charlesroelli2-1/+88
* Webpack: explain how to extract CSS from bundle * Webpack: explain how to extract SVG from bundle * Update webpack.md Co-authored-by: Mark Otto <[email protected]>
2022-09-01Replace wrong mobile OS Windows with iOSPhilip Wedemann1-1/+1
2022-09-01Fixlouismaximepiton14-39/+39
2022-08-31Fix padding on starter templateMark Otto1-1/+1
2022-08-31Add default select example in cheatsheet (#36877)Florian Lacreuse2-2/+20
Co-authored-by: Julien Déramond <[email protected]>
2022-08-31More consistency for CSS/Sass vars doc for components with dark variantsJulien Déramond2-1/+15
2022-08-31Docs: improve cards image overlays markupJulien Déramond1-1/+1
2022-08-31Change offcanvas to be more consistent with carousel and dropdownlouismaximepiton1-18/+18
2022-08-31Docs: Fix js options to what is really inside js (#37019)Louis-Maxime Piton4-8/+8
2022-08-03Added new example in `examples/features` page. (#36660)Vipin Mishra2-0/+64
* Added new example in examples/features * Fix indentation, other suggested changes from review * fix: heading structure
2022-08-03Docs: add grid-row-columns variableHadouin1-1/+3
#36691
2022-08-03Expand popover custom container explanationPatrick H. Lauke1-1/+8
mention the scenario of popovers inside modals - see https://github.com/twbs/bootstrap/issues/36692#issuecomment-1178261690
2022-08-01Fix docs typo of `.form-checkbox` -> `.form-check`Matthew West1-1/+1
The class `.form-checkbox` is not used in Bootstrap and here it should say `.form-check` (as shown in the example below).
2022-07-29Fix typos after #36762 (#36771)Julien Déramond2-2/+2
2022-07-28ScrollSpy: make the threshold option configurable (#36750)GeoSot1-0/+2
* feat(ScrollSpy): make the threshold option configurable
2022-07-28Fixes #36770: Add navbar image alt text (#36850)Mark Otto1-2/+2
2022-07-26Simplify social images and add ability to set per-page images (#36804)Mark Otto3-0/+3
* Simplify social images and add ability to set per-page images - Removes the homepage summary layout in favor of the larger image card (makes it more consistent with other pages) - Reuses new thumbnails for Webpack, Parcel, and Vite guides to add their new social images * Update default social card * Change description to subtitle, add longer description to match homepage * Remove social_image_path, use inline conditions for social images
2022-07-25Remove Slack from site and repo docs (#36825)Mark Otto2-2/+2
* Remove Slack from site and repo docs * Apply suggestions from code review Co-authored-by: Julien Déramond <[email protected]> Co-authored-by: Julien Déramond <[email protected]>
2022-07-25Adding missing offcanvas `added-in` shortcodelouismaximepiton1-0/+2
2022-07-25Adding missing borders `added-in` shortcodelouismaximepiton1-0/+2
2022-07-25Docs: Redirect users to different templates of issues rather than an empty ↵Julien Déramond5-5/+5
one (#36827)
2022-07-25Docs: use added-in shortcode in Offcanvas (#36836)Julien Déramond1-2/+2
2022-07-25Docs: fix Markdown link in Tooltips (#36839)Christian Oliff1-1/+1
2022-07-25Correct heading levels in features examplePatrick H. Lauke1-17/+17
to keep the look the same, added `fs-...` sizing classes where necessary
2022-07-23Rename scrollspy to toast in toast.md (#36819)campersau1-2/+2
2022-07-18Fix various small typos in documentation (#36762)Marc Wrobel11-14/+14
2022-07-17Fix indentation in code sampleNils K1-2/+2
2022-07-17Support input groups in floating forms (#36759)Mark Otto1-0/+29
* Support input groups in floating forms * Update bundlewatch Co-authored-by: 719media <[email protected]>
2022-07-16Docs: same text for disabled ranges and disabled form controls (#36741)Julien Déramond1-1/+1
2022-07-13Add accNames to all progress bar examples (#36732)Patrick H. Lauke4-38/+42
Co-authored-by: Julien Déramond <[email protected]> Co-authored-by: Abdullah Alaqeel <[email protected]>
2022-07-13Docs: Capitalize Unicode (#36734)Christian Oliff1-1/+1
2022-07-11Add some details for non visible scrollspy elements (#36625)GeoSot1-3/+15
* docs: add some details for non visible scrollspy elements * Apply suggestions from code review Co-authored-by: Julien Déramond <[email protected]> * fix selectors on snippet * Fix paragraph by a native speaker Co-authored-by: Mark Otto <[email protected]> * Update scrollspy.md * Move from warning to own section * Update scrollspy.md Co-authored-by: Julien Déramond <[email protected]> Co-authored-by: Julien Déramond <[email protected]> Co-authored-by: Mark Otto <[email protected]> Co-authored-by: Mark Otto <[email protected]>
2022-07-11Add `$display-font-family` and `$display-font-style` (#36711)Julien Déramond1-0/+2
2022-07-11Fix 'Remove from map' Sass descriptionJulien Déramond1-3/+4
2022-07-10Docs: fix description on how to alter display values (#36712)Julien Déramond1-1/+1
2022-07-06Docs: add indeterminate disabled checkbox example (#36674)Julien Déramond1-1/+7
2022-07-06Docs: alphabetical reorder of some events/methods in tables (#36669)Julien Déramond3-19/+19
2022-07-05Docs: fix some ScrollSpy HTML copyable codes (#36672)Julien Déramond1-80/+86
2022-06-30Added examples for Radios in List Group (#36644)Neeraj Kumar Das1-33/+34
* Add examples for Radios in List Group * Reduce the number of checkboxes and radios to 3 for consistency Drop aria-label on inputs and use label Use class stretched-link on labels to cover the whole list group item Check the first radio by default Remove radios from streched link examples Co-authored-by: Julien Déramond <[email protected]>
2022-06-30update Lighthouse URLChristian Oliff1-1/+1
saves a HTTP redirect :-)