diff options
author | IgnatBeresnev <ignat.beresnev@jetbrains.com> | 2023-02-03 19:27:33 +0100 |
---|---|---|
committer | IgnatBeresnev <ignat.beresnev@jetbrains.com> | 2023-02-03 19:27:33 +0100 |
commit | d57815eb33ad873038dc743d63870de4ceb5be39 (patch) | |
tree | c720c2caa8415558d53a77f6efe0a093aac5886d | |
parent | ed6c67bd55ad0211b9be40dda3027340eecd5919 (diff) | |
download | dokka-d57815eb33ad873038dc743d63870de4ceb5be39.tar.gz dokka-d57815eb33ad873038dc743d63870de4ceb5be39.tar.bz2 dokka-d57815eb33ad873038dc743d63870de4ceb5be39.zip |
Remove Dokka devX survey banner
The survey has ended
-rw-r--r-- | README.md | 4 | ||||
-rw-r--r-- | docs/topics/dokka-get-started.md | 4 | ||||
-rw-r--r-- | docs/topics/dokka-introduction.md | 4 | ||||
-rw-r--r-- | docs/topics/dokka-module-and-package-docs.md | 4 | ||||
-rw-r--r-- | docs/topics/dokka-plugins.md | 4 | ||||
-rw-r--r-- | docs/topics/formats/dokka-html.md | 5 | ||||
-rw-r--r-- | docs/topics/formats/dokka-javadoc.md | 4 | ||||
-rw-r--r-- | docs/topics/formats/dokka-markdown.md | 4 | ||||
-rw-r--r-- | docs/topics/runners/dokka-cli.md | 4 | ||||
-rw-r--r-- | docs/topics/runners/dokka-gradle.md | 4 | ||||
-rw-r--r-- | docs/topics/runners/dokka-maven.md | 4 | ||||
-rw-r--r-- | mkdocs/src/doc/docs/survey_banner.js | 8 | ||||
-rw-r--r-- | mkdocs/src/doc/mkdocs.yml | 2 |
13 files changed, 0 insertions, 55 deletions
@@ -24,10 +24,6 @@ You can run Dokka using [Gradle](https://kotlinlang.org/docs/dokka-gradle.html), [Maven](https://kotlinlang.org/docs/dokka-maven.html) or from the [command line](https://kotlinlang.org/docs/dokka-cli.html). It is also [highly pluggable](https://kotlinlang.org/docs/dokka-plugins.html). -:mega: Dokka team now leads the product to the Stable release. -We’d really appreciate it if you could [take our brief survey](https://surveys.jetbrains.com/s3/dokka-survey) about -your dev. experience with the tool. It helps us get priorities right and deliver the most valuable things first. - ## Documentation Comprehensive documentation for Dokka is available on [kotlinlang.org](https://kotlinlang.org/docs/dokka-introduction.html) diff --git a/docs/topics/dokka-get-started.md b/docs/topics/dokka-get-started.md index d605f31a..ab9fa0a4 100644 --- a/docs/topics/dokka-get-started.md +++ b/docs/topics/dokka-get-started.md @@ -93,7 +93,3 @@ 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 22ae99d2..fd33a3cb 100644 --- a/docs/topics/dokka-introduction.md +++ b/docs/topics/dokka-introduction.md @@ -26,7 +26,3 @@ 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 f2435cb3..d8ceb3fa 100644 --- a/docs/topics/dokka-module-and-package-docs.md +++ b/docs/topics/dokka-module-and-package-docs.md @@ -74,7 +74,3 @@ 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 d1f749f1..d8d9d249 100644 --- a/docs/topics/dokka-plugins.md +++ b/docs/topics/dokka-plugins.md @@ -276,7 +276,3 @@ Here are some notable Dokka plugins that you might find useful: 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/). - -<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 14024968..b2c556e4 100644 --- a/docs/topics/formats/dokka-html.md +++ b/docs/topics/formats/dokka-html.md @@ -281,8 +281,3 @@ You can also use the following Dokka-defined [directives](https://freemarker.apa | `<@content/>` | The main page content. | | `<@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 0c86e5c2..e9d4a6f1 100644 --- a/docs/topics/formats/dokka-javadoc.md +++ b/docs/topics/formats/dokka-javadoc.md @@ -91,7 +91,3 @@ 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 6e0f9457..d4919a5c 100644 --- a/docs/topics/formats/dokka-markdown.md +++ b/docs/topics/formats/dokka-markdown.md @@ -170,7 +170,3 @@ 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 88e9f1a2..7d76eefd 100644 --- a/docs/topics/runners/dokka-cli.md +++ b/docs/topics/runners/dokka-cli.md @@ -858,7 +858,3 @@ 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 3f7d0ea6..ae8b003b 100644 --- a/docs/topics/runners/dokka-gradle.md +++ b/docs/topics/runners/dokka-gradle.md @@ -1537,7 +1537,3 @@ 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 cb4c0e73..3331bce1 100644 --- a/docs/topics/runners/dokka-maven.md +++ b/docs/topics/runners/dokka-maven.md @@ -643,7 +643,3 @@ 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> diff --git a/mkdocs/src/doc/docs/survey_banner.js b/mkdocs/src/doc/docs/survey_banner.js deleted file mode 100644 index b4592f1f..00000000 --- a/mkdocs/src/doc/docs/survey_banner.js +++ /dev/null @@ -1,8 +0,0 @@ -window.addEventListener('load', () => { - const appended = document.createElement("a") - appended.style = "display: block;text-decoration: none !important;color: #E8F0FE !important;font-family: Inter, Arial, sans-serif !important;font-size: 18px;font-weight: 500;line-height: 24px;padding: 6px 0;position: relative;text-align: center;background-color: #7F52FF;z-index: 5000000;" - appended.href = "https://surveys.jetbrains.com/s3/dokka-survey" - appended.innerText = "Take part in our Dokka devX survey. It helps us a lot, and gives you a chance to win a prize! -->" - document.body.prepend(appended) - window.scrollTo(0, 0); -}) diff --git a/mkdocs/src/doc/mkdocs.yml b/mkdocs/src/doc/mkdocs.yml index 9e101c00..d8aba618 100644 --- a/mkdocs/src/doc/mkdocs.yml +++ b/mkdocs/src/doc/mkdocs.yml @@ -95,5 +95,3 @@ nav: extra_css: - dokka_colors.css -extra_javascript: - - survey_banner.js
\ No newline at end of file |