aboutsummaryrefslogtreecommitdiff
path: root/site/docs/4.1/examples/offcanvas
AgeCommit message (Collapse)AuthorFilesLines
2018-12-21Prep for v4.2.0 releaseMark Otto3-217/+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-11-20Use the new include in examples too.XhmikosR1-7/+6
2018-11-09Add an examples layout.XhmikosR1-145/+123
Reduces duplication and makes maintenance easier.
2018-09-25Fix examples after the recent JS changes.XhmikosR1-1/+1
`https://example.com` isn't a valid selector.
2018-09-18docs: use the bundle dist file.XhmikosR1-2/+1
2018-07-14Merge branch 'examples-cleanup' of ↵Mark Otto1-2/+0
https://github.com/MartijnCuppens/bootstrap into MartijnCuppens-examples-cleanup
2018-07-14Merge branch 'box-shadow_issue_26377' of ↵Mark Otto2-6/+4
https://github.com/parammittal16/bootstrap into parammittal16-box-shadow_issue_26377
2018-07-11Reorganize docs for easier deploysMark Otto3-0/+245
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.