aboutsummaryrefslogtreecommitdiff
path: root/site/content/docs/5.3/components/alerts.md
AgeCommit message (Collapse)AuthorFilesLines
2024-06-12Docs: drop unused `.bi-exclamation-triangle-fill` classJulien Déramond1-1/+1
2024-03-19docs: bundle assets with HugoXhmikosR1-1/+1
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
2023-12-30Docs: update desc of deprecated Sass mixins in alerts and list groups (#39537)Julien Déramond1-3/+1
2023-05-31Use `.d-none` instead of inline stylingJulien Déramond1-1/+1
2023-04-10Docs: consistent usage of CSS sections (#38219)Julien Déramond1-3/+3
Co-authored-by: Mark Otto <[email protected]>
2023-03-27Add js-docs shortcode to ensure consistency between doc and js code (#38316)Hannah Issermann1-22/+1
Co-authored-by: XhmikosR <[email protected]>
2022-12-24Release v5.3.0-alpha1 (#37661)XhmikosR1-0/+263
* Bump version to 5.3.0-alpha1 * Dist * Add docs versions updates * Update note in homepage hero Co-authored-by: Mark Otto <[email protected]>