aboutsummaryrefslogtreecommitdiff
path: root/docs/_includes/getting-started
AgeCommit message (Collapse)AuthorFilesLines
2018-10-20Use https in more places.XhmikosR1-1/+1
2018-10-18Starter template: use the CDN files with SRI hashes.XhmikosR1-2/+2
2018-10-18Switch to lowercase `doctype`.XhmikosR1-1/+1
2018-10-18Change CDN URLs to the new ones.XhmikosR1-2/+2
2018-10-18Use https, fix broken links and unneeded redirects.XhmikosR7-27/+27
2018-10-08Move bash snippets `$` to a `:before` so that it's not selectable.XhmikosR2-5/+5
2018-10-08Switch to jQuery's CDN and use SRI.XhmikosR1-1/+1
2018-10-08Add image dimensions.XhmikosR1-18/+18
2018-10-08Bump year to 2018.XhmikosR1-1/+1
2018-09-28Use BrowserStack for our unit tests.Johann-S1-1/+1
2018-04-07Fix HTML validation error.XhmikosR1-1/+1
2017-07-04update links, new version to v3.4.0, add new baseurl for easy v3.4 buildingMark Otto4-7/+7
2016-07-21iOS 9.3 is still affected by https://webkit.org/b/153856Chris Rebert1-1/+1
[skip sauce]
2016-07-13Lint Docs HTML FilesTom Lutzenberger1-1/+1
2016-06-23Port #20165 to v3Chris Rebert1-1/+1
[skip sauce]
2016-06-02Remove unsupported vendor prefixes for @viewport (#19955)eiselzby1-2/+0
Fixes #19871
2016-05-26Update jQuery to v1.12.4.XhmikosR1-1/+1
2016-03-19Update jQuery to v1.12.2.XhmikosR1-1/+1
2016-03-14Docs: unwantedly -> undesirably, as the validity of "unwantedly" is uncertainPvanhesteren1-1/+1
Closes #19406
2016-03-14Port #19537 to v3Chris Rebert1-0/+2
[skip sauce]
2016-03-10Remove custom caching and use Bundle for gems.XhmikosR1-1/+1
2016-03-06Port #19424 to v3Chris Rebert1-2/+2
Docs: Link directly to printing-related browser bugs * https://bugs.chromium.org/p/chromium/issues/detail?id=273306 * https://bugs.webkit.org/show_bug.cgi?id=138192 [skip sauce]
2016-03-06Port #19423 to v3Chris Rebert1-1/+1
Docs: Add link to Chrome bug regarding `body { overflow: hidden; }` https://bugs.chromium.org/p/chromium/issues/detail?id=175502 [skip sauce]
2016-02-28Merge pull request #19273 from patrickhlauke/v3-browser-compat-backport1Patrick H. Lauke1-10/+37
Port v4 browser support table format to v3
2016-02-27Port v4 browser support tables to v3Patrick H. Lauke1-10/+37
2016-02-23Update jQuery to 1.12.1alberto1-1/+1
2016-02-18Bump html5shiv to v3.7.3Chris Rebert1-1/+1
Fixes #19262 Thanks to @coliff for pointing out that we were using an outdated version.
2016-02-03Port #19078 to v3Chris Rebert1-1/+1
[skip sauce]
2015-12-10Docs: Include major version in `npm install bootstrap` commands; refs #18520Chris Rebert1-1/+1
[ci skip]
2015-10-23Adding subresource hashes to CDN links.Chris Barry1-3/+3
In Firefox 43 and Chrome 45 there will be support for Subresource Iintegrity (SRI). More information here: https://developer.mozilla.org/en-US/docs/Web/Security/Subresource_Integrity Closes #17729 by merging a tweaked version of it.
2015-08-04Help with issues like #16823 by mentioning where to download example source codeMark Otto1-0/+2
2015-06-19Added *.min.map to whats-included.vsn4ik1-1/+3
2015-05-26Update source maps linkMorton Fox1-1/+1
2015-05-17Use `https` when possible.XhmikosR5-6/+6
2015-05-14Relicense ie10-viewport-bug-workaround.js under MIT LicenseChris Rebert1-0/+2
Fixes #16470 Closes #16483
2015-05-10Update jQuery to v1.11.3.XhmikosR1-1/+1
2015-04-30Remove inappropriate role="button" from download linksPatrick H. Lauke1-3/+3
2015-03-20Add docs on how to install Bootstrap via composerRodrigo Prado1-0/+4
Closes #16113 Closes #16114 [skip sauce]
2015-03-03Accessibility and headings hierarchy for the "Getting started" page.Steven Black7-58/+58
Closes #15946 by merging it.
2015-03-01Fix URL to match the keywordKevin Kirsche1-1/+1
Fix URL to match the keyword
2015-02-24Merge pull request #15828 from kkirsche/patch-20Chris Rebert1-0/+1
Add plugin package keyword recommendation
2015-02-23Add plugin package keyword recommendationKevin Kirsche1-0/+1
Related to #15823, I would be interested in officially recommending a keyword such as `twbs-bootstrap` so that we can more easily showcase plugins and extensions for Bootstrap without requiring additional curation by the admins / collabs of TWBS specificity Add additional comment to docs Fix capitalization Update tag per @mdo's recommendation
2015-02-21Fix copy/pasta'd id on accessibility skiplink calloutPatrick H. Lauke1-1/+1
2015-02-21Typo in URLPatrick H. Lauke1-1/+1
2015-02-20fixed a few typos in the docsJon Chretien1-1/+1
2015-02-17Use https://www.npmjs.com (new site).vsn4ik1-1/+1
2015-02-12browser-device-support.html: tweak indentationChris Rebert1-2/+2
2015-02-06Update Twitter handle: @twbootstrap => @getbootstrapChris Rebert1-1/+1
Refs https://github.com/twbs/bootstrap-blog/commit/1c94b7791f8a24a18f08aba40c38d519b873f2d0 CC: @mdo
2015-02-04Merge pull request #15714 from patrickhlauke/skip-link-fixesPatrick H. Lauke1-2/+7
Skip link workarounds for Chrome and IE
2015-02-03Merge pull request #15658 from kkirsche/patch-3XhmikosR1-0/+1
Fix issue #15601 — Position of Charset, X-UA-Compatible, and Viewport Meta Tags