aboutsummaryrefslogtreecommitdiff
path: root/site
AgeCommit message (Collapse)AuthorFilesLines
2024-08-07Docs: update WCAG links and references (#40703)Louis-Maxime Piton3-5/+5
Co-authored-by: Julien Déramond <[email protected]>
2024-08-07Docs: change wording of single/split danger buttons (#40689)Anton Frolov1-2/+2
Co-authored-by: Julien Déramond <[email protected]>
2024-08-05Docs: add `aria-hidden="true"` to decorative SVGs (#40691)Julien Déramond1-2/+2
2024-08-02Docs: add `aria-hidden="true"` to decorative SVGs (#40686)Julien Déramond16-35/+35
2024-07-30Update masthead wording (#40672)XhmikosR1-4/+1
2024-07-23Further image compression improvements (#40639)XhmikosR20-0/+0
2024-07-19Examples: minor accessibility improvements (#40620)Christian Oliff3-9/+9
- no need for `role="document"` on modals (was removed from Bootstrap a while ago) - use `type="email"` for email input - add aria-labels for previous month and next month buttons on date picker demo Co-authored-by: Julien Déramond <[email protected]>
2024-07-10Examples: adjust heading levels in Checkout example (#40619)Christian Oliff2-2/+2
2024-06-25Examples: use `<main>` in Cheatsheet examples (#40577)Christian Oliff2-4/+4
2024-06-12Fix Default values and Description content in options table (#39846)zcl2-5/+5
* Fix Default values and Description content in options table * update default value
2024-06-12Docs: drop unused `.bi-exclamation-triangle-fill` classJulien Déramond1-1/+1
2024-06-04docs: fix typo in the getting started introduction (#40522)Julien Déramond1-1/+1
2024-05-30Fix `.btn-group-vertical` border radius with dropdown as first element (#40488)Tobias1-2/+2
Co-authored-by: Julien Déramond <[email protected]>
2024-05-30docs: use HTTPS link to IKONS website (#40507)Christian Oliff1-1/+1
2024-05-29docs: add missing `data-bs-theme="light"` in navbars color schemes markup ↵Julien Déramond1-1/+1
(#40504)
2024-05-25docs: add Accordion component in the JS components section (#39980)Hannah Issermann1-0/+1
2024-05-02docs: migrate to the built-in sitemap template (#39951)XhmikosR5-16/+4
2024-05-01Build(deps-dev): Bump stylelint from 16.3.1 to 16.4.0 (#39936)dependabot[bot]1-2/+1
* Build(deps-dev): Bump stylelint from 16.3.1 to 16.4.0 Bumps [stylelint](https://github.com/stylelint/stylelint) from 16.3.1 to 16.4.0. - [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/16.3.1...16.4.0) --- updated-dependencies: - dependency-name: stylelint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Update _content.scss --------- 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]>
2024-04-05Add PostCSS-RTLCSS approach to the documentation (#39863)Iván Pereira1-0/+10
* Add PostCSS-RTLCSS approach to the documentation * Format 'PostCSS RTLCSS' without '-' and backticks * Some formatting for consistency in the entire doc * Minor rewording --------- Co-authored-by: Julien Déramond <[email protected]>
2024-04-01docs: move examples inline shortcode to a partial (#39829)XhmikosR3-66/+64
* docs: move examples inline shortcode to a partial * Further tweaks
2024-04-01docs: resize docs bundler images and fix dimensions (#39824)XhmikosR9-3/+3
The dimensions must be of the non-2x image.
2024-04-01docs: add a new partial for responsive images and use `imageConfig` (#39779)XhmikosR6-38/+55
This way the dimensions are not hardcoded
2024-04-01Add a render image hook (#39768)XhmikosR4-6/+14
Images are now lazyloaded, they have width and height attributes and the classes are centralized. Only applies to Markdown images
2024-03-26Fix typo in `site/assets/js/snippets.js` comments (#39840)Julien Déramond1-1/+1
2024-03-25docs: update sitemap template (#39819)XhmikosR5-7/+11
2024-03-22docs: use `urls.JoinPath` in more places (#39778)XhmikosR2-2/+3
2024-03-20Move theme toggler to a partial (#39807)XhmikosR3-66/+42
--------- Co-authored-by: Julien Déramond <[email protected]>
2024-03-20masthead.html: add `rel="noopener" target="_blank"` (#39805)XhmikosR1-1/+1
2024-03-19docs: move examples icons to a partial (#39808)XhmikosR2-15/+16
2024-03-19Further improve PNG compression (#39773)XhmikosR17-0/+0
2024-03-19docs: move algolia config to hugo configXhmikosR3-4/+13
2024-03-19docs: use defer when possible for JSXhmikosR12-10/+20
2024-03-19docs: move search style to its own CSS fileJulien Déramond4-7/+22
2024-03-19docs: improve stackblitz.jsXhmikosR1-11/+10
* tweak indentation * stop extending the sdk object * conditionally add `index.js`
2024-03-19docs: bundle assets with HugoXhmikosR16-267/+330
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
2024-03-15docs: mention text transform classes (#39782)XhmikosR1-1/+1
2024-03-15Update masthead to HeroDevs EOL (#39749)Edward Ezekiel2-3/+11
* feat(masthead): Update masthead to HeroDevs EOL Add box-arrow-up-right icon. * Update masthead.html * Update icons.html --------- Co-authored-by: Mark Otto <[email protected]>
2024-03-13docs: move fathom site to hugo config (#39781)XhmikosR1-1/+1
2024-03-12examples: assorted tweaks (#39772)XhmikosR1-12/+18
* remove trailing slash * use urls.JoinPath * reindent * use `imageConfig` so that we add dimensions automatically
2024-03-11Docs: drop `data-bs-scroll="true"` from navbar (#39766)Julien Déramond1-1/+1
2024-03-08Switch to using `hugo.IsProduction` (#39763)XhmikosR4-7/+6
2024-03-08Docs: fix position of search modal to avoid interface blocking at small ↵Louis-Maxime Piton1-0/+1
breakpoints (#39739) Co-authored-by: Julien Déramond <[email protected]>
2024-03-07footer: remove unneeded trailing slash (#39757)XhmikosR1-1/+1
2024-03-06docsref.html: move to variableXhmikosR1-1/+2
2024-03-06templates: use `urls.JoinPath` when handling URLsXhmikosR6-8/+9
2024-03-06docs: use a responsive image for bootstrap-logo-shadow.png (#39745)XhmikosR3-1/+7
2024-03-06Improve front matter "added" paramsXhmikosR16-16/+36
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 redirectsXhmikosR18-32/+32
2024-03-06docs: fix missing trailing slashes causing redirectsXhmikosR2-2/+2
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