mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-05-21 13:24:08 +03:00
rewrite getting started quick start and download in markdown
This commit is contained in:
@@ -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" %}
|
||||
|
||||
Reference in New Issue
Block a user