diff options
| author | Mark Otto <[email protected]> | 2014-12-01 16:51:31 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-12-01 16:51:31 -0800 |
| commit | 8fdac3d3a2e79a68ae33086f766b92d51977a677 (patch) | |
| tree | a12e0a0525d26da935e6aac8c1c524da881e78b6 | |
| parent | af30e237c7a67f78e195a6fc6c4fcb7db8791a1b (diff) | |
| download | bootstrap-8fdac3d3a2e79a68ae33086f766b92d51977a677.tar.xz bootstrap-8fdac3d3a2e79a68ae33086f766b92d51977a677.zip | |
move examples index again, clean up nav
| -rw-r--r-- | docs/_data/nav.yml | 1 | ||||
| -rw-r--r-- | docs/examples/overview.md (renamed from docs/examples.md) | 15 |
2 files changed, 12 insertions, 4 deletions
diff --git a/docs/_data/nav.yml b/docs/_data/nav.yml index 8077a7e12..15d872ef7 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 index 83ea0b2ac..9a2ef4213 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. + <div class="row bs-examples"> <div class="col-xs-6 col-md-4"> <a href="{{ site.baseurl }}examples/starter-template/"> @@ -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. + <div class="row bs-examples"> <div class="col-xs-6 col-md-4"> <a href="{{ site.baseurl }}examples/navbar/"> @@ -68,7 +70,10 @@ Build on the basic template above with Bootstrap's many components. We encourage </div> </div> -<h3 id="examples-custom">Custom components</h3> +### Custom components + +Brand new components and templates to help folks quickly get started with Bootstrap and demonstrate best practices for adding onto the framework. + <div class="row bs-examples"> <div class="col-xs-6 col-md-4"> <a href="{{ site.baseurl }}examples/cover/"> @@ -136,6 +141,8 @@ Build on the basic template above with Bootstrap's many components. We encourage ### Experiments +Examples that focus on future-friendly features or techniques. + <div class="row bs-examples"> <div class="col-xs-6 col-md-4"> <a href="{{ site.baseurl }}examples/offcanvas/"> |
