From b6aa42c4a8b589f9004c70e98b3f75889297408e Mon Sep 17 00:00:00 2001 From: IgnatBeresnev Date: Fri, 20 Jan 2023 20:24:19 +0100 Subject: Add Dokka devX survey banner to documentation and README --- docs/topics/formats/dokka-html.md | 4 ++++ docs/topics/formats/dokka-javadoc.md | 4 ++++ docs/topics/formats/dokka-markdown.md | 4 ++++ 3 files changed, 12 insertions(+) (limited to 'docs/topics/formats') 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. | + + Dokka devX survey + + 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 + + + Dokka devX survey + 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 You can find the source code on [GitHub](https://github.com/Kotlin/dokka/tree/%dokkaVersion%/plugins/jekyll). + + + Dokka devX survey + -- cgit