aboutsummaryrefslogtreecommitdiff
path: root/_data
AgeCommit message (Collapse)AuthorFilesLines
2017-07-02fix some busted linksMark Otto1-5/+0
2017-07-01Removed Japanese translationBailey1-5/+0
The Japanese website (http://bootstrap4.jp/) doesn't exist therefore I removed the link to it.
2017-07-01Redo the "responsive helpers" filesMark Otto1-1/+2
- Moves the embed SCSS to the utilities subfolder - Separate the floats from the embed docs - Rename embed docs from responsive helpers to embeds
2017-07-01Move /utilities/typography to /utilities/text to match SCSS file nameMark Otto1-1/+1
2017-07-01Move /utilities/flexbox to /utilities/flex to match name of SCSS fileMark Otto1-1/+1
2017-06-25update theme colorsMark Otto1-10/+10
2017-06-18Merge branch 'v4-dev' into colors-reduxMark Otto1-1/+1
2017-06-16hide for nowMark Otto1-1/+1
2017-06-15prep docs for displaying the colorsMark Otto3-0/+60
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