realm / realm-kotlin

Kotlin Multiplatform and Android SDK for the Realm Mobile Database: Build Better Apps Faster.
Apache License 2.0
880 stars 52 forks source link

[RKOTLIN-1040] Fixing doc mime type #1696

Closed nhachicha closed 3 months ago

nhachicha commented 3 months ago

API docs didn't publish with the correct styles. Fix inspired by https://github.com/realm/realm-swift/pull/8488/files#diff-4d2a8eefdf2a9783512a35da4dc7676a66404b6f3826a8af9aad038722da6823R1297

I did a manual push of the doc with this fix and it looks fine https://www.mongodb.com/docs/realm-sdks/kotlin/latest/index.html

image