aboutsummaryrefslogtreecommitdiff
path: root/site/docs/4.3/getting-started
AgeCommit message (Collapse)AuthorFilesLines
2019-03-13Switch to Hugo.XhmikosR10-1518/+0
No more Ruby dependency and most important more than 10 times less build time (at least on Windows)!
2019-03-11add docs about how to use the esm versionJohann-S3-0/+26
2019-02-27Remove the now unneeded `shrink-to-fit` directive. (#28314)XhmikosR1-2/+2
2019-02-27Use .text-danger for IE not supported cell. (#28371)Bardi Harborow1-1/+1
2019-02-26move util in a util folder with the sanitizerJohann-S2-7/+0
2019-02-20download.md: reword import bootstrap section.Johann-S1-1/+2
2019-02-20Remove Internet Explorer leftovers.XhmikosR1-4/+3
2019-02-20Remove jQuery from docs/repo.XhmikosR5-23/+14
Some of the snippets need to be updated later.
2019-02-20Add information about IE 11 compatibility.Johann-S1-0/+37
2019-02-19Replace uglify-js with terser. (#27813)XhmikosR1-1/+1
2019-02-19Remove `--save` option from `npm i` as it isn't required anymore (#28302)Steve Moser1-1/+1
As of npm 5.0.0, installed modules are added as a dependency by default, so the --save option is no longer needed. The other save options still exist and are listed in the documentation for npm install.
2019-02-13Add sanitize template option for tooltip/popover plugins.Johann-S1-0/+70
2019-02-11Release v4.3.0 (#28228)v4.3.0Mark Otto10-0/+1401
* Prep for v4.3.0 * More updates for v4.3.0. * rerun to build docs source map