aboutsummaryrefslogtreecommitdiff
path: root/docs/getting-started
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2014-07-14 09:05:27 -0700
committerMark Otto <[email protected]>2014-07-14 09:05:27 -0700
commit5c9bcb72fb8ab016947079b29b15fe3ccb7b13bc (patch)
tree0e164593b14a8afd55ba7a4a9c60951bf8b56fa8 /docs/getting-started
parent95fbbdd55064681a55da036e51b85666f8def63a (diff)
downloadbootstrap-5c9bcb72fb8ab016947079b29b15fe3ccb7b13bc.tar.xz
bootstrap-5c9bcb72fb8ab016947079b29b15fe3ccb7b13bc.zip
link the new navbar examples
Diffstat (limited to 'docs/getting-started')
-rw-r--r--docs/getting-started/examples.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/getting-started/examples.md b/docs/getting-started/examples.md
index c21348b03..4bc421dd9 100644
--- a/docs/getting-started/examples.md
+++ b/docs/getting-started/examples.md
@@ -53,6 +53,17 @@ Build on the basic template above with Bootstrap's many components. We encourage
<div class="row bs-examples">
<div class="col-xs-6 col-md-4">
+ <a href="{{ site.baseurl }}examples/navbar-top/">
+ <h4>New top navbar</h4>
+ </a>
+ </div>
+ <div class="col-xs-6 col-md-4">
+ <a href="{{ site.baseurl }}examples/navbar-top-fixed/">
+ <h4>New fixed top navbar</h4>
+ </a>
+ </div>
+
+ <div class="col-xs-6 col-md-4">
<a href="{{ site.baseurl }}examples/navbar/">
<img class="img-thumbnail" src="{{ site.baseurl }}examples/screenshots/navbar.jpg" alt="">
</a>