aboutsummaryrefslogtreecommitdiff
path: root/site/assets/js/vendor
AgeCommit message (Collapse)AuthorFilesLines
2024-03-19docs: bundle assets with HugoXhmikosR1-7/+0
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
2022-06-25Docs: update clipboard.js to v2.0.11Julien Déramond1-2/+2
2022-02-19Replace AnchorJS with a Hugo render hook (#32953)XhmikosR1-9/+0
* Replace AnchorJS with a Hugo render hook * docs(anchors): improve aria-label on anchor links * docs(anchors): show anchor link when ed * docs(anchors): add hash in pseudo-element Co-authored-by: Gaël Poupard <[email protected]>
2021-04-19Update anchor.js to v4.3.1. (#33668)XhmikosR1-4/+4
2021-04-09docs: update clipboard.js to v2.0.8 (#33583)XhmikosR1-3/+3
2020-11-19Revert "Use Hugo mounts for our docs vendor files." (#32210)XhmikosR2-0/+16
* 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-19Use Hugo mounts for our docs vendor JS files.XhmikosR2-16/+0
2020-10-28Drop custom file upload plugin in favor of CSSMartijn Cuppens1-7/+0
2020-10-22Update anchor-js to v4.3.0. (#31951)XhmikosR1-3/+3
2020-03-06Update clipboard.js to v2.0.6 (#30341)XhmikosR1-3/+3
2020-02-11Update bs-custom-file-input to v1.3.4 (#30162)XhmikosR1-3/+3
2019-11-12Update anchor.js to v4.2.1 (#29662)XhmikosR1-3/+3
2019-09-17Use Hugo for our docs Sass and JS. (#29280)XhmikosR3-0/+23
Now there's only one command needed to run the docs: `npm run docs-serve`. Also, simplify the npm scripts.