diff --git a/_config.yml b/_config.yml
index 89417edef6..8f0dc85774 100644
--- a/_config.yml
+++ b/_config.yml
@@ -25,6 +25,7 @@ download:
blog: http://blog.getbootstrap.com
expo: http://expo.getbootstrap.com
+themes: http://themes.getbootstrap.com
cdn:
# See https://www.srihash.org for info on how to generate the hashes
diff --git a/docs/_includes/nav/main.html b/docs/_includes/nav/main.html
index 01f7fac06a..02230e0260 100644
--- a/docs/_includes/nav/main.html
+++ b/docs/_includes/nav/main.html
@@ -28,6 +28,7 @@
diff --git a/docs/_layouts/default.html b/docs/_layouts/default.html
index f090bb1001..c8c5fb2834 100644
--- a/docs/_layouts/default.html
+++ b/docs/_layouts/default.html
@@ -6,6 +6,7 @@
Skip to main content
+ Aww yeah, Bootstrap 4 is coming!
{% include nav/main.html %}
diff --git a/docs/_layouts/home.html b/docs/_layouts/home.html
index 15a78adee7..267afd8543 100644
--- a/docs/_layouts/home.html
+++ b/docs/_layouts/home.html
@@ -6,6 +6,7 @@
Skip to main content
+ Aww yeah, Bootstrap 4 is coming!
{% include nav/main.html %}
diff --git a/docs/assets/css/src/docs.css b/docs/assets/css/src/docs.css
index c0c2452b08..2ffc06686f 100644
--- a/docs/assets/css/src/docs.css
+++ b/docs/assets/css/src/docs.css
@@ -1607,3 +1607,18 @@ h1[id] {
-webkit-box-shadow: 0 0 8px rgba(82,168,236,.6);
box-shadow: 0 0 8px rgba(82,168,236,.6);
}
+
+/* v4 notice above main navbar */
+.v4-tease {
+ display: block;
+ padding: 15px 20px;
+ font-weight: bold;
+ color: #fff;
+ text-align: center;
+ background-color: #0275d8;
+}
+.v4-tease:hover {
+ color: #fff;
+ text-decoration: none;
+ background-color: #0269c2;
+}