aboutsummaryrefslogtreecommitdiff
path: root/site/content/docs/4.5/getting-started
AgeCommit message (Collapse)AuthorFilesLines
2021-01-19Release v4.6.0. (#32726)v4.6.0XhmikosR10-1563/+0
* Bump version to v4.6.0. * Dist
2021-01-19Backport #32759 (#32832)Mark Otto1-0/+14
Mention CSP and embedded SVGs in v4 docs
2021-01-17Docs: Sass implementation and rounding precision (#32791)voltaek3-4/+12
* Backport of changes to v5 docs that updated and clarified information about the Sass compiler used and the minimum rounding precision we recommend with it. Co-authored-by: Mark Otto <[email protected]> Co-authored-by: XhmikosR <[email protected]>
2021-01-15Backport #32795 (#32809)Mark Otto3-3/+29
* Clarify Sass import and customize docs for how to modify variable defaults * Add an npm starter project callout to a few pages
2021-01-08Backport #32685XhmikosR1-1/+1
Clarify the `$enable-shadows` option in our docs
2021-01-08Remove duplicated 'follow Bootstrap on Twitter' link in Community section ↵Christian Oliff1-1/+0
(#32399) Co-authored-by: XhmikosR <[email protected]>
2020-12-10Add hex values to colors (#32411)Mark Otto1-3/+12
2020-11-24introduction: split comments (#32223)XhmikosR1-1/+2
2020-11-24Manually backport #32226XhmikosR1-4/+4
docs: use `event` instead of `e`
2020-11-24Backport #32224XhmikosR2-9/+9
Be consistent with Popper's name.
2020-11-19Switch to HugoXhmikosR10-0/+1506
This commit includes all the needed workarounds and most changes from the main branch for everything to work, like: * removing empty lines in raw HTML that break output * read .browserslistrc, CSS variables from disk instead of duplicating it * using Hugo mounts * using Hugo for the docs CSS/JS * move ToC Sass code to a separate file while adapting it for Hugo Thus, this patch makes our npm scripts faster since lint runs on one step and there's no separate docs assets processing.