From: Mark Otto Date: Fri, 17 Apr 2015 19:40:25 +0000 (-0700) Subject: move buttons from content to components X-Git-Tag: v4.0.0-alpha~299 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e70d9077f025cb1cb168e50b87f60423be9e6a00;p=thirdparty%2Fbootstrap.git move buttons from content to components --- diff --git a/docs/_data/nav.yml b/docs/_data/nav.yml index 3be2479ea5..06969f4cd5 100644 --- a/docs/_data/nav.yml +++ b/docs/_data/nav.yml @@ -67,7 +67,6 @@ - title: Sample output - title: Tables - title: Forms - - title: Buttons - title: Components pages: @@ -83,6 +82,7 @@ - title: Misc elements - title: Jumbotron - title: Page header + - title: Buttons - title: Custom forms sections: - title: Checkboxes and radios diff --git a/docs/content/buttons.md b/docs/components/buttons.md similarity index 100% rename from docs/content/buttons.md rename to docs/components/buttons.md