mirror of
https://github.com/skyline-emu/skyline.git
synced 2025-03-10 15:10:15 +03:00
The URIs (Document ID + Root) of the Skyline `DocumentsProvider` was unoptimal as it wasn't relative to a base directory. This is required for opening a root without knowledge of the full path in advance, it is therefore cleaner to provide a uniform `ROOT_ID` in a companion class.