]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
move examples index again, clean up nav
authorMark Otto <markdotto@gmail.com>
Tue, 2 Dec 2014 00:51:31 +0000 (16:51 -0800)
committerMark Otto <markdotto@gmail.com>
Tue, 2 Dec 2014 00:51:31 +0000 (16:51 -0800)
docs/_data/nav.yml
docs/examples/overview.md [moved from docs/examples.md with 92% similarity]

index 8077a7e12e8eb20ab85159e493835d184836ce98..15d872ef74350ecead2be23b9e461a2f1b585efa 100644 (file)
 
 - title: Examples
   pages:
+    - title: Overview
     - title: Starter template
     - title: Grids
     - title: Jumbotron
similarity index 92%
rename from docs/examples.md
rename to docs/examples/overview.md
index 83ea0b2ac5723f8e1cf04a6e4ef1dab44283a9c5..9a2ef42139dc17d68152e343bd6330e2d830fb7e 100644 (file)
@@ -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/">