# Server
destination: ./_gh_pages
- exclude: [".editorconfig", ".gitignore", "bower.json", "composer.json", "CONTRIBUTING.md", "CNAME", "LICENSE", "Gruntfile.js", "package.json", "node_modules", "README.md", "less"]
port: 9001
+ exclude:
+ - ".editorconfig"
+ - ".gitignore"
+ - "bower.json"
+ - "CNAME"
+ - "composer.json"
+ - "CONTRIBUTING.md"
+ - "DOCS-LICENSE"
+ - "Gruntfile.js"
+ - "less"
+ - "LICENSE"
+ - "node_modules"
+ - "package.json"
+ - "README.md"
+ - "sauce_browsers.yml"
+ - "test-infra"
# Custom vars
- current_version: 3.1.0
+ current_version: 3.0.3
repo: https://github.com/twbs/bootstrap
- download_source: https://github.com/twbs/bootstrap/archive/v3.1.0.zip
- download_dist: https://github.com/twbs/bootstrap/releases/download/v3.1.0/bootstrap-3.1.0-dist.zip
- download_sass: https://github.com/twbs/bootstrap-sass/archive/v3.1.0.0.tar.gz
+ download_source: https://github.com/twbs/bootstrap/archive/v3.0.3.zip
+ download_dist: https://github.com/twbs/bootstrap/releases/download/v3.0.3/bootstrap-3.0.3-dist.zip
++download_sass: https://github.com/twbs/bootstrap-sass/archive/v3.0.3.0.tar.gz
blog: http://blog.getbootstrap.com
expo: http://expo.getbootstrap.com
</ul>
</li>
<li>
- <a href="#less">Using LESS</a>
+ <a href="#less">Using Less</a>
<ul class="nav">
+ <li><a href="#less-bootstrap">Compiling Bootstrap</a></li>
<li><a href="#less-variables">Variables</a></li>
<li><a href="#less-mixins-vendor">Vendor mixins</a></li>
<li><a href="#less-mixins-utility">Utility mixins</a></li>
</div>
</div>
- <!-- Callout for the old docs link -->
- {% include old-bs-docs.html %}
-
<div class="container bs-docs-container">
+
<div class="row">
+ <div class="col-md-9" role="main">
+ {{ content }}
+ </div>
<div class="col-md-3">
<div class="bs-sidebar hidden-print" role="complementary">
<ul class="nav bs-sidenav">