aboutsummaryrefslogtreecommitdiff
path: root/site/_includes/scripts.html
AgeCommit message (Collapse)AuthorFilesLines
2019-03-13Switch to Hugo.XhmikosR1-19/+0
No more Ruby dependency and most important more than 10 times less build time (at least on Windows)!
2019-02-20Remove Internet Explorer leftovers.XhmikosR1-1/+0
2019-02-20fix(docs): remove jQuery from our docsJohann-S1-3/+0
2018-11-23Revert "Replace anchor.js with jekyll-anchor-headings."XhmikosR1-0/+1
This reverts commit b04f97f60be64549a37e0c71d676ab67e70891fa.
2018-11-21docs: fix path to assets. (#27696)XhmikosR1-1/+1
2018-11-20Remove holder.js.XhmikosR1-1/+0
2018-11-20Replace anchor.js with jekyll-anchor-headings.XhmikosR1-1/+0
This allows us to generate the anchor links on build time. https://github.com/allejo/jekyll-anchor-headings
2018-10-20Remove service workerMark Otto1-1/+0
2018-10-20swipe left/right without hammerjsJohann-S1-1/+0
2018-10-20Add touch support in our carousel with HammerJS.Johann-S1-0/+1
2018-10-18Rename docs production script to production and use `JEKYLL_ENV`. (#27410)XhmikosR1-2/+2
2018-10-14docs: fix bundle SRI hash.XhmikosR1-1/+1
Also, remove popper.js from this script since it's not present in the repo.
2018-09-18use bsCustomFileInput in our documentation (#27264)Johann-S1-0/+1
2018-09-18docs: use the bundle dist file.XhmikosR1-4/+2
2018-07-11Reorganize docs for easier deploysMark Otto1-0/+26
With the current docs directory setup, I'm making too many mistakes and have to manually address path changes and directory moves on deploy. This makes for a frustrating experience developing locally and shipping releases. With this PR, we're basically back to the same setup from v3—duplicating the dist directory into our docs directory. Not the most ideal, but very straightforward for me as the release manager.