Skip to content

Commit 21a04a7

Browse files
committed
Add missing items to index
1 parent 6232b99 commit 21a04a7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

_data/overviews.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@
1818
url: "collections/trait-iterable.html"
1919
- title: The sequence traits Seq, IndexedSeq, and LinearSeq
2020
url: "collections/seqs.html"
21+
- title: Sets
22+
url: "collections/sets.html"
23+
- title: Maps
24+
url: "collections/maps.html"
2125
- title: Concrete Immutable Collection Classes
2226
url: "collections/concrete-immutable-collection-classes.html"
2327
- title: Concrete Mutable Collection Classes
@@ -38,6 +42,8 @@
3842
url: "collections/creating-collections-from-scratch.html"
3943
- title: Conversions Between Java and Scala Collections
4044
url: "collections/conversions-between-java-and-scala-collections.html"
45+
- title: Migrating from Scala 2.7
46+
url: "collections/migrating-from-scala-27.html"
4147
- title: The Architecture of Scala Collections
4248
icon: building
4349
url: "core/architecture-of-scala-collections.html"

0 commit comments

Comments
 (0)