diff --git a/_layouts/inner-page-parent-dropdown.html b/_layouts/inner-page-parent-dropdown.html
index d2e5029f68..5b89d3ef47 100644
--- a/_layouts/inner-page-parent-dropdown.html
+++ b/_layouts/inner-page-parent-dropdown.html
@@ -1,5 +1,6 @@
{% include headertop.html %}
{% include headerbottom.html %}
+{% if page.new-version %}This page has a new version.{% endif %}
diff --git a/_layouts/inner-page-parent.html b/_layouts/inner-page-parent.html
index 3ed25753ca..2dc28bb539 100644
--- a/_layouts/inner-page-parent.html
+++ b/_layouts/inner-page-parent.html
@@ -1,4 +1,5 @@
{% include headertop.html %} {% include headerbottom.html %}
+ {% if page.new-version %}This page has a new version.{% endif %}
@@ -20,7 +21,6 @@ {{page.title}}
-
@@ -28,4 +28,4 @@ {{page.title}}
-{% include footer.html %}
\ No newline at end of file
+{% include footer.html %}
diff --git a/_overviews/collections/arrays.md b/_overviews/collections/arrays.md
index 343ebb1c74..74af34c41a 100644
--- a/_overviews/collections/arrays.md
+++ b/_overviews/collections/arrays.md
@@ -5,7 +5,8 @@ title: Arrays
discourse: true
partof: collections
-overview-name: Collections
+overview-name: Collections (Scala 2.8 - 2.12)
+new-version: /overviews/collections-2.13/arrays.html
num: 10
diff --git a/_overviews/collections/concrete-immutable-collection-classes.md b/_overviews/collections/concrete-immutable-collection-classes.md
index b0e16eceb7..f18caed726 100644
--- a/_overviews/collections/concrete-immutable-collection-classes.md
+++ b/_overviews/collections/concrete-immutable-collection-classes.md
@@ -5,7 +5,8 @@ title: Concrete Immutable Collection Classes
discourse: true
partof: collections
-overview-name: Collections
+overview-name: Collections (Scala 2.8 - 2.12)
+new-version: /overviews/collections-2.13/concrete-immutable-collection-classes.html
num: 8
diff --git a/_overviews/collections/concrete-mutable-collection-classes.md b/_overviews/collections/concrete-mutable-collection-classes.md
index 432eb6df9f..c54343554d 100644
--- a/_overviews/collections/concrete-mutable-collection-classes.md
+++ b/_overviews/collections/concrete-mutable-collection-classes.md
@@ -5,7 +5,8 @@ title: Concrete Mutable Collection Classes
discourse: true
partof: collections
-overview-name: Collections
+overview-name: Collections (Scala 2.8 - 2.12)
+new-version: /overviews/collections-2.13/concrete-mutable-collection-classes.html
num: 9
diff --git a/_overviews/collections/conversions-between-java-and-scala-collections.md b/_overviews/collections/conversions-between-java-and-scala-collections.md
index 7d1f3d150a..290726fdab 100644
--- a/_overviews/collections/conversions-between-java-and-scala-collections.md
+++ b/_overviews/collections/conversions-between-java-and-scala-collections.md
@@ -5,7 +5,8 @@ title: Conversions Between Java and Scala Collections
discourse: true
partof: collections
-overview-name: Collections
+overview-name: Collections (Scala 2.8 - 2.12)
+new-version: /overviews/collections-2.13/conversions-between-java-and-scala-collections.html
num: 17
diff --git a/_overviews/collections/creating-collections-from-scratch.md b/_overviews/collections/creating-collections-from-scratch.md
index cdff42e054..1732a844e6 100644
--- a/_overviews/collections/creating-collections-from-scratch.md
+++ b/_overviews/collections/creating-collections-from-scratch.md
@@ -5,7 +5,8 @@ title: Creating Collections From Scratch
discourse: true
partof: collections
-overview-name: Collections
+overview-name: Collections (Scala 2.8 - 2.12)
+new-version: /overviews/collections-2.13/creating-collections-from-scratch.html
num: 16
diff --git a/_overviews/collections/equality.md b/_overviews/collections/equality.md
index 0e41a5ccd9..e368d64b35 100644
--- a/_overviews/collections/equality.md
+++ b/_overviews/collections/equality.md
@@ -5,7 +5,8 @@ title: Equality
discourse: true
partof: collections
-overview-name: Collections
+overview-name: Collections (Scala 2.8 - 2.12)
+new-version: /overviews/collections-2.13/creating-collections-from-scratch.html
num: 13
diff --git a/_overviews/collections/introduction.md b/_overviews/collections/introduction.md
index e026efafaa..39445c561f 100644
--- a/_overviews/collections/introduction.md
+++ b/_overviews/collections/introduction.md
@@ -5,7 +5,8 @@ title: Introduction
discourse: true
partof: collections
-overview-name: Collections
+overview-name: Collections (Scala 2.8 - 2.12)
+new-version: /overviews/collections-2.13/introduction.html
num: 1
diff --git a/_overviews/collections/iterators.md b/_overviews/collections/iterators.md
index 975824d498..abb3ca4a97 100644
--- a/_overviews/collections/iterators.md
+++ b/_overviews/collections/iterators.md
@@ -5,7 +5,8 @@ title: Iterators
discourse: true
partof: collections
-overview-name: Collections
+overview-name: Collections (Scala 2.8 - 2.12)
+new-version: /overviews/collections-2.13/iterators.html
num: 15
diff --git a/_overviews/collections/maps.md b/_overviews/collections/maps.md
index 89a0663914..93b73342fa 100644
--- a/_overviews/collections/maps.md
+++ b/_overviews/collections/maps.md
@@ -5,7 +5,8 @@ title: Maps
discourse: true
partof: collections
-overview-name: Collections
+overview-name: Collections (Scala 2.8 - 2.12)
+new-version: /overviews/collections-2.13/maps.html
num: 7
diff --git a/_overviews/collections/migrating-from-scala-27.md b/_overviews/collections/migrating-from-scala-27.md
index 87f557ca4f..939ef0987c 100644
--- a/_overviews/collections/migrating-from-scala-27.md
+++ b/_overviews/collections/migrating-from-scala-27.md
@@ -5,7 +5,7 @@ title: Migrating from Scala 2.7
discourse: true
partof: collections
-overview-name: Collections
+overview-name: Collections (Scala 2.8 - 2.12)
num: 18
diff --git a/_overviews/collections/overview.md b/_overviews/collections/overview.md
index 41bdf6ff39..2b3db7713b 100644
--- a/_overviews/collections/overview.md
+++ b/_overviews/collections/overview.md
@@ -5,7 +5,8 @@ title: Mutable and Immutable Collections
discourse: true
partof: collections
-overview-name: Collections
+overview-name: Collections (Scala 2.8 - 2.12)
+new-version: /overviews/collections-2.13/overview.html
num: 2
diff --git a/_overviews/collections/performance-characteristics.md b/_overviews/collections/performance-characteristics.md
index c43aeabb68..55e8080163 100644
--- a/_overviews/collections/performance-characteristics.md
+++ b/_overviews/collections/performance-characteristics.md
@@ -5,7 +5,8 @@ title: Performance Characteristics
discourse: true
partof: collections
-overview-name: Collections
+overview-name: Collections (Scala 2.8 - 2.12)
+new-version: /overviews/collections-2.13/performance-characteristics.html
num: 12
diff --git a/_overviews/collections/seqs.md b/_overviews/collections/seqs.md
index 3e12de6fc1..9883ce9c36 100644
--- a/_overviews/collections/seqs.md
+++ b/_overviews/collections/seqs.md
@@ -5,7 +5,8 @@ title: The sequence traits Seq, IndexedSeq, and LinearSeq
discourse: true
partof: collections
-overview-name: Collections
+overview-name: Collections (Scala 2.8 - 2.12)
+new-version: /overviews/collections-2.13/seqs.html
num: 5
diff --git a/_overviews/collections/sets.md b/_overviews/collections/sets.md
index 4b06a0501f..76745eb8bb 100644
--- a/_overviews/collections/sets.md
+++ b/_overviews/collections/sets.md
@@ -5,7 +5,8 @@ title: Sets
discourse: true
partof: collections
-overview-name: Collections
+overview-name: Collections (Scala 2.8 - 2.12)
+new-version: /overviews/collections-2.13/sets.html
num: 6
diff --git a/_overviews/collections/strings.md b/_overviews/collections/strings.md
index b1729328de..bb1a66dd5f 100644
--- a/_overviews/collections/strings.md
+++ b/_overviews/collections/strings.md
@@ -5,7 +5,8 @@ title: Strings
discourse: true
partof: collections
-overview-name: Collections
+overview-name: Collections (Scala 2.8 - 2.12)
+new-version: /overviews/collections-2.13/strings.html
num: 11
diff --git a/_overviews/collections/trait-iterable.md b/_overviews/collections/trait-iterable.md
index e478f3d4d7..5f07a242c8 100644
--- a/_overviews/collections/trait-iterable.md
+++ b/_overviews/collections/trait-iterable.md
@@ -5,7 +5,8 @@ title: Trait Iterable
discourse: true
partof: collections
-overview-name: Collections
+overview-name: Collections (Scala 2.8 - 2.12)
+new-version: /overviews/collections-2.13/trait-iterable.html
num: 4
diff --git a/_overviews/collections/trait-traversable.md b/_overviews/collections/trait-traversable.md
index fe048347ec..a954246f99 100644
--- a/_overviews/collections/trait-traversable.md
+++ b/_overviews/collections/trait-traversable.md
@@ -5,7 +5,7 @@ title: Trait Traversable
discourse: true
partof: collections
-overview-name: Collections
+overview-name: Collections (Scala 2.8 - 2.12)
num: 3
diff --git a/_overviews/collections/views.md b/_overviews/collections/views.md
index 09e5b8f7ff..86bacf29e1 100644
--- a/_overviews/collections/views.md
+++ b/_overviews/collections/views.md
@@ -5,7 +5,8 @@ title: Views
discourse: true
partof: collections
-overview-name: Collections
+overview-name: Collections (Scala 2.8 - 2.12)
+new-version: /overviews/collections-2.13/views.html
num: 14
diff --git a/_sass/layout/documentation.scss b/_sass/layout/documentation.scss
index 9a04495b27..f1a16f69d5 100644
--- a/_sass/layout/documentation.scss
+++ b/_sass/layout/documentation.scss
@@ -57,3 +57,10 @@
padding: 1px 5px;
}
}
+
+a.new-version-notice {
+ display: block;
+ background: rgb(255, 255, 200);
+ font-size: large;
+ text-align: center;
+}