getting-started.html 2.42 KB
Newer Older
1
<li>
2
  <a href="#download">Download</a>
3
4
5
</li>
<li>
  <a href="#whats-included">What's included</a>
6
7
8
9
  <ul class="nav">
    <li><a href="#whats-included-precompiled">Precompiled</a></li>
    <li><a href="#whats-included-source">Source code</a></li>
  </ul>
10
</li>
11
12
13
14
15
16
17
18
<li>
  <a href="#grunt">Compiling CSS and JavaScript</a>
  <ul class="nav">
    <li><a href="#grunt-installing">Installing Grunt</a></li>
    <li><a href="#grunt-commands">Available Grunt commands</a></li>
    <li><a href="#grunt-troubleshooting">Troubleshooting</a></li>
  </ul>
</li>
19
<li>
20
  <a href="#template">Basic template</a>
21
</li>
22
23
<li>
  <a href="#examples">Examples</a>
Mark Otto's avatar
Mark Otto committed
24
25
26
27
28
29
  <ul class="nav">
    <li><a href="#examples-framework">Using the framework</a></li>
    <li><a href="#examples-navbars">Navbars in action</a></li>
    <li><a href="#examples-custom">Custom components</a></li>
    <li><a href="#examples-experiments">Experiments</a></li>
  </ul>
30
</li>
31
32
33
34
35
36
<li>
  <a href="#tools">Tools</a>
  <ul class="nav">
    <li><a href="#tools-bootlint">Bootlint</a></li>
  </ul>
</li>
37
38
39
<li>
  <a href="#community">Community</a>
</li>
40
41
42
<li>
  <a href="#disable-responsive">Disabling responsiveness</a>
</li>
iatek's avatar
iatek committed
43
<li>
44
  <a href="#migration">Migrating from 2.x to 3.0</a>
iatek's avatar
iatek committed
45
</li>
46
<li>
47
  <a href="#support">Browser and device support</a>
Mark Otto's avatar
Mark Otto committed
48
49
50
51
52
  <ul class="nav">
    <li><a href="#support-browsers">Supported browsers</a></li>
    <li><a href="#support-ie8-ie9">Internet Explorer 8-9</a></li>
    <li><a href="#support-ie8-respondjs">IE8 and Respond.js</a></li>
    <li><a href="#support-ie8-box-sizing">IE8 and box-sizing</a></li>
Bas Bosman's avatar
Bas Bosman committed
53
    <li><a href="#support-ie8-font-face">IE8 and @font-face</a></li>
Mark Otto's avatar
Mark Otto committed
54
55
56
57
58
    <li><a href="#support-ie-compatibility-modes">IE Compatibility modes</a></li>
    <li><a href="#support-ie10-width">IE10 and Windows (Phone) 8</a></li>
    <li><a href="#support-safari-percentages">Safari percent rounding</a></li>
    <li><a href="#support-fixed-position-keyboards">Modals, navbars, and virtual keyboards</a></li>
    <li><a href="#support-browser-zooming">Browser zooming</a></li>
59
    <li><a href="#support-printing">Printing</a></li>
Mark Otto's avatar
Mark Otto committed
60
    <li><a href="#support-android-stock-browser">Android stock browser</a></li>
61
    <li><a href="#support-validators">Validators</a></li>
Mark Otto's avatar
Mark Otto committed
62
  </ul>
63
</li>
64
65
66
<li>
  <a href="#third-parties">Third party support</a>
</li>
67
68
69
<li>
  <a href="#accessibility">Accessibility</a>
</li>
70
71
72
<li>
  <a href="#license-faqs">License FAQs</a>
</li>
73
74
75
<li>
  <a href="#translations">Translations</a>
</li>