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 %}