Skip to content

Commit fcb78bc

Browse files
committed
Merge pull request twbs#12243 from twbs/cleanup-about
move Community & Translations docs sections from About to Getting Started
2 parents 9bd5979 + 53bcb82 commit fcb78bc

File tree

4 files changed

+40
-38
lines changed

4 files changed

+40
-38
lines changed

docs/_includes/nav-about.html

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,3 @@
77
<li>
88
<a href="#team">Team</a>
99
</li>
10-
<li>
11-
<a href="#community">Community</a>
12-
</li>
13-
<li>
14-
<a href="#translations">Translations</a>
15-
</li>

docs/_includes/nav-getting-started.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@
2020
<li><a href="#examples-experiments">Experiments</a></li>
2121
</ul>
2222
</li>
23+
<li>
24+
<a href="#community">Community</a>
25+
</li>
2326
<li>
2427
<a href="#disable-responsive">Disabling responsiveness</a>
2528
</li>
@@ -59,3 +62,6 @@
5962
<li>
6063
<a href="#customizing">Customizing Bootstrap</a>
6164
</li>
65+
<li>
66+
<a href="#translations">Translations</a>
67+
</li>

docs/about.html

Lines changed: 0 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -147,35 +147,3 @@ <h2 id="team-sass">Sass team</h2>
147147
</div>
148148
<p>The <a href="{{ site.sass_repo }}">official Sass port of Bootstrap</a> was created and is maintained by this team. It became part of Bootstrap's organization with v3.1. Read the Sass <a href="https://github.com/twbs/bootstrap-sass/blob/master/CONTRIBUTING.md">contributing guidelines</a> for information on how the Sass port is developed.</p>
149149
</div>
150-
151-
152-
<!-- Community
153-
================================================== -->
154-
<div class="bs-docs-section">
155-
<h1 id="community" class="page-header">Community</h1>
156-
157-
<p class="lead">Stay up to date on the development of Bootstrap and reach out to the community with these helpful resources.</p>
158-
<ul>
159-
<li>Read and subscribe to <a href="http://blog.getbootstrap.com/">The Official Bootstrap Blog</a>.</li>
160-
<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>
161-
<li>Find inspiring examples of people building with Bootstrap at the <a href="http://expo.getbootstrap.com">Bootstrap Expo</a>.</li>
162-
</ul>
163-
<p>You can also follow <a href="https://twitter.com/twbootstrap">@twbootstrap on Twitter</a> for the latest gossip and awesome music videos.</p>
164-
</div>
165-
166-
167-
<!-- Translations
168-
================================================== -->
169-
<div class="bs-docs-section">
170-
<h1 id="translations" class="page-header">Translations</h1>
171-
172-
<p class="lead">Community members have translated Bootstrap's documentation into various languages. None are officially supported and may not always be up to date.</p>
173-
<ul>
174-
<li><a href="http://v3.bootcss.com/">Bootstrap 中文文档 (Chinese)</a></li>
175-
<li><a href="http://www.oneskyapp.com/docs/bootstrap/ru">Bootstrap по-русски (Russian)</a></li>
176-
<li><a href="http://www.oneskyapp.com/docs/bootstrap/es">Bootstrap en Español (Spanish)</a></li>
177-
<li><a href="http://twbs.site-konstruktor.com.ua">Bootstrap ua Українською (Ukrainian)</a></li>
178-
<li><a href="http://www.oneskyapp.com/docs/bootstrap/fr">Bootstrap en Français (French)</a></li>
179-
</ul>
180-
<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>
181-
</div>

docs/getting-started.html

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -307,6 +307,22 @@ <h4>Offcanvas</h4>
307307

308308

309309

310+
<!-- Community
311+
================================================== -->
312+
<div class="bs-docs-section">
313+
<h1 id="community" class="page-header">Community</h1>
314+
315+
<p class="lead">Stay up to date on the development of Bootstrap and reach out to the community with these helpful resources.</p>
316+
<ul>
317+
<li>Read and subscribe to <a href="http://blog.getbootstrap.com/">The Official Bootstrap Blog</a>.</li>
318+
<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>
319+
<li>Find inspiring examples of people building with Bootstrap at the <a href="http://expo.getbootstrap.com">Bootstrap Expo</a>.</li>
320+
</ul>
321+
<p>You can also follow <a href="https://twitter.com/twbootstrap">@twbootstrap on Twitter</a> for the latest gossip and awesome music videos.</p>
322+
</div>
323+
324+
325+
310326
<!-- Template
311327
================================================== -->
312328
<div class="bs-docs-section">
@@ -1094,3 +1110,21 @@ <h3>Removing potential bloat</h3>
10941110
<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>
10951111
<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>
10961112
</div>
1113+
1114+
1115+
1116+
<!-- Translations
1117+
================================================== -->
1118+
<div class="bs-docs-section">
1119+
<h1 id="translations" class="page-header">Translations</h1>
1120+
1121+
<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>
1122+
<ul>
1123+
<li><a href="http://v3.bootcss.com/">Bootstrap 中文文档 (Chinese)</a></li>
1124+
<li><a href="http://www.oneskyapp.com/docs/bootstrap/ru">Bootstrap по-русски (Russian)</a></li>
1125+
<li><a href="http://www.oneskyapp.com/docs/bootstrap/es">Bootstrap en Español (Spanish)</a></li>
1126+
<li><a href="http://twbs.site-konstruktor.com.ua">Bootstrap ua Українською (Ukrainian)</a></li>
1127+
<li><a href="http://www.oneskyapp.com/docs/bootstrap/fr">Bootstrap en Français (French)</a></li>
1128+
</ul>
1129+
<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>
1130+
</div>

0 commit comments

Comments
 (0)