aboutsummaryrefslogtreecommitdiff
path: root/site/content/docs
AgeCommit message (Collapse)AuthorFilesLines
2019-05-14rewrite modal docs without jqueryJohann-S1-23/+41
2019-05-14remove jquery references in dropdown docsJohann-S1-8/+13
2019-05-14remove some jquery references in collapse docsJohann-S1-2/+7
2019-05-14remove some jquery references in carousel docsJohann-S1-1/+4
2019-05-10Move close icon to components in docs (#28512)Martijn Cuppens1-1/+1
* Move close icon to components * Remove redundant float from close
2019-05-09Docs unordered lists dropdowns (#28591)Katherine Shaw2-272/+272
Replace snippets and examples in dropdown docs to use semantic `ul` and `li` elements.
2019-05-09Remove Base64 for SVGs. (#28749)XhmikosR2-3/+3
It results in bigger files.
2019-05-09v5: Drop all print styles and classes (#28339)Mark Otto4-16/+1
2019-05-08v5: Drop .media (#28265)Mark Otto4-143/+7
2019-05-08Remove hover mixin documentationMartijn Cuppens1-6/+0
2019-05-08Drop all hover mixinsMark Otto1-0/+1
Previously deprecated in v4.x, this clears out the now unused Sass option and removes some unused mixins. Arguably we could remove more, but I like the hover-focus mixin and we make extensive use of it across the project.
2019-05-08Documentation tweaks (#28679)Martijn Cuppens2-7/+7
* Documentation tweaks * Remove redundant col-12 classes
2019-05-08add icofont to icon options (#28738)Ashfahan Khan1-0/+1
30 Categories , 2100+ SVG and icons from icofont
2019-05-08Album example: remove misleading jumbotron-heading classname (#28741)Patrick H. Lauke2-2/+2
2019-05-05Switch from list to map for responsive embeds (#28678)Martijn Cuppens1-6/+18
2019-05-03[WIP] v5: Prep migration docs page (#28472)Mark Otto1-305/+51
* Migration docs page for v5 * Add JS section, tweak some copy * Update migration.md
2019-04-30Add truncated example of custom file browserMartijn Cuppens1-0/+13
2019-04-30Change custom file markupysds2-39/+24
2019-04-15change how bootstrap can be imported in bundlersJohann-S1-5/+6
2019-03-18Revert "Remove Internet Explorer leftovers."XhmikosR4-6/+20
This reverts commit 089e3334a710ae5fddea3ec5bb1a83a8f786196c.
2019-03-18Revert "Add information about IE 11 compatibility."XhmikosR1-37/+0
This reverts commit 1da5b9f76a05feae2663316247937aabda91d487.
2019-03-14Remove hover states on background utilities (#28457)Martijn Cuppens1-1/+1
2019-03-14v5: Drop remaining deprecated mixins (#28461)Mark Otto3-64/+0
- Deletes mixin mentions from float docs - Deletes mixin mention from visibility docs - Deletes the image-replacement page for text-hide
2019-03-14v5: Update badges (#28458)Mark Otto1-25/+14
- Drop hover and focus states - Drop .badge-* variants and associated mixin for .bg-* utilities - Drop .badge-pill for .rounded-pill utliity and adjust horizontal padding to find middle ground of .badge and old .badge-pill - Remove unused variables - Add default color value to .badge base class - Update docs to reflect changes
2019-03-13browsers-devices.md: escape what we read.XhmikosR1-1/+1
2019-03-13Simplify browser bugs inline shortcodeBjørn Erik Pedersen1-26/+8
2019-03-13Fix bugify.Bjørn Erik Pedersen1-4/+4
2019-03-13Add a docsref shortcode.XhmikosR44-110/+110
This allows for the build to fail if a reference isn't found.
2019-03-13Move this to a partial to work around the stray `p` issue.XhmikosR1-14/+1
2019-03-13Work around the docs/ redirects.XhmikosR3-2/+10
This happens because we have the section kind enabled (needed for examples).
2019-03-13Remove newlines in raw HTML.XhmikosR1-3/+0
This causes `p` tags which is invalid HTML.
2019-03-13Remove HTML comment; it breaks rendering.XhmikosR1-1/+1
2019-03-13browsers-devices.md: Read .browserslistrc instead of duplicating the content.XhmikosR1-12/+1
2019-03-13Switch to Hugo.XhmikosR116-0/+18757
No more Ruby dependency and most important more than 10 times less build time (at least on Windows)!