aboutsummaryrefslogtreecommitdiff
path: root/site/docs
AgeCommit message (Collapse)AuthorFilesLines
2018-07-11update card columns docs to make copy more accurateMark Otto1-2/+2
closes #26586, closes #26587
2018-07-11remove reference to breakpoint-specific gutter widths which are not implementedJosh Wand1-1/+1
see #22944 and #24620
2018-07-11Reorganize docs for easier deploysMark Otto186-0/+20074
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.