aboutsummaryrefslogtreecommitdiff
path: root/site/docs/4.1/components
AgeCommit message (Collapse)AuthorFilesLines
2018-08-12docs/4.1/components/forms.md: fix useiconic link.XhmikosR1-1/+1
2018-08-02Hyphenate client-side/server-side (#27016)Jonathan1-1/+1
2018-08-02Fix #26990 broken external exampleMitchell Grice2-2/+2
2018-07-29Merge branch 'form-validation-icons' into v4-devMark Otto1-3/+11
2018-07-27fix typo: seperator -> separator (#26982)lgdean1-1/+1
2018-07-24Merge branch 'v4-dev' into malkomich-v4-devMark Otto21-0/+8148
2018-07-20Merge branch 'document-tooltip-flickering' of ↵Mark Otto1-0/+11
https://github.com/simPod/bootstrap into simPod-document-tooltip-flickering
2018-07-20Clarify custom select stylesMark Otto1-1/+1
Fixes #26281
2018-07-11update card columns docs to make copy more accurateMark Otto1-2/+2
closes #26586, closes #26587
2018-07-11Reorganize docs for easier deploysMark Otto21-0/+8074
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.