From 5c76cbea7782bf94cb9f36acc552cf410f2dd4c3 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Wed, 21 Dec 2016 18:19:15 -0800 Subject: [PATCH] remove now unneeded collapse section --- docs/components/navbar.md | 50 --------------------------------------- 1 file changed, 50 deletions(-) diff --git a/docs/components/navbar.md b/docs/components/navbar.md index 60e9b695c9..8fc97684f0 100644 --- a/docs/components/navbar.md +++ b/docs/components/navbar.md @@ -430,53 +430,3 @@ Sometimes you want to use the collapse plugin to trigger hidden content elsewher {% endexample %} - -## Collapsible content - -Our collapse plugin allows you to use a ` -
-
-

Collapsed content

- Toggleable via the navbar brand. -
-
- -{% endexample %} - -For more complex navbar patterns, like those used in Bootstrap v3, use the `.navbar-toggleable-*` classes in conjunction with the `.navbar-toggler`. These classes override our responsive utilities to show navigation only when content is meant to be shown. - -{% example html %} -
-{% endexample %}