aboutsummaryrefslogtreecommitdiff
path: root/docs/_includes
AgeCommit message (Collapse)AuthorFilesLines
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-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-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
2016-09-08Docs: Breaks out Utilities into separate section and optimizes its pages ↵Kovah1-0/+5
(#20678)
2016-08-21Update ads code and styles (also fixes #20477 in different way)Mark Otto1-1/+1
2016-07-26Enable flexbox grid CSS on our docs pageMark Otto1-0/+3
- Creates new flexbox grid Sass file in our docs assets - Updates the Gruntfile to compile said new Sass file and minify the output - Update notice on flexbox docs page for how it works - Only enable compiled flexbox grid CSS in hosted docs site, not in dev (for easier and specific debugging of all flexbox features)
2016-07-19remove navbar-toggler unicode symbol in HTMLPatrick H. Lauke1-3/+1
remove current HTML-based symbol, add any missing aria-* attributes
2016-02-28update theme parameters to fix #19333Ivan Malopinsky1-2/+2
2016-02-19Fix validation errors.XhmikosR2-2/+2
[skip sauce]
2016-02-18Merge pull request #18987 from xcatliu/v4-dev-fix-search-json-prefixChris Rebert1-1/+1
Add prefix to footer.html search.json [skip sauce]
2016-02-18Docs: Remove <meta name="keywords"> from <head>Chris Rebert1-1/+0
Ports #18872 to v4 [skip sauce]
2016-02-17- Conveying color meaning to AT as markdown includePatrick H. Lauke1-0/+5
- Add/replace callout for color and AT with include
2016-02-06Improve docs sidenav active link highlightingMark Otto1-0/+1
Capture the slug once before applying it and add a slash to it to so we get a unique string to match against instead of a fuzzy partial 'contains'. Helps avoid 'grid' highlighting 'flexbox-grid', for example.
2016-02-03center the navMark Otto1-55/+57
2016-01-21Add prefix to footer.html search.jsonxcatliu1-1/+1
2016-01-10docs: Add SRI hash for jQuery; refs #18665Chris Rebert1-1/+1
2016-01-03Merge pull request #18662 from patrickhlauke/docs-collapse-accessibility-patch1Mark Otto1-18/+32
Docs: accessibility fix-up of collapsible content navbar, change site-wide main navbar
2015-12-27remove `<div class="bd-sidebar">`Bass Jobsen1-59/+56
content had already been wrapped in the `<div class="col-md-3 col-md-push-9 bd-sidebar">`
2015-12-24Use more appropriate structure for site navigationPatrick H. Lauke1-18/+32
Use the structure as documented in http://v4-alpha.getbootstrap.com/components/navbar/#collapsible-content - wrapping both the toggle and the navigation in a `<nav>`, using a `<ul>` for the navigation items
2015-12-24Add missing aria attributes to main site navigation menu togglePatrick H. Lauke1-1/+1
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