aboutsummaryrefslogtreecommitdiff
path: root/site/docs/4.1/examples/screenshots
AgeCommit message (Collapse)AuthorFilesLines
2018-11-27Move examples images in assets/img/examples/ folder.XhmikosR40-0/+0
2018-11-27Use srcset for examples too.XhmikosR40-0/+0
2018-10-21Improve Grid examples. (#26808)Martijn Cuppens1-0/+0
Removes the grid.css file of the grid example and makes use of utility classes
2018-07-11Reorganize docs for easier deploysMark Otto20-0/+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.