From f5990e4fb8fd89a3ed41554272f5aba5203db117 Mon Sep 17 00:00:00 2001 From: berezinant Date: Mon, 16 Dec 2024 12:58:16 +0100 Subject: [PATCH] docs: added note about logo size --- docs/topics/formats/dokka-html.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/topics/formats/dokka-html.md b/docs/topics/formats/dokka-html.md index 98e5aeb967..02152c877d 100644 --- a/docs/topics/formats/dokka-html.md +++ b/docs/topics/formats/dokka-html.md @@ -222,6 +222,8 @@ you can [override the `logo-styles.css` stylesheet](#customize-styles) to custom For an example of how to do this, see our [custom format example project](https://github.com/Kotlin/dokka/tree/%dokkaVersion%/examples/gradle/dokka-customFormat-example). +Note that the maximum supported logo dimensions are 120 px width and 36 px height. If you provide a larger image, it will be resized. + ### Modify the footer You can modify text in the footer by using the `footerMessage` [configuration option](#configuration).