From c5fb401a626c3e0d99a764cb7961e1bd3e619e8f Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Thu, 20 Jun 2013 12:36:27 -0700 Subject: Move examples out of the main repo to twbs/bootstrap-examples While examples are phenomenally useful and awesome for folks getting started with Bootstrap, they don't really shine as well being buried in the main docs. Moreover, having anything that's not core HTML, CSS, JS, or documentation in the main repo seems to just get in the way. Therefore, examples gets its own repo. Specifically, we're doing the following: * Deletes all example screenshots * Deletes example layout * Deletes example files * Updates Getting Started docs to include only the template and a link to the new examples project All the examples and their history will be preserved in the switch. --- docs/_includes/nav-getting-started.html | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'docs/_includes') diff --git a/docs/_includes/nav-getting-started.html b/docs/_includes/nav-getting-started.html index fd6f8c98b..305de607b 100644 --- a/docs/_includes/nav-getting-started.html +++ b/docs/_includes/nav-getting-started.html @@ -9,11 +9,7 @@ What's included
  • - Templates and examples - + Basic template
  • Customizing Bootstrap -- cgit v1.2.3 From 97cdb4215ada5321351b2edd7d6964913d078ddd Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Wed, 17 Jul 2013 20:44:55 -0700 Subject: link order --- docs/_includes/nav-getting-started.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/_includes') diff --git a/docs/_includes/nav-getting-started.html b/docs/_includes/nav-getting-started.html index 022d335cd..08a4afc0e 100644 --- a/docs/_includes/nav-getting-started.html +++ b/docs/_includes/nav-getting-started.html @@ -9,10 +9,10 @@ What's included
  • - Basic template + Browser support
  • - Browser support + Basic template
  • License FAQs -- cgit v1.2.3 From 6be1f9d00fd6daf7b255acd63d88f772aab9849e Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Wed, 17 Jul 2013 21:02:50 -0700 Subject: remove colophon include because there's only one layout using it now --- docs/_includes/colophon.html | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 docs/_includes/colophon.html (limited to 'docs/_includes') diff --git a/docs/_includes/colophon.html b/docs/_includes/colophon.html deleted file mode 100644 index 3d664e624..000000000 --- a/docs/_includes/colophon.html +++ /dev/null @@ -1,15 +0,0 @@ - - -- cgit v1.2.3