aboutsummaryrefslogtreecommitdiff
path: root/_includes/scripts.html
AgeCommit message (Collapse)AuthorFilesLines
2018-07-11Reorganize docs for easier deploysMark Otto1-26/+0
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.
2018-04-27Pass docs version to search form and switch to the new index.XhmikosR1-0/+1
Also, move the search code to a separate file.
2018-01-16Use the SRI hashes for the live site's assets. (#25282)XhmikosR1-2/+2
2017-12-31Move inline JS outside of HTML. (#25140)XhmikosR1-33/+4
2017-11-19Remove unused file and bundle ie-emulation-modes-warning.js with docs.min.js ↵XhmikosR1-2/+1
(#24825) * Remove the unused assets/js/ie10-viewport-bug-workaround.js. * Combine ie-emulation-modes-warning.js with docs.min.js.
2017-10-31Update docsearch.js links (#24613)Martin Kolárik1-1/+1
2017-10-22Reduce whitespace liquid outputs. (#24470)XhmikosR1-8/+8
2017-09-27Remove unneeded `docsearch` variable.XhmikosR1-7/+7
2017-08-15Reduce liquid's whitespace for a few pages.XhmikosR1-1/+1
Also fix a couple of typos while at it and change header tags' order.
2017-08-15Register a service worker.XhmikosR1-0/+1
2017-08-11Remove IE 10 viewport bug workaround JS.XhmikosR1-2/+0
2017-08-11Remove `text/javascript` since it's the default one. (#23321)XhmikosR1-2/+2
2017-07-08update docsearch config to handle h1s properly (load top of page, not at the h1)Mark Otto1-0/+6
2017-06-01Fix search redirectMaxime Locqueville1-1/+1
2017-05-29account for new nav structureMark Otto1-1/+1
2017-05-29move scripts to separate include so we can include them across layouts even ↵Mark Otto1-0/+50
if the footer isn't there