aboutsummaryrefslogtreecommitdiff
path: root/site/docs/4.1/layout
AgeCommit message (Collapse)AuthorFilesLines
2018-12-21Prep for v4.2.0 releaseMark Otto3-1041/+0
- Move 4.1 docs to 4.2 - Update versions everywhere to 4.1.3 with release script - Manually bump the shorthand version in package.json - Add 4.2 to the versions docs page - Update some redirects - Fix tests asset URLs - Bump Nuget and more
2018-12-16Update grid doc for consistent use of container. (#27776)Florian Lacreuse1-99/+122
2018-10-17Move media from layout to componentsMartijn Cuppens1-144/+0
2018-08-19Use mr utility class throughout media object docsGreg Tyler1-1/+1
2018-07-24Merge branch 'garhbod-patch-1' into v4-devMark Otto1-0/+14
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 Otto4-0/+1148
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.