diff options
| author | Kevin Kirsche <[email protected]> | 2015-02-17 14:34:38 -0500 |
|---|---|---|
| committer | Kevin Kirsche <[email protected]> | 2015-02-23 13:53:01 -0500 |
| commit | 114d1cf76c8fdde7e1eda4fe4aecbf0567674633 (patch) | |
| tree | d9ec199d92ccac5bf7808c4ae1c33eb6bf27bba0 | |
| parent | a7a6e7f8d6c4900b83017f7ae2bd69ec509d32c4 (diff) | |
| download | bootstrap-114d1cf76c8fdde7e1eda4fe4aecbf0567674633.tar.xz bootstrap-114d1cf76c8fdde7e1eda4fe4aecbf0567674633.zip | |
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
| -rw-r--r-- | README.md | 1 | ||||
| -rw-r--r-- | docs/_includes/getting-started/community.html | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -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 c7e7691af..1ed9529c9 100644 --- a/docs/_includes/getting-started/community.html +++ b/docs/_includes/getting-started/community.html @@ -6,6 +6,7 @@ <li>Read and subscribe to <a href="http://blog.getbootstrap.com/">The Official Bootstrap Blog</a>.</li> <li>Chat with fellow Bootstrappers using IRC in the <code>irc.freenode.net</code> server, in the <a href="irc://irc.freenode.net/%23bootstrap">##bootstrap channel</a>.</li> <li>For help using Bootstrap, ask on <a href="http://stackoverflow.com/questions/tagged/twitter-bootstrap-3">StackOverflow using the tag <code>twitter-bootstrap-3</code></a>.</li> + <li>Developers should use the keyword <code>bootstrap</code> on packages which modify or add to the functionality of Bootstrap when distributing through <a href="https://www.npmjs.com/browse/keyword/twbs-bootstrap">npm</a> or similar delivery mechanisms for maximum discoverability.</li> <li>Find inspiring examples of people building with Bootstrap at the <a href="http://expo.getbootstrap.com">Bootstrap Expo</a>.</li> </ul> <p>You can also follow <a href="https://twitter.com/getbootstrap">@getbootstrap on Twitter</a> for the latest gossip and awesome music videos.</p> |
