diff options
| author | Chris Rebert <[email protected]> | 2015-02-24 16:26:39 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2015-02-24 16:26:39 -0800 |
| commit | a415b91558c9e7457b472abb2c0fb6fb2cbeba73 (patch) | |
| tree | e32d4c6b128e0efc14fd9d1bd526f0ed5c47a113 /docs/_includes | |
| parent | 13c690f992aa250c86aad6fa98df72141af0c062 (diff) | |
| parent | 114d1cf76c8fdde7e1eda4fe4aecbf0567674633 (diff) | |
| download | bootstrap-a415b91558c9e7457b472abb2c0fb6fb2cbeba73.tar.xz bootstrap-a415b91558c9e7457b472abb2c0fb6fb2cbeba73.zip | |
Merge pull request #15828 from kkirsche/patch-20
Add plugin package keyword recommendation
Diffstat (limited to 'docs/_includes')
| -rw-r--r-- | docs/_includes/getting-started/community.html | 1 |
1 files changed, 1 insertions, 0 deletions
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> |
