aboutsummaryrefslogtreecommitdiff
path: root/docs/_includes
AgeCommit message (Collapse)AuthorFilesLines
2015-12-08manually bump versions because npm script wasn't working for meMark Otto1-1/+1
2015-12-04Rename jekyll-search.js to reflect that it's minified.XhmikosR1-1/+1
[ci skip]
2015-12-04Use non-minified CSS when running docs locallyChris Rebert1-1/+5
For easier debugging. Just like we already do for the JS. [skip sauce]
2015-11-26Add responsive float classes; fixes #13690Chris Rebert1-2/+2
2015-11-19Docs: Separate Tether out from docs.min.jsChris Rebert1-0/+2
We can't include it in docs.min.js because docs.min.js includes application.js, application.js depends on bootstrap.js, and the tooltip portion of bootstrap.js depends on Tether. So instead, we need to load Tether separately before bootstrap.js [skip sauce]
2015-10-27Merge pull request #17919 from marciovicente/v4-devXhmikosR1-1/+1
Adding autocomplete attribute in docs input search
2015-10-24Switch to jQuery 2.1.4.XhmikosR1-1/+1
Now that we don't support IE 8 it's safe to do that.
2015-10-13Adding autocomplete attribute in docs input searchMarcio Vicente1-1/+1
2015-10-06Add shrink-to-fit viewport directivePatrick H. Lauke1-1/+1
Fixes potential problems with iOS9's new viewport behavior - see for instance https://forums.developer.apple.com/thread/13510
2015-09-06Clean up inclusion of IE-specific JS files.XhmikosR2-4/+1
Move them to footer, and remove duplicate ones. [ci skip]
2015-09-02Fix missing anchors and 404 errors.XhmikosR1-1/+1
[skip sauce]
2015-09-01Merge pull request #17389 from Gupocca/link-fixingMark Otto1-1/+1
Fix several erroneous links in docs.
2015-08-30Remove the unused Google fonts.XhmikosR1-4/+0
[ci skip]
2015-08-30Merge pull request #17392 from twbs/v4-dev-xmr-httpsXhmikosR1-2/+2
Use `https` when possible.
2015-08-29Fix several erroneous links in docs.Gupocca1-1/+1
Related to #17314.
2015-08-29Use `https` when possible.XhmikosR1-2/+2
[ci skip]
2015-08-28Fix the JS errors due to jekyll-search.XhmikosR1-1/+7
1) Update it to v1.0.8 2) Include jekyll-search where it's used only [ci skip]
2015-08-25fix footer linkswangsai1-2/+2
2015-08-25Replace docs reference to iconographyDavid\ Beitey1-1/+1
2015-08-21Docs: a little bit of love for the wall of browser bugsHeinrich Fenkart1-0/+5
2015-08-21Docs: Update all dropdowns to new HTML structureHeinrich Fenkart1-1/+1
2015-08-18basic responsive top nav hacks for docsMark Otto1-8/+19
2015-08-18themes linkMark Otto1-0/+1
2015-08-18comment out versions for nowMark Otto1-0/+2
2015-08-18fix footer to use new dropdown markupMark Otto1-2/+2
2015-08-18fix main docs nav to use latest navbar changesMark Otto1-31/+29
2015-08-17stub out docs linksMark Otto1-0/+22
2015-08-17rip gauges trackingMark Otto1-13/+0
2015-08-14Massive cleanupMark Otto2-9/+12
- Simpler main nav on all pages - Back to purple masthead on homepage instead of dark graphite - Active link styles on the main nav - Cleaned up sidebar nav - New docs layout name - Homepage copy edits - Updated bright purple docs color
2015-08-12unfuck all that watch shitMark Otto1-4/+0
2015-08-09docs rearrangeMark Otto1-0/+5
2015-08-09rewrite browser and device supportMark Otto1-2/+2
2015-08-09update descriptionMark Otto1-1/+1
2015-08-09un-affix top navbarMark Otto1-1/+1
2015-08-05restore page headers, use partial and page frontmatter to organize itMark Otto1-0/+31
2015-08-05footer overhaul againMark Otto1-3/+3
2015-08-05unaffix sidebar and simplify styles of docs side nav to be more like v3Mark Otto1-10/+3
2015-08-05top level examples linkMark Otto1-0/+1
2015-08-05account for nav on docs pagesMark Otto1-8/+6
2015-08-04new global navbar for all docs pagesMark Otto1-8/+9
2015-08-04tweak footer stylesMark Otto1-2/+1
2015-08-04Merge branch 'master' into v4mMark Otto2-59/+4
2015-08-04Merge branch 'master' of https://github.com/twbs/bootstrapMark Otto4-30/+72
2015-08-04fixes #16902: remove the .container-fluid from the grid system in modal ↵Mark Otto1-45/+41
example since it's doubling up padding
2015-08-04Merge pull request #16560 from supergibbs/multiple-button-input-groupsMark Otto2-5/+43
Multiple button input groups
2015-08-04Merge pull request #16818 from zacechola/fix_16805Mark Otto2-25/+29
Move help block docs up page, add `.help-block` to validation example
2015-08-04Help with issues like #16823 by mentioning where to download example source codeMark Otto1-0/+2
2015-07-31simpler footer with no social buttons, fewer linksMark Otto2-50/+7
2015-07-26Add a local jQuery fallback.XhmikosR1-0/+1
Shouldn't really happen, but China for example has blocked Google so this should help.
2015-07-17remove all instances of .bs-docs-grid in grid docs since it's unused. ↵Mark Otto1-85/+73
nullifies #16838