getting-started.html 1.91 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
11
</li>
<li>
12
  <a href="#template">Basic template</a>
13
</li>
14
15
<li>
  <a href="#examples">Examples</a>
Mark Otto's avatar
Mark Otto committed
16
17
18
19
20
21
  <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>
22
</li>
23
24
25
<li>
  <a href="#community">Community</a>
</li>
26
27
28
<li>
  <a href="#disable-responsive">Disabling responsiveness</a>
</li>
iatek's avatar
iatek committed
29
<li>
30
  <a href="#migration">Migrating from 2.x to 3.0</a>
iatek's avatar
iatek committed
31
</li>
32
<li>
33
  <a href="#support">Browser and device support</a>
Mark Otto's avatar
Mark Otto committed
34
35
36
37
38
39
40
41
42
43
  <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>
    <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
44
    <li><a href="#support-printing">Printer viewports</a></li>
Mark Otto's avatar
Mark Otto committed
45
46
    <li><a href="#support-android-stock-browser">Android stock browser</a></li>
  </ul>
47
</li>
48
49
50
<li>
  <a href="#third-parties">Third party support</a>
</li>
51
52
53
<li>
  <a href="#accessibility">Accessibility</a>
</li>
54
55
56
<li>
  <a href="#license-faqs">License FAQs</a>
</li>
57
58
59
<li>
  <a href="#translations">Translations</a>
</li>