From 6232b992c222a1ebe1836398f55e604c68ebdaa4 Mon Sep 17 00:00:00 2001 From: Philippus Date: Fri, 18 Jan 2019 10:27:48 +0100 Subject: [PATCH 1/2] Add missing link, fixes #1262 --- _data/overviews.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/_data/overviews.yml b/_data/overviews.yml index 784d7291e3..b98dccf2f4 100644 --- a/_data/overviews.yml +++ b/_data/overviews.yml @@ -17,6 +17,7 @@ - title: Trait Iterable url: "collections/trait-iterable.html" - title: The sequence traits Seq, IndexedSeq, and LinearSeq + url: "collections/seqs.html" - title: Concrete Immutable Collection Classes url: "collections/concrete-immutable-collection-classes.html" - title: Concrete Mutable Collection Classes From 21a04a7c2905aa62a7a5dc2394c6fa0a844f5019 Mon Sep 17 00:00:00 2001 From: Philippus Date: Fri, 18 Jan 2019 10:49:32 +0100 Subject: [PATCH 2/2] Add missing items to index --- _data/overviews.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/_data/overviews.yml b/_data/overviews.yml index b98dccf2f4..9ef098c7d0 100644 --- a/_data/overviews.yml +++ b/_data/overviews.yml @@ -18,6 +18,10 @@ url: "collections/trait-iterable.html" - title: The sequence traits Seq, IndexedSeq, and LinearSeq url: "collections/seqs.html" + - title: Sets + url: "collections/sets.html" + - title: Maps + url: "collections/maps.html" - title: Concrete Immutable Collection Classes url: "collections/concrete-immutable-collection-classes.html" - title: Concrete Mutable Collection Classes @@ -38,6 +42,8 @@ url: "collections/creating-collections-from-scratch.html" - title: Conversions Between Java and Scala Collections url: "collections/conversions-between-java-and-scala-collections.html" + - title: Migrating from Scala 2.7 + url: "collections/migrating-from-scala-27.html" - title: The Architecture of Scala Collections icon: building url: "core/architecture-of-scala-collections.html"