From f5990e4fb8fd89a3ed41554272f5aba5203db117 Mon Sep 17 00:00:00 2001 From: berezinant Date: Mon, 16 Dec 2024 12:58:16 +0100 Subject: [PATCH 1/2] 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). From 3dc2cadc7fa88ce77c7fa7235602ff6df192e803 Mon Sep 17 00:00:00 2001 From: Anton Berezin Date: Mon, 16 Dec 2024 13:35:05 +0100 Subject: [PATCH 2/2] Update docs/topics/formats/dokka-html.md Co-authored-by: Sarah Haggarty <81160244+sarahhaggarty@users.noreply.github.com> --- docs/topics/formats/dokka-html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/topics/formats/dokka-html.md b/docs/topics/formats/dokka-html.md index 02152c877d..2fa10582eb 100644 --- a/docs/topics/formats/dokka-html.md +++ b/docs/topics/formats/dokka-html.md @@ -222,7 +222,7 @@ 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. +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