aboutsummaryrefslogtreecommitdiff
path: root/site/content/docs/5.3/components/modal.md
AgeCommit message (Collapse)AuthorFilesLines
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-11-14Docs: fix sentence in 'Scrolling long content' modal section (#39378)curious-broccoli1-1/+1
Co-authored-by: Julien Déramond <[email protected]>
2023-05-16Modal: fix grammar (#38603)codemmmmm1-1/+1
Co-authored-by: XhmikosR <[email protected]>
2023-04-10Docs: consistent usage of CSS sections (#38219)Julien Déramond1-1/+1
Co-authored-by: Mark Otto <[email protected]>
2023-03-27Add js-docs shortcode to ensure consistency between doc and js code (#38316)Hannah Issermann1-18/+1
Co-authored-by: XhmikosR <[email protected]>
2023-03-27Docs: fix Markdown table with empty column (#38342)Hannah Issermann1-1/+1
2023-03-13Docs: consistent usage of CSS sections (#38175)Julien Déramond1-1/+1
2023-01-16Deprecate the Sass var and remove any occurence of the `.text-muted` (#37890)Louis-Maxime Piton1-1/+1
2023-01-05Docs: Small enhancements (#37803)Louis-Maxime Piton1-1/+1
* Consistency with the doc * Bring a class to avoid weird behavior * Consistency + Add some explaining text * fix(color)
2022-12-24Release v5.3.0-alpha1 (#37661)XhmikosR1-0/+888
* Bump version to 5.3.0-alpha1 * Dist * Add docs versions updates * Update note in homepage hero Co-authored-by: Mark Otto <[email protected]>