]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Mention Bootlint in Getting Started docs under new Tools section 14677/head
authorChris Rebert <code@rebertia.com>
Wed, 24 Sep 2014 01:21:12 +0000 (18:21 -0700)
committerChris Rebert <code@rebertia.com>
Wed, 24 Sep 2014 01:24:37 +0000 (18:24 -0700)
[skip sauce]

docs/_includes/getting-started/tools.html [new file with mode: 0644]
docs/_includes/nav/getting-started.html
docs/getting-started.html

diff --git a/docs/_includes/getting-started/tools.html b/docs/_includes/getting-started/tools.html
new file mode 100644 (file)
index 0000000..bec7e9e
--- /dev/null
@@ -0,0 +1,6 @@
+<div class="bs-docs-section">
+  <h1 id="tools" class="page-header">Tools</h1>
+
+  <h2 id="tools-bootlint">Bootlint</h2>
+  <p><strong><a href="https://github.com/twbs/bootlint">Bootlint</a></strong> is an official Bootstrap HTML <a href="http://en.wikipedia.org/wiki/Lint_(software)">linter</a> tool. It automatically checks for several common HTML mistakes in webpages that that using Bootstrap in a fairly "vanilla" way. Vanilla Bootstrap's components/widgets require their parts of the DOM to conform to certain structures. Bootlint checks that instances of Bootstrap components have correctly-structured HTML. Consider adding Bootlint to your Bootstrap web development toolchain so that none of the common mistakes slow down your project's development.</p>
+</div>
index 4ae8777c79e7ce829eac5b0e9e13378e0ca61a8f..d858b2e557016cf5416ed39fbc810fcb323ef54f 100644 (file)
     <li><a href="#examples-experiments">Experiments</a></li>
   </ul>
 </li>
+<li>
+  <a href="#tools">Tools</a>
+  <ul class="nav">
+    <li><a href="#tools-bootlint">Bootlint</a></li>
+  </ul>
+</li>
 <li>
   <a href="#community">Community</a>
 </li>
index 3e7e00b023b54fe929b2e1c4d0f67fed64c3df18..157d001a9b56c2a3a49584b3ce9cc162ab34717d 100644 (file)
@@ -10,6 +10,7 @@ lead: "An overview of Bootstrap, how to download and use, basic templates and ex
 {% include getting-started/grunt.html %}
 {% include getting-started/template.html %}
 {% include getting-started/examples.html %}
+{% include getting-started/tools.html %}
 {% include getting-started/community.html %}
 {% include getting-started/disabling-responsiveness.html %}