From 114d1cf76c8fdde7e1eda4fe4aecbf0567674633 Mon Sep 17 00:00:00 2001 From: Kevin Kirsche Date: Tue, 17 Feb 2015 14:34:38 -0500 Subject: [PATCH 01/11] 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 --- README.md | 1 + docs/_includes/getting-started/community.html | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index a0e2f19bfc..5ccf2ebe7f 100644 --- a/README.md +++ b/README.md @@ -104,6 +104,7 @@ Keep track of development and community news. - Read and subscribe to [The Official Bootstrap Blog](http://blog.getbootstrap.com). - Chat with fellow Bootstrappers in IRC. On the `irc.freenode.net` server, in the `##bootstrap` channel. - Implementation help may be found at Stack Overflow (tagged [`twitter-bootstrap-3`](http://stackoverflow.com/questions/tagged/twitter-bootstrap-3)). +- Developers should use the keyword `bootstrap` on packages which modify or add to the functionality of Bootstrap when distributing through [npm](https://www.npmjs.com/browse/keyword/twbs-bootstrap) or similar delivery mechanisms for maximum discoverability. diff --git a/docs/_includes/getting-started/community.html b/docs/_includes/getting-started/community.html index c7e7691afa..1ed9529c9a 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.

    From 36fdaa8030e28ed8300623d3947f0489b03d22ad Mon Sep 17 00:00:00 2001 From: Steven Black Date: Mon, 23 Feb 2015 21:01:54 -0500 Subject: [PATCH 02/11] 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(-) diff --git a/docs/_includes/components/dropdowns.html b/docs/_includes/components/dropdowns.html index 1c0a3c5a25..2ad2692827 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.