aboutsummaryrefslogtreecommitdiff
path: root/docs/topics
diff options
context:
space:
mode:
authorIgnatBeresnev <ignat.beresnev@jetbrains.com>2023-01-20 20:24:19 +0100
committerIgnatBeresnev <ignat.beresnev@jetbrains.com>2023-01-20 20:24:19 +0100
commitb6aa42c4a8b589f9004c70e98b3f75889297408e (patch)
treeda8f0a8a3aa608992332f3ab5639b1a293d411cf /docs/topics
parent45a9de3cd9e392190fe5a3bc5c327eaf9ec43479 (diff)
downloaddokka-b6aa42c4a8b589f9004c70e98b3f75889297408e.tar.gz
dokka-b6aa42c4a8b589f9004c70e98b3f75889297408e.tar.bz2
dokka-b6aa42c4a8b589f9004c70e98b3f75889297408e.zip
Add Dokka devX survey banner to documentation and README
Diffstat (limited to 'docs/topics')
-rw-r--r--docs/topics/dokka-get-started.md4
-rw-r--r--docs/topics/dokka-introduction.md4
-rw-r--r--docs/topics/dokka-module-and-package-docs.md4
-rw-r--r--docs/topics/dokka-plugins.md6
-rw-r--r--docs/topics/formats/dokka-html.md4
-rw-r--r--docs/topics/formats/dokka-javadoc.md4
-rw-r--r--docs/topics/formats/dokka-markdown.md4
-rw-r--r--docs/topics/runners/dokka-cli.md4
-rw-r--r--docs/topics/runners/dokka-gradle.md4
-rw-r--r--docs/topics/runners/dokka-maven.md4
10 files changed, 41 insertions, 1 deletions
diff --git a/docs/topics/dokka-get-started.md b/docs/topics/dokka-get-started.md
index ab9fa0a4..d605f31a 100644
--- a/docs/topics/dokka-get-started.md
+++ b/docs/topics/dokka-get-started.md
@@ -93,3 +93,7 @@ To learn more about using Dokka with Maven, see [Maven](dokka-maven.md).
</tab>
</tabs>
+
+<a href="https://surveys.jetbrains.com/s3/dokka-survey">
+ <img src="dokka-devx-survey-banner.png" width="700" alt="Dokka devX survey"/>
+</a>
diff --git a/docs/topics/dokka-introduction.md b/docs/topics/dokka-introduction.md
index fd33a3cb..22ae99d2 100644
--- a/docs/topics/dokka-introduction.md
+++ b/docs/topics/dokka-introduction.md
@@ -26,3 +26,7 @@ See [Get started with Dokka](dokka-get-started.md) to take your first steps in u
Dokka has a dedicated `#dokka` channel in [Kotlin Community Slack](https://surveys.jetbrains.com/s3/kotlin-slack-sign-up)
where you can chat about Dokka, its plugins and how to develop them, as well as get in touch with maintainers.
+
+<a href="https://surveys.jetbrains.com/s3/dokka-survey">
+ <img src="dokka-devx-survey-banner.png" width="700" alt="Dokka devX survey"/>
+</a>
diff --git a/docs/topics/dokka-module-and-package-docs.md b/docs/topics/dokka-module-and-package-docs.md
index d8ceb3fa..f2435cb3 100644
--- a/docs/topics/dokka-module-and-package-docs.md
+++ b/docs/topics/dokka-module-and-package-docs.md
@@ -74,3 +74,7 @@ If you are using JSON configuration, use the [includes](dokka-cli.md#includes-js
</tab>
</tabs>
+
+<a href="https://surveys.jetbrains.com/s3/dokka-survey">
+ <img src="dokka-devx-survey-banner.png" width="700" alt="Dokka devX survey"/>
+</a>
diff --git a/docs/topics/dokka-plugins.md b/docs/topics/dokka-plugins.md
index 5d3501ac..d1f749f1 100644
--- a/docs/topics/dokka-plugins.md
+++ b/docs/topics/dokka-plugins.md
@@ -275,4 +275,8 @@ Here are some notable Dokka plugins that you might find useful:
| [Kotlin as Java plugin](https://github.com/Kotlin/dokka/tree/master/plugins/kotlin-as-java) | Renders Kotlin signatures as seen from Java's perspective |
If you are a Dokka plugin author and would like to add your plugin to this list, get in touch with maintainers
-via [Slack](dokka-introduction.md#community) or [GitHub](https://github.com/Kotlin/dokka/). \ No newline at end of file
+via [Slack](dokka-introduction.md#community) or [GitHub](https://github.com/Kotlin/dokka/).
+
+<a href="https://surveys.jetbrains.com/s3/dokka-survey">
+ <img src="dokka-devx-survey-banner.png" width="700" alt="Dokka devX survey"/>
+</a>
diff --git a/docs/topics/formats/dokka-html.md b/docs/topics/formats/dokka-html.md
index ec8c335b..14024968 100644
--- a/docs/topics/formats/dokka-html.md
+++ b/docs/topics/formats/dokka-html.md
@@ -282,3 +282,7 @@ You can also use the following Dokka-defined [directives](https://freemarker.apa
| `<@resources/>` | Resources such as scripts and stylesheets. |
| `<@version/>` | The module version taken from configuration. If the [versioning plugin](https://github.com/Kotlin/dokka/tree/master/plugins/versioning) is applied, it is replaced with a version navigator. |
+<a href="https://surveys.jetbrains.com/s3/dokka-survey">
+ <img src="dokka-devx-survey-banner.png" width="700" alt="Dokka devX survey"/>
+</a>
+
diff --git a/docs/topics/formats/dokka-javadoc.md b/docs/topics/formats/dokka-javadoc.md
index e9d4a6f1..0c86e5c2 100644
--- a/docs/topics/formats/dokka-javadoc.md
+++ b/docs/topics/formats/dokka-javadoc.md
@@ -91,3 +91,7 @@ For more information, see [Other output formats](dokka-cli.md#other-output-forma
</tab>
</tabs>
+
+<a href="https://surveys.jetbrains.com/s3/dokka-survey">
+ <img src="dokka-devx-survey-banner.png" width="700" alt="Dokka devX survey"/>
+</a>
diff --git a/docs/topics/formats/dokka-markdown.md b/docs/topics/formats/dokka-markdown.md
index d4919a5c..6e0f9457 100644
--- a/docs/topics/formats/dokka-markdown.md
+++ b/docs/topics/formats/dokka-markdown.md
@@ -170,3 +170,7 @@ For more information, see the CLI runner's documentation for [Other output forma
</tabs>
You can find the source code on [GitHub](https://github.com/Kotlin/dokka/tree/%dokkaVersion%/plugins/jekyll).
+
+<a href="https://surveys.jetbrains.com/s3/dokka-survey">
+ <img src="dokka-devx-survey-banner.png" width="700" alt="Dokka devX survey"/>
+</a>
diff --git a/docs/topics/runners/dokka-cli.md b/docs/topics/runners/dokka-cli.md
index 7d76eefd..88e9f1a2 100644
--- a/docs/topics/runners/dokka-cli.md
+++ b/docs/topics/runners/dokka-cli.md
@@ -858,3 +858,7 @@ Below you can see all possible configuration options applied at the same time.
]
}
```
+
+<a href="https://surveys.jetbrains.com/s3/dokka-survey">
+ <img src="dokka-devx-survey-banner.png" width="700" alt="Dokka devX survey"/>
+</a>
diff --git a/docs/topics/runners/dokka-gradle.md b/docs/topics/runners/dokka-gradle.md
index ae8b003b..3f7d0ea6 100644
--- a/docs/topics/runners/dokka-gradle.md
+++ b/docs/topics/runners/dokka-gradle.md
@@ -1537,3 +1537,7 @@ tasks.withType(DokkaTask.class) {
</tab>
</tabs>
+
+<a href="https://surveys.jetbrains.com/s3/dokka-survey">
+ <img src="dokka-devx-survey-banner.png" width="700" alt="Dokka devX survey"/>
+</a>
diff --git a/docs/topics/runners/dokka-maven.md b/docs/topics/runners/dokka-maven.md
index 3331bce1..cb4c0e73 100644
--- a/docs/topics/runners/dokka-maven.md
+++ b/docs/topics/runners/dokka-maven.md
@@ -643,3 +643,7 @@ Below you can see all the possible configuration options applied at the same tim
</configuration>
</plugin>
```
+
+<a href="https://surveys.jetbrains.com/s3/dokka-survey">
+ <img src="dokka-devx-survey-banner.png" width="700" alt="Dokka devX survey"/>
+</a>