aboutsummaryrefslogtreecommitdiff
path: root/docs/_includes
AgeCommit message (Collapse)AuthorFilesLines
2017-05-29Rearrange all the docs to allow for a docs/major.minor/ setupMark Otto14-312/+0
2017-05-28html lintingMark Otto5-5/+5
2017-05-28jobs url addedMark Otto1-0/+3
2017-05-28hide social on mobile for nowMark Otto1-1/+1
2017-05-28try out a different navbar approachMark Otto3-43/+43
2017-05-28add docsearchMaxime Locqueville2-9/+12
2017-05-28add jekyll include parametersMark Otto5-8/+8
2017-05-28update svgsMark Otto2-2/+2
2017-05-27prep the navbar for some old version stuffMark Otto1-0/+14
2017-05-27fix viewboxMark Otto1-1/+1
2017-05-27update nav to use logo at all timesMark Otto1-10/+8
2017-05-27purple navMark Otto1-2/+2
2017-05-27always show docs searchMark Otto1-1/+1
2017-05-27more responsive docs navMark Otto1-73/+48
2017-05-27moved fileMark Otto1-1/+1
2017-05-27• Add SVGs for GitHub, Slack, and TwitterMark Otto4-0/+3
• Move the Bootstrap SVG into the same folder
2017-05-27drop navbar search for download button and social iconsMark Otto1-4/+19
2017-05-27full width navbar tooMark Otto1-3/+1
2017-05-27Merge branch 'v4-dev' into v4-docs-streamlinedMark Otto6-20/+35
2017-05-27Update nav and navbar HTML markupGeremia Taglialatela1-7/+7
According to the docs, you just need to apply the `navbar-nav` to an `<ul>` tag in a list-based navbar. In fact, `navbar-nav` seems to override all the css properties set by `nav`. Also, `nav-item` class should be used only for `<li>` tags, or in conjunction with `<a>` tags to entirely avoid the list-based approach. This commit removes the redundant `nav` class from `navbar-nav` `<ul>` tags, moves `nav-item` from `<a>` tags to `<li>` tags and properly adds `nav-item` class to `<li>` tags where missing. Refs: * https://v4-alpha.getbootstrap.com/components/navs/ * https://v4-alpha.getbootstrap.com/components/navbar/#nav
2017-05-26Merge branch 'v4-docs-streamlined' of https://github.com/twbs/bootstrap into ↵Mark Otto3-53/+46
v4-docs-streamlined
2017-05-26Drop CSS icons for SVGs (#22708)Mark Otto1-0/+1
* add the svg icon as a partial so we can include it easily * add the icon to the homepage * drop .bd-booticon for svgs here * rip out the import for .bd-booticon sass file * Delete _booticon.scss * indentation * Update bootstrap-icon.html * remove those
2017-05-14Remove totaly Tether from documentation + dependenciesJohann-S1-1/+1
2017-03-28Fix JS components console error "Error: <Component> is transitioning"Pierre Vanduynslager1-0/+7
2017-03-23rename from .navbar-toggleable to .navbar-expand to reflect mobile first ↵Mark Otto1-1/+1
approach everywhere else
2017-03-21More config tweaks.Bardi Harborow1-3/+4
2017-03-05update instances of old classes in the docsMark Otto2-2/+2
2017-02-07Fix fallback jquery filename (#21940)Waldson Moura1-1/+1
2017-01-26Add aria-label to docs search fieldPatrick H. Lauke1-1/+1
2017-01-15Update Search input to type="search" (#21617)Christian Oliff1-1/+1
This is semantically correct and works just as well.
2016-12-31v4: Rip out IE compatibility mode meta tags (#21483)Mark Otto1-1/+0
* 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-29update navbarMark Otto1-12/+10
2016-12-28Merge branch 'v4-dev' into v4-docs-streamlinedMark Otto5-60/+89
2016-12-24remove old flex utils, update docs to matchMark Otto1-1/+1
2016-12-22redo custom docs navbarMark Otto1-35/+34
2016-12-22put new toggler markup to useMark Otto1-1/+3
2016-12-21Flexbox all the time (Drop IE9 support and remove $enable-flex option) (#21389)Mark Otto1-3/+0
* 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-12-04Documentation navigation fixes. (#21288)Bardi Harborow1-11/+8
* Make /utilities/ redirect to /utilities/borders/. * Rewrite sidebar active link logic to ensure superstrings are not selected.
2016-11-27Rename `.navbar-toggleable-xs` to `.navbar-toggleable` + more cleanup (#21226)Starsam801-3/+3
* Clean up some utilities - Align CSS properties - In `_spacing.scss`, we had a comment saying what 'a' was for, but we removed that so this comment no longer applies * Remove '-xs' from `.navbar-toggleable-xs` and remove duplication * Fix outdated classes to use newer ones
2016-11-09Fix broken and redirected links.Bardi Harborow1-1/+1
2016-10-24fix broken floatMark Otto1-1/+1
2016-10-24append trailing slash to slug so that page name matching is more accurateMark Otto1-1/+1
2016-10-24make search work on homepageMark Otto1-2/+0
2016-10-24Merge branch 'v4-dev' into v4-docs-streamlinedMark Otto5-10/+44
2016-10-19Update Google Analytics snippet to always load via HTTPSChristian Oliff1-1/+1
This is the official Google Analytics snippet.
2016-10-09Merge branch 'v4-dev' into v4-utilsMark Otto4-9/+38
2016-10-03Fix broken/redirected links, moving to HTTPS where possible. (#20557)Bardi Harborow1-1/+1
2016-10-02v4: Social meta tags (#20825)Mark Otto2-5/+36
* 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-26Rename pull-*-{left|right} classes to .float-*-left and .float-*-rightMark Otto1-2/+2
2016-09-11Merge branch 'v4-hamburger-fix2' of ↵Mark Otto1-3/+1
https://github.com/patrickhlauke/bootstrap into patrickhlauke-v4-hamburger-fix2