aboutsummaryrefslogtreecommitdiff
path: root/docs/getting-started
AgeCommit message (Collapse)AuthorFilesLines
2017-05-29Rearrange all the docs to allow for a docs/major.minor/ setupMark Otto10-842/+0
2017-05-27revamp getting started docs to use new tocMark Otto8-55/+24
2017-05-27swap kramdown toc for jekyll-toc plugin, update page layout to only show on ↵Mark Otto1-6/+1
xl and above
2017-05-27remove ads from in these pages, move some content to descriptionsMark Otto2-6/+2
2017-05-27Merge branch 'v4-dev' into v4-docs-streamlinedMark Otto8-237/+273
2017-05-26Merge branch 'v4-docs-streamlined' of https://github.com/twbs/bootstrap into ↵Mark Otto8-80/+32
v4-docs-streamlined
2017-05-25add webpack to documentation (#22423)Idan Cohen1-0/+106
* add webpack to documentation" implementing PR comments implementing PR comments * replace tether with popper
2017-05-24Fix 22643 - Readme links to vanished file (#22647)Ayachii1-1/+1
* Fixed dead link to browser list The link to the list of browsers supported through Autoprefixer was dead, now updated to a working link. * Updated label to display new file path Changed the labeling on the updated link to show read as the new updated file path.
2017-05-14Remove totaly Tether from documentation + dependenciesJohann-S1-4/+4
2017-05-01Link to package.json FixedPeter Gerdes1-1/+1
The link to package.json in the v4 docs was linking to package.json in the v3 source. Fixed to point to the correct v4 location. A change like this will need to be made for all branches on version 4 if you want the docs to be linked correctly (github may be smart enough to follow the link to the current branch if you are on github but it was wrong from the main site).
2017-04-27Documentation cleanup (inc. use of <input ... readonly> for static form ↵Patrick H. Lauke1-3/+1
controls example) * Fix incorrect code indentation * Remove unnecessary vendor prefix for `box-sizing` - all modern browsers now support this unprefixed * Remove incorrect `<label>` and change static controls to readonly inputs * Allow `<img>` elements without `src` to allow for `holder.js` images used in the docs, which lack `src` and use `data-src` instead
2017-04-21More minor build tweaks and docs updates.Bardi Harborow2-17/+14
2017-04-17Rewrite getting started/accessibility docsPatrick H. Lauke1-26/+26
A long overdue rewrite of the accessibility section - instead of the few snippets of strangely superficial and out-of-context advice (skip links, use correct heading levels), this tries to answer some of the fundamental questions about "is Bootstrap accessible", with emphasis on the fact that the final result will depend in large part on what BS is applied to/on (since BS relies on the markup etc authored by developers). This also sets out our ambition to have things work for keyboard and assistive tech users, and that we strive to make all our examples etc accessible and semantic. * Changes based on @mdo's feedback
2017-03-28Fix JS components console error "Error: <Component> is transitioning"Pierre Vanduynslager1-17/+38
2017-03-05Update spacer utilities (#22123)Mark Otto1-1/+1
* Drop -x and -y as they're all the same - Also move -width to elsewhere in the vars because it makes no sense by spacers. - Update values of -x and -y across main Sass and docs Sass. * Update docs to reflect changes; link to spacing utils from options page
2017-02-27Fix broken links.Bardi Harborow1-1/+1
2017-01-21Drop Normalize, port relevant parts to Reboot (#21741)Mark Otto1-2/+2
* Get this party started by removing mention of Normalize.css * Nuke the old comment, consolidate to a single line and number as appropriate * Bring over styles for HTML element from Normalize to Reboot * Move margin override for body element from Normalize to Reboot * Drop the block reset for HTML5 elements in IE9- from Normalize given we dropped IE9 support * Building on previous commit, do the same thing for figure, figcaption, and main * Remove IE9- display from Normalize given our browser support * Drop IE8 figure margin because we're IE10+ * No need for the h1 overrides because we reset these font and margin styles anyway in _type.scss already * Drop Safari 6 b and strong normalization because we're Safari 8+ * Remove mark styles for IE9- from Normalize * Remove old iOS audio fixes from Normalize * Remove IE9- display for progress from Normalize * Remove more IE9- rules from Normalize * One more IE9- display removal for canvas element * Move pre overrides from Normalize to Reboot * Move over some link resets to Reboot, drop others - Move over background-color and text-decoration - Drop focus outline change given it affects the offset on hover of focused links * Move over more code element resets, consolidate with pre overrides, too * Move over sub and sup wholesale * Move over img normalization to Reboot * Move over SVG override too * - Drop dupe hidden, but add comment for it - Move over template - Move over summary * Remove bulk of @viewport comment * edit down that code comment * consolidate html-based normalizations * update comments * Consolidate abbr styles * move over more type elements * move over hr changes * move over form controls and more * move over button resets * move over firefox button changes * move over search changes and more * we nuke all these styles for fieldsets anyway, so outright remove them * no need for those, we override them * move over legend, fieldset, progress * line break * delete normalize file * linting * update comment * clarify docs mentions of normalize and reboot * remove normalize excludes from linter * remove normalize excludes from cli task * linting * callout license since we forked part of normalize * Improve comments, move table background reset to .table class instead of in reboot * trailing space
2017-01-15Fixed minor typoMarios Zindilis1-1/+1
2017-01-15Update broken links. (#21696)Pierre-Denis Vanduynslager1-1/+1
2017-01-06rubygems version bumpMark Otto1-2/+2
2017-01-03Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-devMark Otto1-13/+0
2017-01-03remove some docs calloutsMark Otto2-8/+0
2017-01-04Move node-sass to npm script and drop Ruby Sass.Bardi Harborow1-13/+0
2017-01-03update textMark Otto1-1/+1
2017-01-01Update more copyright years to 2017 (#21491)Quan You1-2/+2
* Update ie10-viewport-bug-workaround.js year * Update narrow-jumbotron copyright year to 2017 * Update carousel/index.html copyright year to 2017 * Update browsers-devices.md copyright year to 2017 * Update change-version.js copyright year to 2017
2016-12-31Move .table-responsive from wrapper to .tableQuy1-75/+71
2016-12-31v4: Rip out IE compatibility mode meta tags (#21483)Mark Otto2-67/+5
* Remove IE compatibility mode meta tag from docs, examples, and JS tests as we no longer support IE9 and IE8 * update and remove some IE bits from our supported browser page * update introduction.md to match * reword starter template intro
2016-12-31make note of slim buildMark Otto1-1/+1
2016-12-30Document $enable-print-styles (#21474)Quy1-0/+1
2016-12-28Merge branch 'v4-dev' into v4-docs-streamlinedMark Otto10-121/+82
2016-12-26Remove Meteor install instructions.Bardi Harborow1-6/+0
2016-12-24Update IE9 support (#21424)Quy1-2/+2
2016-12-21Flexbox all the time (Drop IE9 support and remove $enable-flex option) (#21389)Mark Otto5-60/+8
* remove the $enable-flex variable option * remove bootstrap-flex.css dist file and it's grunt task * remove the separate flex css file for docs; it's all the same now * remove flexbox docs (porting some to the main grid docs in next commit) * clean up few grid docs bits to simplify copy, start to mention flexbox * port relevant flexbox-grid.md content to grid.md - clean up mixins - update how it works section - bring over sizing and alignment sections * remove the $enable-flex from the options.md page * update lead paragraph to mention flexbox * update migration to mention loss of ie9 support * remove mention of flexbox dist file * clarify IE support * making a note * remove flexbox variant mentions from component docs - updates docs for media object, navs, list group, and cards to consolidate docs - no more need to callout flexbox variants since it's now the default * remove $enable-flex if/else from sass files * remove flex dist files * update scss lint property order to account for flex properties * linting * change to numberless classes for autosizing, wrap in highlighting div * bump gruntfile and postcss to ie10 * redo intro sections * rearrange * phew, redo hella grid docs - rearrange all the things - consolidate some bits * remove reference to flexbox mode * more border action for demo * Make some changes to the .card's in .card-deck's to ensure footers align to the bottom
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-24copy changes, add toc, tweak ads placementMark Otto2-5/+13
2016-10-24Merge branch 'v4-dev' into v4-docs-streamlinedMark Otto10-47/+51
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-09-05try out docs inlineMark Otto1-0/+2
2016-07-26elaborate on those classesMark Otto1-1/+1