diff options
author | Egor Tolstoy <igrekde@gmail.com> | 2022-05-24 19:24:43 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-24 18:24:43 +0200 |
commit | 4ea32c0af352585ec1886751287cfb56e46a08ea (patch) | |
tree | 79b36e04646db9da2fdfcdb54960acff45b71785 | |
parent | ee81282410368e58d5b0bee23a938352b9d41b2d (diff) | |
download | dokka-4ea32c0af352585ec1886751287cfb56e46a08ea.tar.gz dokka-4ea32c0af352585ec1886751287cfb56e46a08ea.tar.bz2 dokka-4ea32c0af352585ec1886751287cfb56e46a08ea.zip |
Update stability & support badges (#2511)
-rw-r--r-- | README.md | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -1,4 +1,8 @@ -# Dokka [![official JetBrains project](https://jb.gg/badges/official.svg)](https://confluence.jetbrains.com/display/ALL/JetBrains+on+GitHub) [![TeamCity (build status)](https://teamcity.jetbrains.com/app/rest/builds/buildType:(id:Kotlin_Dokka_DokkaAntMavenGradle)/statusIcon)](https://teamcity.jetbrains.com/viewType.html?buildTypeId=Kotlin_Dokka_DokkaAntMavenGradle&branch_KotlinTools_Dokka=%3Cdefault%3E&tab=buildTypeStatusDiv) +# Dokka + +[![Kotlin Beta](https://kotl.in/badges/beta.svg)](https://kotlinlang.org/docs/components-stability.html) +[![JetBrains official project](https://jb.gg/badges/official.svg)](https://confluence.jetbrains.com/display/ALL/JetBrains+on+GitHub) +[![TeamCity (build status)](https://teamcity.jetbrains.com/app/rest/builds/buildType:(id:Kotlin_Dokka_DokkaAntMavenGradle)/statusIcon)](https://teamcity.jetbrains.com/viewType.html?buildTypeId=Kotlin_Dokka_DokkaAntMavenGradle&branch_KotlinTools_Dokka=%3Cdefault%3E&tab=buildTypeStatusDiv) Dokka is a documentation engine for Kotlin, performing the same function as javadoc for Java. Just like Kotlin itself, Dokka fully supports mixed-language Java/Kotlin projects. It understands |