diff --git a/docs/_includes/docs-nav.html b/docs/_includes/docs-nav.html index f43b568121..99ef5116cb 100644 --- a/docs/_includes/docs-nav.html +++ b/docs/_includes/docs-nav.html @@ -7,6 +7,7 @@
  • What's included
  • Templates and examples
  • +
  • CSS
  • Overview
  • @@ -71,13 +72,55 @@
  • Helper classes
  • Responsive utilities
  • +
  • Components
  • Glyphicons
  • -
  • Dropdowns
  • -
  • Button groups
  • -
  • Button dropdowns
  • -
  • Navs
  • -
  • Navbar
  • +
  • + Dropdowns + +
  • +
  • + Button groups + +
  • +
  • + Button dropdowns + +
  • +
  • + Navs + +
  • +
  • + Navbar + +
  • Breadcrumbs
  • Pagination @@ -117,6 +160,7 @@
  • Media object
  • Wells
  • +
  • JavaScript
  • Overview diff --git a/docs/docs.html b/docs/docs.html index 74f7c6e702..9fd1205623 100644 --- a/docs/docs.html +++ b/docs/docs.html @@ -2561,7 +2561,7 @@ For example, <section> should be wrapped as inline.

    Toggleable, contextual menu for displaying lists of links. Made interactive with the dropdown JavaScript plugin.

    -

    Example

    +

    Wrap the dropdown's trigger and the dropdown menu within .dropdown, or another element that declares position: relative;. Then add the menu's HTML.

    {% endhighlight %} -

    Aligning the menus

    +

    Add .pull-right to a .dropdown-menu to right align the dropdown menu.

    {% highlight html linenos %} {% endhighlight %} -

    Disabled menu options

    +

    Add .disabled to a <li> in the dropdown to disable the link.