getting-started.html 2.25 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
<li>
  <a href="#community">Community</a>
</li>
34
35
36
<li>
  <a href="#disable-responsive">Disabling responsiveness</a>
</li>
iatek's avatar
iatek committed
37
<li>
38
  <a href="#migration">Migrating from 2.x to 3.0</a>
iatek's avatar
iatek committed
39
</li>
40
<li>
41
  <a href="#support">Browser and device support</a>
Mark Otto's avatar
Mark Otto committed
42
43
44
45
46
  <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
47
    <li><a href="#support-ie8-font-face">IE8 and @font-face</a></li>
Mark Otto's avatar
Mark Otto committed
48
49
50
51
52
    <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>
Chris Rebert's avatar
Chris Rebert committed
53
    <li><a href="#support-printing">Printer viewports</a></li>
Mark Otto's avatar
Mark Otto committed
54
55
    <li><a href="#support-android-stock-browser">Android stock browser</a></li>
  </ul>
56
</li>
57
58
59
<li>
  <a href="#third-parties">Third party support</a>
</li>
60
61
62
<li>
  <a href="#accessibility">Accessibility</a>
</li>
63
64
65
<li>
  <a href="#license-faqs">License FAQs</a>
</li>
66
67
68
<li>
  <a href="#translations">Translations</a>
</li>