diff --git a/docs/_includes/css/rtl.html b/docs/_includes/getting-started/rtl.html
similarity index 100%
rename from docs/_includes/css/rtl.html
rename to docs/_includes/getting-started/rtl.html
diff --git a/docs/_includes/nav/getting-started.html b/docs/_includes/nav/getting-started.html
index e253bf1c1a..494a2950fc 100644
--- a/docs/_includes/nav/getting-started.html
+++ b/docs/_includes/nav/getting-started.html
@@ -20,6 +20,13 @@
Experiments
+
+ RTL version
+
+
Community
diff --git a/docs/css.html b/docs/css.html
index 021406d489..8f24fd8c30 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 bee6f905a4..f5852a9e03 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 %}