| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2024-08-05 | Docs: add `aria-hidden="true"` to decorative SVGs (#40691) | Julien Déramond | 1 | -2/+2 | |
| 2024-08-02 | Docs: add `aria-hidden="true"` to decorative SVGs (#40686) | Julien Déramond | 12 | -21/+21 | |
| 2024-07-30 | Update masthead wording (#40672) | XhmikosR | 1 | -4/+1 | |
| 2024-05-02 | docs: migrate to the built-in sitemap template (#39951) | XhmikosR | 1 | -12/+0 | |
| 2024-04-01 | docs: move examples inline shortcode to a partial (#39829) | XhmikosR | 2 | -0/+64 | |
| * docs: move examples inline shortcode to a partial * Further tweaks | |||||
| 2024-04-01 | docs: add a new partial for responsive images and use `imageConfig` (#39779) | XhmikosR | 6 | -38/+55 | |
| This way the dimensions are not hardcoded | |||||
| 2024-04-01 | Add a render image hook (#39768) | XhmikosR | 1 | -0/+8 | |
| Images are now lazyloaded, they have width and height attributes and the classes are centralized. Only applies to Markdown images | |||||
| 2024-03-25 | docs: update sitemap template (#39819) | XhmikosR | 1 | -3/+3 | |
| 2024-03-22 | docs: use `urls.JoinPath` in more places (#39778) | XhmikosR | 1 | -1/+2 | |
| 2024-03-20 | Move theme toggler to a partial (#39807) | XhmikosR | 3 | -66/+42 | |
| --------- Co-authored-by: Julien Déramond <[email protected]> | |||||
| 2024-03-20 | masthead.html: add `rel="noopener" target="_blank"` (#39805) | XhmikosR | 1 | -1/+1 | |
| 2024-03-19 | docs: move examples icons to a partial (#39808) | XhmikosR | 2 | -15/+16 | |
| 2024-03-19 | docs: move algolia config to hugo config | XhmikosR | 2 | -1/+7 | |
| 2024-03-19 | docs: use defer when possible for JS | XhmikosR | 3 | -9/+9 | |
| 2024-03-19 | docs: move search style to its own CSS file | Julien Déramond | 1 | -4/+8 | |
| 2024-03-19 | docs: bundle assets with Hugo | XhmikosR | 3 | -67/+28 | |
| 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-15 | Update masthead to HeroDevs EOL (#39749) | Edward Ezekiel | 2 | -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-13 | docs: move fathom site to hugo config (#39781) | XhmikosR | 1 | -1/+1 | |
| 2024-03-11 | Docs: drop `data-bs-scroll="true"` from navbar (#39766) | Julien Déramond | 1 | -1/+1 | |
| 2024-03-08 | Switch to using `hugo.IsProduction` (#39763) | XhmikosR | 4 | -7/+6 | |
| 2024-03-07 | footer: remove unneeded trailing slash (#39757) | XhmikosR | 1 | -1/+1 | |
| 2024-03-06 | docsref.html: move to variable | XhmikosR | 1 | -1/+2 | |
| 2024-03-06 | templates: use `urls.JoinPath` when handling URLs | XhmikosR | 6 | -8/+9 | |
| 2024-03-06 | docs: use a responsive image for bootstrap-logo-shadow.png (#39745) | XhmikosR | 1 | -1/+7 | |
| 2024-03-06 | Improve front matter "added" params | XhmikosR | 2 | -5/+6 | |
| 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-06 | docs: fix missing trailing slashes causing redirects | XhmikosR | 2 | -2/+2 | |
| 2024-03-05 | Remove useless crossorigin="anonymous" attributes | XhmikosR | 3 | -4/+4 | |
| 2024-03-05 | header.html: remove unneeded `relUrl` | XhmikosR | 1 | -1/+1 | |
| 2024-03-05 | Minor template cleanup | XhmikosR | 3 | -9/+12 | |
| 2024-03-05 | examples.html: Move color mode JS lower | XhmikosR | 1 | -3/+3 | |
| 2024-03-05 | render-heading.html: use variables | XhmikosR | 1 | -2/+4 | |
| 2024-03-05 | Fix docs-versions.html (#39738) | XhmikosR | 1 | -3/+7 | |
| Cast to string when comparing the versions, otherwise we were comparing numbers with strings. Also, move checks to variables. Fixes 404 errors in the version picker. | |||||
| 2024-03-04 | docs: remove Google Analytics (#39725) | XhmikosR | 4 | -16/+8 | |
| It no longer works | |||||
| 2024-02-02 | docs: clean up example.html (#39528) | XhmikosR | 1 | -7/+7 | |
| 2023-12-30 | Docs: update homepage links to prevent HTTP redirect (#39539) | Christian Oliff | 1 | -3/+3 | |
| 2023-12-21 | Docs: drop unused `.theme-icon` class (#39520) | Julien Déramond | 2 | -6/+6 | |
| 2023-09-14 | Fix: make theme selector tick icon visible when active in examples layout ↵ | Julien Déramond | 1 | -0/+5 | |
| (#39177) | |||||
| 2023-07-23 | Docs: remove v4 reference in homepage | Julien Déramond | 1 | -2/+0 | |
| 2023-07-16 | Docs: add blank target and noopener rel to footer external links | Julien Déramond | 1 | -11/+11 | |
| 2023-07-05 | Feature (#38838) | Louis-Maxime Piton | 2 | -2/+14 | |
| 2023-07-05 | Add docs search to homepage (#38850) | Mewen Le Hô | 4 | -9/+4 | |
| * Compliance to Success Criterion 3.2.3 Consistent Navigation * Update docs-navbar.html --------- Co-authored-by: Mark Otto <[email protected]> | |||||
| 2023-05-31 | Docs: add more details on accessibility tips (#38583) | Hannah Issermann | 1 | -1/+1 | |
| * Docs: add more details on accessibility tips * Docs: add more details on accessibility tips * Docs: add more details on accessibility tips * Fix syntax --------- Co-authored-by: Julien Déramond <[email protected]> | |||||
| 2023-05-31 | Use `.d-none` instead of inline styling | Julien Déramond | 2 | -2/+2 | |
| 2023-04-27 | More darkmode examples (#38058) | Mark Otto | 1 | -10/+8 | |
| * 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-26 | Add new docsref page, fix docs border-radius issues (#38491) | Mark Otto | 3 | -7/+13 | |
| * 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-01 | docs: add variables-dark import in home page | Tien Do | 1 | -0/+1 | |
| 2023-03-28 | Docs: `js-docs` unindent automatically the code inside shortcode (#38349) | Julien Déramond | 1 | -1/+22 | |
| 2023-03-27 | Add detailed explanation of the JS components configuration merging process ↵ | GeoSot | 1 | -0/+2 | |
| (#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-27 | Add js-docs shortcode to ensure consistency between doc and js code (#38316) | Hannah Issermann | 1 | -0/+37 | |
| Co-authored-by: XhmikosR <[email protected]> | |||||
| 2023-03-24 | Docs: `scss-docs` unindent automatically the code inside shortcode | Louis-Maxime Piton | 1 | -1/+22 | |
