aboutsummaryrefslogtreecommitdiff
path: root/docs/getting-started.html
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2014-01-15 15:34:10 -0800
committerChris Rebert <[email protected]>2014-01-15 15:34:10 -0800
commit53bcb829bbe9eee1ab2f65a9b1ca0c024711e34d (patch)
tree07d1000686838939a5ba078edb5d778bfd25165e /docs/getting-started.html
parent9039a5e90b980c61cf820e499d84e2a30de948b2 (diff)
downloadbootstrap-53bcb829bbe9eee1ab2f65a9b1ca0c024711e34d.tar.xz
bootstrap-53bcb829bbe9eee1ab2f65a9b1ca0c024711e34d.zip
move Community & Translations docs sections from About to Getting Started
Diffstat (limited to 'docs/getting-started.html')
-rw-r--r--docs/getting-started.html34
1 files changed, 34 insertions, 0 deletions
diff --git a/docs/getting-started.html b/docs/getting-started.html
index bb4783b3b..941b423cd 100644
--- a/docs/getting-started.html
+++ b/docs/getting-started.html
@@ -307,6 +307,22 @@ bootstrap/
+<!-- Community
+================================================== -->
+<div class="bs-docs-section">
+ <h1 id="community" class="page-header">Community</h1>
+
+ <p class="lead">Stay up to date on the development of Bootstrap and reach out to the community with these helpful resources.</p>
+ <ul>
+ <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/#twitter-bootstrap">##twitter-bootstrap channel</a>.</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/twbootstrap">@twbootstrap on Twitter</a> for the latest gossip and awesome music videos.</p>
+</div>
+
+
+
<!-- Template
================================================== -->
<div class="bs-docs-section">
@@ -1094,3 +1110,21 @@ if (isAndroid) {
<p>Not all sites and applications need to make use of everything Bootstrap has to offer, especially in production environments where optimizing bandwidth is an issue. We encourage you to remove whatever is unused with our <a href="../customize/">Customizer</a>.</p>
<p>Using the Customizer, simply uncheck any component, feature, or asset you don't need. Hit download and swap out the default Bootstrap files with these newly customized ones. You'll get vanilla Bootstrap, but without the features *you* deem unnecessary. All custom builds include compiled and minified versions, so use whichever works for you.</p>
</div>
+
+
+
+<!-- Translations
+================================================== -->
+<div class="bs-docs-section">
+ <h1 id="translations" class="page-header">Translations</h1>
+
+ <p class="lead">Community members have translated Bootstrap's documentation into various languages. None are officially supported and they may not always be up to date.</p>
+ <ul>
+ <li><a href="http://v3.bootcss.com/">Bootstrap 中文文档 (Chinese)</a></li>
+ <li><a href="http://www.oneskyapp.com/docs/bootstrap/ru">Bootstrap по-русски (Russian)</a></li>
+ <li><a href="http://www.oneskyapp.com/docs/bootstrap/es">Bootstrap en Español (Spanish)</a></li>
+ <li><a href="http://twbs.site-konstruktor.com.ua">Bootstrap ua Українською (Ukrainian)</a></li>
+ <li><a href="http://www.oneskyapp.com/docs/bootstrap/fr">Bootstrap en Français (French)</a></li>
+ </ul>
+ <p>Have another language to add, or perhaps a different or better translation? Let us know by <a href="https://github.com/twbs/bootstrap/issues/new">opening an issue</a>.</p>
+</div>