aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2014-05-07 15:30:27 -0700
committerMark Otto <[email protected]>2014-05-07 15:30:27 -0700
commitf0daa64a29a66a663f6fedb9d8687524af754436 (patch)
tree62de3cabeecfced3b39c72388fff0564b2703252 /docs
parent7408917887bc3c722ff5c4f892c2ba2f992e0cfd (diff)
downloadbootstrap-f0daa64a29a66a663f6fedb9d8687524af754436.tar.xz
bootstrap-f0daa64a29a66a663f6fedb9d8687524af754436.zip
move rtl to getting started, per @cvrebert's feedback
Diffstat (limited to 'docs')
-rw-r--r--docs/_includes/getting-started/rtl.html (renamed from docs/_includes/css/rtl.html)0
-rw-r--r--docs/_includes/nav/getting-started.html7
-rw-r--r--docs/css.html1
-rw-r--r--docs/getting-started.html1
4 files changed, 8 insertions, 1 deletions
diff --git a/docs/_includes/css/rtl.html b/docs/_includes/getting-started/rtl.html
index 55568ccd6..55568ccd6 100644
--- a/docs/_includes/css/rtl.html
+++ b/docs/_includes/getting-started/rtl.html
diff --git a/docs/_includes/nav/getting-started.html b/docs/_includes/nav/getting-started.html
index e253bf1c1..494a2950f 100644
--- a/docs/_includes/nav/getting-started.html
+++ b/docs/_includes/nav/getting-started.html
@@ -21,6 +21,13 @@
</ul>
</li>
<li>
+ <a href="#rtl">RTL version</a>
+ <ul class="nav">
+ <li><a href="#rtl-how-to">How to use</a></li>
+ <li><a href="#rtl-css-flip">CSS Flip</a></li>
+ </ul>
+</li>
+<li>
<a href="#community">Community</a>
</li>
<li>
diff --git a/docs/css.html b/docs/css.html
index 021406d48..8f24fd8c3 100644
--- a/docs/css.html
+++ b/docs/css.html
@@ -17,4 +17,3 @@ lead: "Global CSS settings, fundamental HTML elements styled and enhanced with e
{% include css/responsive-utilities.html %}
{% include css/less.html %}
{% include css/sass.html %}
-{% include css/rtl.html %}
diff --git a/docs/getting-started.html b/docs/getting-started.html
index bee6f905a..f5852a9e0 100644
--- a/docs/getting-started.html
+++ b/docs/getting-started.html
@@ -9,6 +9,7 @@ lead: "An overview of Bootstrap, how to download and use, basic templates and ex
{% include getting-started/whats-included.html %}
{% include getting-started/template.html %}
{% include getting-started/examples.html %}
+{% include getting-started/rtl.html %}
{% include getting-started/community.html %}
{% include getting-started/disabling-responsiveness.html %}