From 114d1cf76c8fdde7e1eda4fe4aecbf0567674633 Mon Sep 17 00:00:00 2001 From: Kevin Kirsche Date: Tue, 17 Feb 2015 14:34:38 -0500 Subject: Add plugin package keyword recommendation Related to #15823, I would be interested in officially recommending a keyword such as `twbs-bootstrap` so that we can more easily showcase plugins and extensions for Bootstrap without requiring additional curation by the admins / collabs of TWBS specificity Add additional comment to docs Fix capitalization Update tag per @mdo's recommendation --- docs/_includes/getting-started/community.html | 1 + 1 file changed, 1 insertion(+) (limited to 'docs/_includes') diff --git a/docs/_includes/getting-started/community.html b/docs/_includes/getting-started/community.html index c7e7691af..1ed9529c9 100644 --- a/docs/_includes/getting-started/community.html +++ b/docs/_includes/getting-started/community.html @@ -6,6 +6,7 @@
  • Read and subscribe to The Official Bootstrap Blog.
  • Chat with fellow Bootstrappers using IRC in the irc.freenode.net server, in the ##bootstrap channel.
  • For help using Bootstrap, ask on StackOverflow using the tag twitter-bootstrap-3.
  • +
  • Developers should use the keyword bootstrap on packages which modify or add to the functionality of Bootstrap when distributing through npm or similar delivery mechanisms for maximum discoverability.
  • Find inspiring examples of people building with Bootstrap at the Bootstrap Expo.
  • You can also follow @getbootstrap on Twitter for the latest gossip and awesome music videos.

    -- cgit v1.2.3 From 36fdaa8030e28ed8300623d3947f0489b03d22ad Mon Sep 17 00:00:00 2001 From: Steven Black Date: Mon, 23 Feb 2015 21:01:54 -0500 Subject: Docs>Components>Dropdowns headings Normalized the heading hierarchy in the documentation for the Dropdowns component. --- docs/_includes/components/dropdowns.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'docs/_includes') diff --git a/docs/_includes/components/dropdowns.html b/docs/_includes/components/dropdowns.html index 1c0a3c5a2..2ad269282 100644 --- a/docs/_includes/components/dropdowns.html +++ b/docs/_includes/components/dropdowns.html @@ -3,7 +3,7 @@

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

    - +

    Wrap the dropdown's trigger and the dropdown menu within .dropdown, or another element that declares position: relative;. Then add the menu's HTML. Dropdown menus can be changed to expand upwards (instead of downwards) by adding .dropup to the parent.

    {% endhighlight %} - +

    By default, a dropdown menu is automatically positioned 100% from the top and along the left side of its parent. Add .dropdown-menu-right to a .dropdown-menu to right align the dropdown menu.

    May require additional positioning

    @@ -72,7 +72,7 @@ {% endhighlight %} - +

    Add a header to label sections of actions in any dropdown menu.