aboutsummaryrefslogtreecommitdiff
path: root/site/content/docs
AgeCommit message (Collapse)AuthorFilesLines
2023-05-10Docs: fix paragraph on how do the variants and accented tables workJulien Déramond1-2/+2
2023-04-27More darkmode examples (#38058)Mark Otto24-501/+648
* WIP darkmode examples * Fix product css error, redo parts of blog * wip dashboard * updated rtl generated * fix up some examples, namely dashboard * jumbotron and sign-in fixes * more fixes * more * Fixes from code review * Remove duplicate `data-bs-target` in dashboard/index.html * Modify `blog-rtl/index.html` * Modify `dashboard-rtl/index.html` * Modify `carousel-rtl/index.html` * Keep JS on all pages for switcher * Remove Feather from dashboard examples --------- Co-authored-by: Julien Déramond <[email protected]>
2023-04-26Add new docsref page, fix docs border-radius issues (#38491)Mark Otto1-0/+49
* Add new docsref page, fix docs border-radius issues * Remove commented out code * Update docsref.md * Fix no-code example, fix mobile styles * Updates from review * Fix block margin, remove margin-right from pre on mobile since no clipboard icons, adjust masthead snippet * Fix errant styles for border-radius on homepage --------- Co-authored-by: XhmikosR <[email protected]>
2023-04-25Table: active `<tr>` fix (#37084)Louis-Maxime Piton1-3/+3
* Adding the custom cascade to make `.active` work on `:hover` and on `.table-striped`. * Prevent nesting backgrounds * Small typo * . * Adding some docs * Match variable syntax * . --------- Co-authored-by: Mark Otto <[email protected]>
2023-04-20Docs: change colors of position marker example to work with dark mode (#38445)Julien Déramond1-2/+2
2023-04-13Fix Rubygems link to README.md (#38459)XhmikosR1-1/+1
2023-04-11Update devDependencies (#38437)XhmikosR2-2/+2
* Update devDependencies * @babel/preset-env ^7.20.2 → ^7.21.4 * @rollup/plugin-node-resolve ^15.0.1 → ^15.0.2 * eslint ^8.37.0 → ^8.38.0 * rtlcss ^4.0.0 → ^4.1.0 * sass ^1.60.0 → ^1.61.0 * stylelint ^14.16.1 → ^15.4.0 * stylelint-config-twbs-bootstrap ^7.0.0 → ^9.0.1 * vnu-jar 22.9.29 → 23.4.11 * Fix the new Stylelint issues
2023-04-10Add hint to reduce screen flickering (#38426)Mark Dumay1-1/+1
2023-04-10Docs: fix text rendering of navbar external contentJulien Déramond1-2/+2
2023-04-10Improve colored links interaction with link utilities (#38398)Mark Otto1-0/+4
* Fix missing paren in colored links color * Restore important flag on colored links color and text-decoration-color for better interaction with link utilities * Mention in migration guide
2023-04-10Docs: consistent usage of CSS sections (#38219)Julien Déramond34-60/+68
Co-authored-by: Mark Otto <[email protected]>
2023-04-05Docs: add missing `twbs/examples` and change sorting (#38407)Julien Déramond3-4/+11
* 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 detailed explanation of the JS components configuration merging process ↵GeoSot2-3/+3
(#37303) * doc: add detailed explanation of the components config process & fix popover/tooltip docs * Update site/layouts/partials/js-data-attributes.md --------- Co-authored-by: Mark Otto <[email protected]>
2023-03-27Add js-docs shortcode to ensure consistency between doc and js code (#38316)Hannah Issermann4-87/+4
Co-authored-by: XhmikosR <[email protected]>
2023-03-27Docs: fix Markdown table with empty column (#38342)Hannah Issermann1-1/+1
2023-03-27Change diff file path in Webpack guide (#38339)Julien Déramond1-4/+4
2023-03-26Fixed typo in 5.3.0-alpha2 migrationDavid Miles1-1/+1
2023-03-24Document new .d-inline-grid utilityMark Otto2-0/+10
2023-03-24Docs: fix two class attributes on same button (#38317)Hannah Issermann1-1/+1
2023-03-24Fix reference to twbs/examples/icons-font + fine-tune index.html SB location ↵Julien Déramond1-2/+6
target (#38310) * Fix reference to twbs/examples/icons-font + fine-tune index.html SB location target * Use urlquery * Add `rel="noopener"` --------- Co-authored-by: XhmikosR <[email protected]>
2023-03-23Update Vite, Parcel and Webpack guides (#38305)Julien Déramond3-50/+52
Co-authored-by: XhmikosR <[email protected]>
2023-03-22docs: remove moot `v` from docs-versions.yml (#38301)XhmikosR1-4/+4
2023-03-19Fix `placeholder` shortcode color and background params when 'img' markup ↵Julien Déramond1-10/+10
(#38263)
2023-03-17icon-link.md: remove moot aliases (#38246)XhmikosR1-1/+0
2023-03-16Docs: consistent deprecation messages in Close Button dark variant (#38247)Julien Déramond1-1/+3
2023-03-15Tweak stylelint config (#38228)XhmikosR1-15/+0
* rename to .stylelintrc.json * add reportInvalidScopeDisables to config * move reportNeedlessDisables to config * merge the two configs * remove unneeded disabled rules from the examples config
2023-03-13Docs: consistent usage of CSS sections (#38175)Julien Déramond5-8/+8
2023-03-10Update buttons.md (#38169)Mark Otto1-3/+3
* Update buttons.md Updates the buttons documentation to refer to the button styles as variants as opposed to "predefined styles" as that language was previously troublesome elsewhere in our docs, and variants makes more sense. * Update site/content/docs/5.3/components/buttons.md Co-authored-by: Julien Déramond <[email protected]> --------- Co-authored-by: Julien Déramond <[email protected]>
2023-03-10Fix (#38191)Louis-Maxime Piton1-1/+1
Co-authored-by: Patrick H. Lauke <[email protected]>
2023-03-10Fix typo in `utilities/colors.md` (#38194)Julien Déramond1-1/+1
2023-03-10Docs: Remove unnecessary `href` and `tabindex="-1"` (#38196)Louis-Maxime Piton1-3/+3
* Proposal * fix(review)
2023-03-08Docs: fix typo in Color modes page (#38198)mrlife1-1/+1
2023-03-07Remove nesting color modes docs section (#38192)Mark Otto1-67/+0
* Update docs for nesting color modes to better communicate issues with nesting light in dark * Remove nesting entirely actually, it's impossible to properly show an example when in dark mode
2023-03-07Fixes click area for header example snippetMark Otto1-3/+5
2023-03-07Docs: minor modifications in our migration guide for the v5.3.0-alpha2 (#38177)Julien Déramond1-2/+2
2023-03-07Docs: vertically align starters images in example page (#38179)Julien Déramond1-1/+1
2023-03-04Fixed some grammar issuesAndrew Dawes3-4/+4
2023-03-04Examples: color mode enhancement (#38144)Louis-Maxime Piton7-40/+30
* Tool bar proposal inside examples * Some examples fixes * Change appearance and position of the color mode toggler * Proposal * . --------- Co-authored-by: Mark Otto <[email protected]>
2023-03-02Icon link: envariable + enhance the documentation (#38130)Louis-Maxime Piton1-1/+24
* Envariable the icon-link helper * Proposal * .
2023-03-02Fix dropdown toggle visible focus in headers exampleJulien Déramond1-1/+1
2023-03-02Docs: `.text-body-secondary` appears two times in Utilities > ColorsJulien Déramond1-2/+1
2023-03-02Docs: replace 'popover' by 'tooltip' in tooltip's page' options sectionJulien Déramond1-1/+1
2023-03-02Docs: rollback some modification about `.text-muted` deprecation messagesJulien Déramond2-3/+3
2023-03-02Utilities: add 0 value to `link-underline-opacity` (#38131)Louis-Maxime Piton1-2/+3
2023-02-25Drop unused `--bs-focus-ring-box-shadow` and add documentation for ↵Julien Déramond1-0/+8
`--bs-focus-ring-{x|y|blur}` (#38095)
2023-02-23Docs: drop unused icons (#38103)Julien Déramond7-90/+0
2023-02-19Bump Chart.js from 2.9.4 to 4.2.1 in dashboard examples (#38071)Julien Déramond4-22/+18
* Bump Chart.js from 2.9.4 to 4.2.1 in dashboard examples * Rollback myChart var modification * Add some padding between tooltip color and text --------- Co-authored-by: XhmikosR <[email protected]>