Skip to content

Commit 03df5ab

Browse files
authored
Merge pull request #1264 from Philippus/issue-1262
Add missing link and items to collections index
2 parents 27b3226 + 21a04a7 commit 03df5ab

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

_data/overviews.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@
1717
- title: Trait Iterable
1818
url: "collections/trait-iterable.html"
1919
- title: The sequence traits Seq, IndexedSeq, and LinearSeq
20+
url: "collections/seqs.html"
21+
- title: Sets
22+
url: "collections/sets.html"
23+
- title: Maps
24+
url: "collections/maps.html"
2025
- title: Concrete Immutable Collection Classes
2126
url: "collections/concrete-immutable-collection-classes.html"
2227
- title: Concrete Mutable Collection Classes
@@ -37,6 +42,8 @@
3742
url: "collections/creating-collections-from-scratch.html"
3843
- title: Conversions Between Java and Scala Collections
3944
url: "collections/conversions-between-java-and-scala-collections.html"
45+
- title: Migrating from Scala 2.7
46+
url: "collections/migrating-from-scala-27.html"
4047
- title: The Architecture of Scala Collections
4148
icon: building
4249
url: "core/architecture-of-scala-collections.html"

0 commit comments

Comments
 (0)