aboutsummaryrefslogtreecommitdiff
path: root/site/_layouts/examples.html
AgeCommit message (Collapse)AuthorFilesLines
2019-08-03Disallow crawling on Netlify. (#29194)XhmikosR1-1/+1
2019-05-02Update devDependencies including jQuery to v3.4.1.XhmikosR1-1/+1
2019-03-27Include favicons for examples.XhmikosR1-0/+1
2019-02-09Prevent text selection in placeholder images (#28218)Martijn Cuppens1-0/+4
2019-01-21Add canonical URL. (#28093)XhmikosR1-0/+2
2018-11-21docs: fix path to assets. (#27696)XhmikosR1-1/+1
2018-11-20Remove holder.js.XhmikosR1-4/+0
2018-11-20Use the new include in examples too.XhmikosR1-0/+13
2018-11-09Add an examples layout.XhmikosR1-0/+40
Reduces duplication and makes maintenance easier.
2018-10-15Combine examples and simple layouts.XhmikosR1-16/+0
2018-07-11Reorganize docs for easier deploysMark Otto1-0/+16
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.