This repository hosts API reference documentation for two platforms, served via a single GitHub Pages site.
kotlin/: Kotlin/JVM reference (e.g., Dokka output)ios/: iOS (Swift) reference (e.g., DocC static site)index.html: Landing page linking to each platform's docs
- On GitHub Pages: enable Pages for this repository and point it at the root (or wherever
index.htmllives).
- Regenerate the platform docs with your usual tool (Dokka, DocC, etc.).
- Replace the contents of the corresponding directory:
kotlin/orios/. - Open a pull request with the changes. When merged, GitHub Pages will serve the updated docs.
- Each platform directory should include an
index.htmlso links from the landing page resolve correctly. - Links are relative; directory names must remain
kotlin/andios/.
Questions or issues? Open an issue in this repository.