diff options
Diffstat (limited to 'docs/topics/formats/dokka-html.md')
-rw-r--r-- | docs/topics/formats/dokka-html.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/topics/formats/dokka-html.md b/docs/topics/formats/dokka-html.md index dd81b2d9..ec8c335b 100644 --- a/docs/topics/formats/dokka-html.md +++ b/docs/topics/formats/dokka-html.md @@ -1,6 +1,8 @@ [//]: # (title: HTML) -HTML is Dokka's default and recommended output format. You can see an example of the final result by browsing documentation +HTML is Dokka's default and recommended output format. It is currently in Beta and approaching the Stable release. + +You can see an example of the output by browsing documentation for [kotlinx.coroutines](https://kotlinlang.org/api/kotlinx.coroutines/). ## Generate HTML documentation |