diff options
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.html | 7 | ||||
| -rw-r--r-- | docs/css.html | 1 | ||||
| -rw-r--r-- | docs/getting-started.html | 1 |
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 %} |
