aboutsummaryrefslogtreecommitdiff
path: root/_layouts/docs.html
AgeCommit message (Collapse)AuthorFilesLines
2018-07-11Reorganize docs for easier deploysMark Otto1-34/+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.
2018-03-02docs skippy partial (#25750)m5o1-5/+1
* load skippy markup from includes
2017-11-25Use Jekyll's `smartify` filter when possible. (#24866)XhmikosR1-2/+2
2017-10-17Remove class and scrollspy attributes from layoutsMark Otto1-1/+1
2017-10-03Switch to lowercase `doctype`. (#24217)XhmikosR1-1/+1
Having it uppercase doesn't offer anything and the lowercase version slightly improves gzip compression.
2017-06-17use flexbox order property to change order of content for screenreadersMark Otto1-6/+7
2017-05-30rename filesMark Otto1-2/+2
2017-05-29move scripts to separate include so we can include them across layouts even ↵Mark Otto1-0/+2
if the footer isn't there
2017-05-29Rearrange all the docs to allow for a docs/major.minor/ setupMark Otto1-0/+35