This module contains configuration for generating Kotlindoc that is hosted at firebase.github.io.
To generate documentation for all "supported" SDKs(ones that have Kotlin extensions) run:
./gradlew :kotlindoc:dokkaTo generate documentation for a subset of SDKs run:
./gradlew -PkotlindocProjects=":firebase-common,:firebase-firestore" :kotlindoc:dokkaThe output will be located in kotlindoc/build/dokka/html.
To update the live reference, create a PR with the contents of the above directory into the gh-pages branch.