diff --git a/docs/examples/index.md b/docs/examples/index.md index 31f19a7b49..233b2430ba 100644 --- a/docs/examples/index.md +++ b/docs/examples/index.md @@ -3,7 +3,9 @@ layout: page title: Examples --- -### Framework +Quickly get a project started with any of our examples ranging from using parts of the framework to custom components and layouts. + +## Framework Examples that focus on implementing uses of built-in components provided by Bootstrap. @@ -40,7 +42,7 @@ Examples that focus on implementing uses of built-in components provided by Boot -### Navbars +## Navbars Taking the default navbar component and showing how it can be moved, placed, and extended. @@ -70,11 +72,18 @@ Taking the default navbar component and showing how it can be moved, placed, and -### Custom components +## Custom components Brand new components and templates to help folks quickly get started with Bootstrap and demonstrate best practices for adding onto the framework.
Basic structure for a admin dashboard with fixed sidebar and navbar.
+Basic admin dashboard shell with fixed sidebar and navbar.