aboutsummaryrefslogtreecommitdiff
path: root/site/_includes
AgeCommit message (Collapse)AuthorFilesLines
2018-10-19docs search: take into account the current URL.XhmikosR1-1/+1
2018-10-18Rename docs production script to production and use `JEKYLL_ENV`. (#27410)XhmikosR2-3/+3
2018-10-17Delete callout-info-content-iamge-overlay-overflow.mdHelmut Granda1-4/+0
Deleting external file since it is not needed, the copy of this file will be added directly to card.md.
2018-10-17Adds a note about the limitations on content being larger than the image.Helmut Granda1-0/+4
In the event that the content is larger than the image, the content will continue to be displayed outside the image itself. There are some workarounds but they apply only to browsers that support this option and IE11 is not one of them.
2018-10-15Rename everything to skippy and center skippy (#27420)Martijn Cuppens1-4/+2
2018-10-14Move periods outside of links.XhmikosR1-1/+1
2018-10-14Fix a few links.XhmikosR1-5/+5
* fix `/versions/` link * add missing trailing slashes * fix a couple of redirects
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-09-02Add new docs Versions page.Mark Otto1-0/+2
2018-08-12Add missing trailing slash in Edge tracker links.XhmikosR1-1/+1
2018-07-11Optimised Google Analytics LoadingChristian Oliff1-4/+2
2018-07-11new urlMark Otto1-1/+1
2018-07-11Make navbar download the same as homepage downloadTheodore Dubois1-1/+1
2018-07-11remove jobs linkMark Otto1-3/+0
2018-07-11Reorganize docs for easier deploysMark Otto23-0/+332
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.