aboutsummaryrefslogtreecommitdiff
path: root/site/docs/4.1/getting-started
AgeCommit message (Collapse)AuthorFilesLines
2018-12-21Prep for v4.2.0 releaseMark Otto10-1395/+0
- Move 4.1 docs to 4.2 - Update versions everywhere to 4.1.3 with release script - Manually bump the shorthand version in package.json - Add 4.2 to the versions docs page - Update some redirects - Fix tests asset URLs - Bump Nuget and more
2018-12-16Revert "Remove now unnecessary shrink-to-fit viewport directive (#27818)" ↵XhmikosR1-2/+2
(#27855) This reverts commit af484dc12c2302c0e594a0e73a2ba06738a84410.
2018-12-15Remove now unnecessary shrink-to-fit viewport directive (#27818)Patrick H. Lauke1-2/+2
`shrink-to-fit=no` is not needed anymore - Apple removed the need for it from iOS9.3 onwards See https://www.scottohara.me/blog/2018/12/11/shrink-to-fit.html and https://github.com/h5bp/html5-boilerplate/issues/2102
2018-12-12Docs: add note about the grays being "cool" (#27824)Patrick H. Lauke1-1/+1
2018-11-29Update contents.mdXhmikosR1-3/+5
2018-11-28Revert "Use `h5` for callouts so that they are not included in ToC."XhmikosR1-1/+1
This reverts commit 11da1601140174e4fa4e0e25e7f66fc21c08e927. This is no longer needed with jekyll-toc 0.9.1.
2018-11-27Use `h5` for callouts so that they are not included in ToC.XhmikosR1-1/+1
Callouts are already excluded from ToC, but due to a limitation in jekyll-toc they are still being included. We should revisit this if the bug is fixed later.
2018-11-21Sass precision documentation (#27705)Martijn Cuppens1-1/+1
2018-11-16Update autoprefixer link to `.browserslistrc` file (#27675)Iurii Kucherov1-1/+1
2018-11-03docs: remove false info from v3 suggestion.XhmikosR1-3/+1
2018-11-03Add Sass variable for prefers-reduced-motion, add callout to affected ↵Patrick H. Lauke2-1/+2
components (#27581) * Tweak the accessibility/reduced motion text include mention of carousel slides, remove the (now inaccurate, as Firefox 63 includes it too) mention that support is limited to Safari/macOS xref https://github.com/twbs/bootstrap/issues/27525 * Add new callout for reduced motion * Add variable to control prefers-reduced-motion media query support * Add callout about prefers-reduced-motion to all components currently using animation which are affected
2018-10-30docs: remove Webpack version reference.XhmikosR1-1/+1
2018-10-30download page: add Yarn (#27544)Matheus Rocha Vieira1-0/+8
2018-10-20webpack page: Remove precss referenceXhmikosR1-31/+30
2018-10-20swipe left/right without hammerjsJohann-S2-2/+2
2018-10-20Add touch support in our carousel with HammerJS.Johann-S2-2/+2
2018-10-14Move periods outside of links.XhmikosR3-3/+3
2018-10-14Fix a few links.XhmikosR1-3/+3
* fix `/versions/` link * add missing trailing slashes * fix a couple of redirects
2018-09-16Typo (#27248)Nabil Kadimi1-1/+1
2018-09-16browsers-devices.md: Use Jekyll variable.XhmikosR1-1/+1
2018-09-14Use https in more places and fix a few redirects.XhmikosR2-2/+2
2018-08-31add information about valid selectors (#27137)Johann-S1-2/+4
2018-07-29Merge branch 'form-validation-icons' into v4-devMark Otto1-0/+1
2018-07-26Update browsers-devices.mdXhmikosR1-15/+16
2018-07-19feat(plugins): allow to import separate pluginsJohann-S2-7/+4
2018-07-11Reorganize docs for easier deploysMark Otto10-0/+1386
With the current docs directory setup, I'm making too many mistakes and have to manually address path changes and directory moves on deploy. This makes for a frustrating experience developing locally and shipping releases. With this PR, we're basically back to the same setup from v3—duplicating the dist directory into our docs directory. Not the most ideal, but very straightforward for me as the release manager.