aboutsummaryrefslogtreecommitdiff
path: root/_data
AgeCommit message (Collapse)AuthorFilesLines
2017-05-29Rearrange all the docs to allow for a docs/major.minor/ setupMark Otto7-0/+821
2013-12-28Rearrange repository contents because muahahahahahahaMark Otto1-203/+0
2013-12-22Remove timestamp on generated GlyhpiconsMark Otto1-3/+2
2013-12-22gruntMark Otto1-1/+1
2013-12-18Write Glyphicons to _data, generate Glyphicons markupRoss Allen1-0/+204
This generates a glyphicons.yml file from the glyphicons.less source, and then components.html uses that data to generate the Glyphicons docs by iterating through the data. The _data directory was introduced in Jekyll 1.3.0, and GitHub Pages is already on [version 1.4.2][1]. Fixes #11862. [1] https://github.com/github/pages-gem/blob/master/github-pages.gemspec#L16