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/_layouts/example.html | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 docs/_layouts/example.html (limited to 'docs/_layouts/example.html') diff --git a/docs/_layouts/example.html b/docs/_layouts/example.html deleted file mode 100644 index 617fc8ab2..000000000 --- a/docs/_layouts/example.html +++ /dev/null @@ -1,17 +0,0 @@ - - - - - {% include header.html %} - - - - - - {{ content }} - - - {% include footer.html %} - - - -- cgit v1.2.3