aboutsummaryrefslogtreecommitdiff
path: root/docs/getting-started
AgeCommit message (Collapse)AuthorFilesLines
2016-11-30Remove .btn-outlineysds1-2/+2
2016-11-28fixes #21072: clarify location of variables file (and avoid linking to a ↵Mark Otto1-1/+1
file that will be broken depending on the branch name)
2016-11-26minor docs content tweaks to fix #18997Mark Otto1-1/+1
2016-11-25Fixes #21195: Add more table of contents to pages with longer contentsMark Otto3-3/+18
2016-11-08Merge pull request #21062 from vanillajonathan/patch-1Mark Otto1-1/+1
Linked to slack
2016-11-09Fix broken and redirected links.Bardi Harborow4-6/+6
2016-11-01Linked to slackJonathan1-1/+1
2016-10-24Fixing ruby gem version to 4.0.0.alpha5David Singer1-2/+2
2016-10-10remove commented out custom buildsMark Otto1-24/+0
2016-10-10rework download options to mention source, compiled, and cdnMark Otto1-1/+16
2016-10-10Render bash and powershell prompts with ::before.Bardi Harborow2-9/+12
2016-10-03Fix broken/redirected links, moving to HTTPS where possible. (#20557)Bardi Harborow6-13/+13
2016-10-02v4: Social meta tags (#20825)Mark Otto10-0/+10
* descriptions for getting started pages * descriptions for layout * add content page descriptions * more descriptions, updates to some existing ones * correct site url * add social stuff to config for twitter cards * add twitter meta tags; use large image for homepage and regular card for all others * add the assets * more site config * more social shiz to partial, remove existing meta for the partial, remove page title from homepage for simpler if statements
2016-07-26elaborate on those classesMark Otto1-1/+1
2016-07-26comment out custom builds for nowMark Otto1-0/+2
2016-07-26remove dist download option for now; it has been coming soon for far too longMark Otto1-18/+0
2016-07-19Docs: Update `composer require` command to download current v4 alpha version ↵Alice Young1-1/+1
(#20328)
2016-06-23Remove reference to fixed Chrome bug in accessibility docs (#20145)Chris Rebert1-1/+1
Refs https://bugs.chromium.org/p/chromium/issues/detail?id=454172#c22 [skip sauce]
2016-06-23Fix links to A11Y Project postsCurt Grimes1-1/+1
Closes #20165 [skip sauce]
2016-06-20Replace grunt-postcss with postcss-cli (#20140)Chris Rebert1-1/+1
Refs #19990 Continues the degruntification process. Also removes mq4-hover-shim for now, since it doesn't yet implement the standard PostCSS plugin interface.
2016-06-20Remove refs to fixed printing-related Chrome bug from browser support docs ↵Chris Rebert1-7/+1
(#20144) Refs https://bugs.chromium.org/p/chromium/issues/detail?id=273306#c34 [skip sauce]
2016-06-04Add docs regarding postcss-flexbugs-fixes dependencyChris Rebert2-3/+3
2016-05-20Add "The Bootstrap Authors" to copyright notices (#19936)Chris Rebert1-0/+1
❤️❤️❤️ https://github.com/twbs/bootstrap/graphs/contributors
2016-05-11Fixes #18584: Link to autoprefixer json file (link is broken until we make ↵Mark Otto1-0/+1
this the master branch)
2016-03-14Mention https://webkit.org/b/153856 in the docsChris Rebert1-0/+4
Refs #14839, #19088 [skip sauce]
2016-03-14Merge pull request #19426 from twbs/ios-virt-keyboardChris Rebert1-5/+1
Remove iOS virtual keyboard bug section from docs
2016-03-14Document $enable-grid-classes variableDavid Lormor1-9/+10
Closes #19532 [skip sauce]
2016-03-06Remove iOS virtual keyboard bug section from docsChris Rebert1-5/+1
The modal backdrop positioning bug related to iOS' virtual keyboard doesn't seem to reproduce in iOS 8.0+. (Possibly as a side-effect of https://bugs.webkit.org/show_bug.cgi?id=153224 ) Refs #9023 [skip sauce]
2016-03-06Docs: Link directly to printing-related browser bugsChris Rebert1-2/+2
* https://bugs.chromium.org/p/chromium/issues/detail?id=273306 * https://bugs.webkit.org/show_bug.cgi?id=138192 [skip sauce]
2016-03-06Docs: Add link to Chrome bug regarding `body { overflow: hidden; }`Chris Rebert1-1/+1
https://bugs.chromium.org/p/chromium/issues/detail?id=175502 [skip sauce]
2016-02-29Added colon before enumerationMaarten van Elsas1-1/+1
2016-02-03Mention https://webkit.org/b/153852 in browser compatibility docsChris Rebert1-1/+1
Refs #19077 [skip sauce]
2016-01-20Clean up printing documentationDavid Beitey1-2/+2
Replace inline HTML with markdown, rewording, and cleanup. Closes #18984
2016-01-20Restore workarounds for #12078 printing bug that were lost in 86af1f3Chris Rebert1-0/+4
Refs #18984 [skip sauce]
2016-01-17Update docs to include mention of the custom variables fileMark Otto1-3/+21
2016-01-14Docs: Tweak phrasing of description of $enable-gradientsChris Rebert1-1/+1
[ci skip]
2016-01-14Add missing wordQuy1-1/+1
2016-01-11Refer to open successor Chrome bug in Accessibility docsChris Rebert1-1/+1
https://crbug.com/262171 was closed as a duplicate of https://crbug.com/454172 [skip sauce]
2016-01-10docs: Add SRI hash for Tether; refs #18665Chris Rebert1-2/+2
2016-01-10docs: Add SRI hash for jQuery; refs #18665Chris Rebert1-2/+2
2015-12-30Merge pull request #18614 from patrickhlauke/docs-browsers-devices1Chris Rebert1-6/+16
Docs: update browser support info
2015-12-30Split out to new para, into two sentencesPatrick H. Lauke1-1/+3
2015-12-26Fix typo in docs/getting-started/introduction.mdJerry Cheung1-1/+1
Remove 'including'.
2015-12-24Include Tether via CDN in starter templates; fixes #18664Chris Rebert1-2/+4
[skip sauce]
2015-12-22Add Windows 10 Mobile / Microsoft EdgePatrick H. Lauke1-0/+11
2015-12-22Clarify platform/web viewPatrick H. Lauke1-1/+1
2015-12-22Add a generic note about webkit/blink/gecko/web view browsersPatrick H. Lauke1-1/+1
2015-12-20Address IE10 in browser compatibility docsChris Rebert1-7/+7
[skip sauce]
2015-12-20Expand on proxy browsersPatrick H. Lauke1-1/+1
2015-12-20Keep Safari/Win as Not supportedPatrick H. Lauke1-1/+1