How MongoDB store indexes

So we have these concepts like SSTables, LSM trees and BTree indexes where LSM trees are stored in-memory while BTrees if I am not wrong are maintained on disks. So for MongoDB, do we have something like SSTables and when the segment size grows put to disk?