aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2020-04-13 20:31:36 -0700
committerMark Otto <[email protected]>2020-04-26 17:26:04 -0700
commitcbe8ad0bf8ff073f1bf7d574ab5e3fda74eef004 (patch)
treebd93fa046465b78af7911a781f42a5055a7e3cb3
parentf6e2f4c656cdca7d7c55ad3faa1ef1314db53121 (diff)
downloadbootstrap-cbe8ad0bf8ff073f1bf7d574ab5e3fda74eef004.tar.xz
bootstrap-cbe8ad0bf8ff073f1bf7d574ab5e3fda74eef004.zip
Add overview intro to the Customize section
-rw-r--r--site/content/docs/4.3/customize/overview.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/site/content/docs/4.3/customize/overview.md b/site/content/docs/4.3/customize/overview.md
index 23a092c4f..a69ea1b1f 100644
--- a/site/content/docs/4.3/customize/overview.md
+++ b/site/content/docs/4.3/customize/overview.md
@@ -19,3 +19,16 @@ sections:
- title: Optimize
description: Keep your projects lean, responsive, and maintainable so you can deliver the best experience.
---
+
+## Overview
+
+There are multiple ways to customize Bootstrap. Your best path can depend on your project, the complexity of your build tools, the version of Bootstrap you're using, browser support, and more. Our two preferred methods are:
+
+1. Using Bootstrap [via package manager]({{< docsref "/getting-started/download#package-managers" >}}) so you can use and extend our source files.
+2. Using Bootstrap's compiled distribution files or the [Bootstrap CDN]({{< docsref "/getting-started/download#bootstrapcdn" >}}) so you can add onto or override Bootstrap's styles.
+
+While we cannot go into details here on how to use every package manager, we can give some guidance on [using Bootstrap with your own Sass compiler]({{< docsref "/customize/sass" >}}).
+
+For those who want to use the distribution files, review the [getting started page]({{< docsref "/getting-started/introduction" >}}) for how to include those files and an example HTML page. From there, consult the docs for the layout, components, and behaviors you'd like to use.
+
+As you familiarize yourself with Bootstrap, continue exploring this section for more details on how to utilize our global options, making use of and changing our color system, how we build our components, how to use our growing list of CSS custom properties, and how to optimize your code when building with Bootstrap.