aboutsummaryrefslogtreecommitdiff
path: root/site/layouts/partials
AgeCommit message (Collapse)AuthorFilesLines
2021-09-06docs: make use of the `.Site.Params.docs_version` variable (#34913)Julien Déramond1-1/+1
Co-authored-by: XhmikosR <[email protected]>
2021-08-31Use `path.Join` when joining pathsXhmikosR2-2/+2
2021-08-31Remove `.html` suffix from shortcodes calls.XhmikosR1-1/+1
It's the default.
2021-07-06Fix site params variable on themes sectionacyoush1-1/+1
2021-05-19Remove FA for time beingMark Otto1-1/+0
2021-05-12Add Fathom Analytics to v5 docs (#33904)Mark Otto1-0/+1
* Add Fathom Analytics to v5 docs * newline
2021-05-05Release v5.0.0 (#33647)v5.0.0XhmikosR1-1/+1
* Bump version to 5.0.0 * Fix npm tag * Dist
2021-04-09footer: fix `rel=noopener` attribute (#33571)XhmikosR1-12/+12
There's no need to use `rel=noopener` without `target=_blank`, but otherwise, it should be used since it's a potential security issue.
2021-04-06Remove noopener from target _blank linksMark Otto1-1/+1
2021-03-30Add new docs footer (#33453)Mark Otto1-10/+55
* Replace site footer with mega footer to link to various projects and community resources * Fix broken HTML
2021-01-25Add a link to v4.x from the v5 homepage (#32745)Mark Otto1-1/+3
* Add a link to v4.x from the v5 homepage * Update masthead.html * Update masthead.html * Change label Co-authored-by: XhmikosR <[email protected]>
2021-01-19Docs: add v4.6.0 (#32842)XhmikosR1-1/+1
2021-01-14Clarifies Sass variable defaults, adds bootstrap-npm-starter callout (#32795)Mark Otto1-0/+1
* Clarify Sass import and customize docs for how to modify variable defaulst * Add an npm starter project callout to a few pages * Update callout-info-npm-starter.md Co-authored-by: XhmikosR <[email protected]>
2021-01-08docs(sidebar): active linkGaël Poupard1-3/+3
2021-01-08Move migration sidebar entry to sidebar.ymlXhmikosR1-25/+25
2020-12-15docs(skip links): new powers for .visually-hidden-focusableGaël Poupard1-3/+3
2020-12-10docs: SVG consistency changes (#32259)XhmikosR9-10/+11
* Move inlined SVG to a partial. Also, add `fill="currentColor"` in the SVGs. * docs: reorder attributes
2020-12-07Add a callout for the sanitizer in popovers and tooltips (#32272)Patrick H. Lauke1-0/+1
* Add a callout for the sanitizer in popovers and tooltips * Add second reference to sanitizer in the options Co-authored-by: XhmikosR <[email protected]>
2020-12-04docs(examples): new cheatsheet and RTL examplesGaël Poupard7-23/+27
2020-11-25homepage: fix wrong `alt` attribute (#32258)XhmikosR1-1/+1
2020-11-21Be consistent with Popper's name. (#32224)XhmikosR1-2/+2
The npm package is named "popper.js" but the project is named "Popper", so use the latter consistently.
2020-11-19Revert "Use Hugo mounts for our docs vendor files." (#32210)XhmikosR2-78/+14
* Revert "Adapt to the recent main changes" This reverts commit 50d892167036f440f9224327b0a48cf72a2e44b6. * Revert "Add Hugo Pipes logic for local and vendored scripts." This reverts commit 3fcfd606f2c264f1d3434e99c140a05edec461c3. * Revert "Use Hugo mounts for our docs vendor JS files." This reverts commit 6b071116f3b09b59a423ad999efbd67f8645bfa5.
2020-11-19Adapt to the recent main changesXhmikosR1-4/+4
* remove `bs-custom-file-input.min.js` * switch to errorf * change error message
2020-11-19Add Hugo Pipes logic for local and vendored scripts.Regis Philibert2-14/+78
2020-11-19Use Hugo mounts for our docs vendor JS files.XhmikosR1-1/+1
2020-11-19Docs: fix homepage npm install version (#32194)Jiang Yan1-1/+1
2020-11-18Docs: change sidebar collapse controls to actual button elements (#31098)Patrick H. Lauke1-2/+2
apart from the visual styling, there's probably no good reason why these shouldn't be `<button>` elements, semantically the buttons still look a shade too button-like, despite using `.btn-light`. the last remnant of button styling can probably be suppressed further, *or* this makes the case for expanding the core button styles to have one that looks completely non-button and non-link like (for cases where an additional style/hint was given already, or it's clear from context that something's an actionable button or link) Co-authored-by: XhmikosR <[email protected]>
2020-11-17docs: use `expanded` Sass output style for development (#32176)XhmikosR1-1/+1
2020-11-17skippy.html: reduce whitespace outputXhmikosR1-3/+2
2020-11-17Move redirect layout into partialTiger Oakes1-0/+11
2020-11-14Rename docs version data attributeXhmikosR1-1/+1
2020-11-14Add `bs` in data attributesRohit Sharma4-5/+5
- Add `bs` in data APIs everywhere - Update unit tests
2020-11-12Fix caniuse.com URLS to prevent redirects (#32135)Christian Oliff1-1/+1
Shorter URLS which are faster as they avoid HTTP redirects
2020-11-11masthead: add newlines in the snippets and reindent (#32129)XhmikosR1-6/+8
* Update masthead-followup.html * Update single.html
2020-11-08Partially revert "Move this to a partial to work around the stray `p` ↵XhmikosR1-15/+0
issue." (#32076) This partially reverts commit 23ddfa99a33c81916666326e0cfd2582dacfca44.
2020-10-31Update instances of .font-weight to .fwMark Otto2-9/+9
2020-10-22Move `href` attribute first (#31835)XhmikosR2-2/+2
2020-10-19docs: switch to suggesting jsDelivr as a CDN (#31894)XhmikosR1-2/+2
2020-09-29Update social.html: use `article` when it's a page (#31775)XhmikosR1-1/+1
2020-09-29docs: remove pixels from SVGs (#31791)XhmikosR2-3/+3
It's the default unit.
2020-09-29Prepare v5.0.0-alpha2. (#31748)v5.0.0-alpha2XhmikosR1-1/+1
2020-09-29Revert #31761 (#31792)XhmikosR2-1/+2
Revert "Re-optimize SVG" This reverts commit 331566bc85f7c0009e5a16b84d97f99c12d3a1c1. Revert "Move homepage-hero.svg to an img tag" This reverts commit c24acf8d2cca8e94a4115d7c30a281de23882789.
2020-09-28Add new Bootstrap Icons homepage imagesMark Otto1-1/+1
2020-09-28Move homepage-hero.svg to an img tagXhmikosR2-2/+1
2020-09-28Convert SVGs in navbar and subnav to pixels (#31767)Mark Otto2-3/+3
2020-09-25v5: Adjust docs sidebar and navbar (#31119)Mark Otto8-54/+75
* Hide the docs nav on mobile, redesign it for two columns on narrow devices * Tweak spacing on ToC * Redesign sidebar and subnav * Revamp subnav mobile layout so everything's on one line * Tighten up masthead a little * Switch the icon for the subnav and do a little icon toggling * Fix mobile overflow since we changed guters stuff * Add the widths * make the subnav icon purple
2020-09-24docs: link to the Asynchronous functions section (#31738)XhmikosR1-1/+1
2020-09-15Rremove separate JS includes from homepage for simplicity's sake, but ↵Mark Otto1-5/+1
include a link to doing it separately
2020-09-15docs: mention our bundle file clearly.XhmikosR1-1/+3
Note that we are using the bundle file already in our docs since 787441d.
2020-09-10docs(home): wrap all content in <main> & use <section> (#31580)Gaël Poupard2-10/+10
Co-authored-by: XhmikosR <[email protected]>