From af30e237c7a67f78e195a6fc6c4fcb7db8791a1b Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 1 Dec 2014 16:12:15 -0800 Subject: [PATCH] rearrange examples --- docs/_data/nav.yml | 20 ++++++++++++++++++++ docs/{getting-started => }/examples.md | 0 2 files changed, 20 insertions(+) rename docs/{getting-started => }/examples.md (100%) diff --git a/docs/_data/nav.yml b/docs/_data/nav.yml index 5f58dbb852..8077a7e12e 100644 --- a/docs/_data/nav.yml +++ b/docs/_data/nav.yml @@ -113,6 +113,26 @@ - title: Carousel - title: Affix +- title: Examples + pages: + - title: Starter template + - title: Grids + - title: Jumbotron + - title: Narrow jumbotron + - title: Navbar + - title: Navbar top + - title: Navbar top fixed + - title: Cover + - title: Album + - title: Carousel + - title: Blog + - title: Dashboard + - title: Sign-in page + - title: Justified nav + - title: Sticky footer + - title: Sticky footer with navbar + - title: Offcanvas + # - title: Learn & Extend # pages: # - title: Approach diff --git a/docs/getting-started/examples.md b/docs/examples.md similarity index 100% rename from docs/getting-started/examples.md rename to docs/examples.md