From 272e59e9d60aa941f39711234d7e47053fa817f6 Mon Sep 17 00:00:00 2001 From: Anton Berezin Date: Mon, 16 Dec 2024 14:08:49 +0100 Subject: [PATCH] docs: added note about logo size (#3956) * docs: added note about logo size * Update docs/topics/formats/dokka-html.md Co-authored-by: Sarah Haggarty <81160244+sarahhaggarty@users.noreply.github.com> --------- Co-authored-by: Sarah Haggarty <81160244+sarahhaggarty@users.noreply.github.com> --- 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..2fa10582eb 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). +The maximum supported logo dimensions are 120 pixels in width and 36 pixels in height. If you use a larger image, it will be automatically resized. + ### Modify the footer You can modify text in the footer by using the `footerMessage` [configuration option](#configuration).