aboutsummaryrefslogtreecommitdiff
path: root/docs/_includes/nav
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2014-07-10 02:24:13 -0700
committerMark Otto <[email protected]>2014-07-10 02:24:13 -0700
commit35c90fe13d65ee14283373d4afba316c68bb4e8d (patch)
treebd836b70f0c6dd2f3843a2fdd7ae22b82e281af8 /docs/_includes/nav
parent1af9ae1671e2bb48b54aafd7e8e8953175ee9c61 (diff)
downloadbootstrap-35c90fe13d65ee14283373d4afba316c68bb4e8d.tar.xz
bootstrap-35c90fe13d65ee14283373d4afba316c68bb4e8d.zip
rewrite getting started quick start and download in markdown
Diffstat (limited to 'docs/_includes/nav')
-rw-r--r--docs/_includes/nav/docs.html5
-rw-r--r--docs/_includes/nav/getting-started.html9
2 files changed, 14 insertions, 0 deletions
diff --git a/docs/_includes/nav/docs.html b/docs/_includes/nav/docs.html
index 516f47c8c..da5aeb611 100644
--- a/docs/_includes/nav/docs.html
+++ b/docs/_includes/nav/docs.html
@@ -20,6 +20,7 @@
</ul>
{% endif %}
</div>
+
<div class="bs-docs-toc-item{% if page.slug == "css" %} active{% endif %}">
<a class="bs-docs-toc-link" href="../css">CSS</a>
{% if page.slug == "css" %}
@@ -28,6 +29,7 @@
</ul>
{% endif %}
</div>
+
<div class="bs-docs-toc-item{% if page.slug == "components" %} active{% endif %}">
<a class="bs-docs-toc-link" href="../components">Components</a>
{% if page.slug == "components" %}
@@ -36,6 +38,7 @@
</ul>
{% endif %}
</div>
+
<div class="bs-docs-toc-item{% if page.slug == "js" %} active{% endif %}">
<a class="bs-docs-toc-link" href="../javascript">JavaScript</a>
{% if page.slug == "js" %}
@@ -44,6 +47,7 @@
</ul>
{% endif %}
</div>
+
<div class="bs-docs-toc-item{% if page.slug == "customize" %} active{% endif %}">
<a class="bs-docs-toc-link" href="../customize">Customize</a>
{% if page.slug == "customize" %}
@@ -52,6 +56,7 @@
</ul>
{% endif %}
</div>
+
<div class="bs-docs-toc-item{% if page.slug == "about" %} active{% endif %}">
<a class="bs-docs-toc-link" href="../about">About</a>
{% if page.slug == "js" %}
diff --git a/docs/_includes/nav/getting-started.html b/docs/_includes/nav/getting-started.html
index ee67eae86..a692c304d 100644
--- a/docs/_includes/nav/getting-started.html
+++ b/docs/_includes/nav/getting-started.html
@@ -1,5 +1,14 @@
<li>
+ <a href="#quick-start">Quick start</a>
+</li>
+<li>
<a href="#download">Download</a>
+ <ul class="nav">
+ <li><a href="#download-precompiled">CSS and JavaScript</a></li>
+ <li><a href="#download-source">Source code &amp; docs</a></li>
+ <li><a href="#download-bower">Via Bower</a></li>
+ <li><a href="#download-npm">Via npm</a></li>
+ </ul>
</li>
<li>
<a href="#whats-included">What's included</a>