diff options
author | Simon Ogorodnik <simon.ogorodnik@gmail.com> | 2017-08-31 17:28:37 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-31 17:28:37 +0300 |
commit | eddc1487fe44be56a4fee5647cf7b42d95555dd6 (patch) | |
tree | 8169d61c7eaf2730c1a0fcb2a86a0ba26d740f5a /README.md | |
parent | 41221f77786f945d7bceb558cfcfdbdcb42951f3 (diff) | |
download | dokka-eddc1487fe44be56a4fee5647cf7b42d95555dd6.tar.gz dokka-eddc1487fe44be56a4fee5647cf7b42d95555dd6.tar.bz2 dokka-eddc1487fe44be56a4fee5647cf7b42d95555dd6.zip |
Add JetBrains Badge
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,4 +1,5 @@ -dokka [![TeamCity (build status)](https://img.shields.io/teamcity/http/teamcity.jetbrains.com/s/Kotlin_Dokka_DokkaAntMavenGradle.svg)](https://teamcity.jetbrains.com/viewType.html?buildTypeId=Kotlin_Dokka_DokkaAntMavenGradle&branch_KotlinTools_Dokka=%3Cdefault%3E&tab=buildTypeStatusDiv) [ ![Download](https://api.bintray.com/packages/kotlin/dokka/dokka/images/download.svg) ](https://bintray.com/kotlin/dokka/dokka/_latestVersion) +dokka [![official JetBrains project](http://jb.gg/badges/official.svg)](https://confluence.jetbrains.com/display/ALL/JetBrains+on+GitHub) +[![TeamCity (build status)](https://img.shields.io/teamcity/http/teamcity.jetbrains.com/s/Kotlin_Dokka_DokkaAntMavenGradle.svg)](https://teamcity.jetbrains.com/viewType.html?buildTypeId=Kotlin_Dokka_DokkaAntMavenGradle&branch_KotlinTools_Dokka=%3Cdefault%3E&tab=buildTypeStatusDiv) [ ![Download](https://api.bintray.com/packages/kotlin/dokka/dokka/images/download.svg) ](https://bintray.com/kotlin/dokka/dokka/_latestVersion) ===== Dokka is a documentation engine for Kotlin, performing the same function as javadoc for Java. |