diff --git a/docs/_data/nav.yml b/docs/_data/nav.yml index 8077a7e12e..15d872ef74 100644 --- a/docs/_data/nav.yml +++ b/docs/_data/nav.yml @@ -115,6 +115,7 @@ - title: Examples pages: + - title: Overview - title: Starter template - title: Grids - title: Jumbotron diff --git a/docs/examples.md b/docs/examples/overview.md similarity index 92% rename from docs/examples.md rename to docs/examples/overview.md index 83ea0b2ac5..9a2ef42139 100644 --- a/docs/examples.md +++ b/docs/examples/overview.md @@ -1,12 +1,12 @@ --- -layout: page +layout: default title: Examples --- -Build on the basic template above with Bootstrap's many components. We encourage you to customize and adapt Bootstrap to suit your individual project's needs. - ### Framework +Examples that focus on implementing uses of built-in components provided by Bootstrap. +
@@ -42,6 +42,8 @@ Build on the basic template above with Bootstrap's many components. We encourage ### Navbars +Taking the default navbar component and showing how it can be moved, placed, and extended. + -

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. +