-
Notifications
You must be signed in to change notification settings - Fork 419
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: reworked footer according to new UI #3948
Conversation
57567bc
to
c37f669
Compare
c37f669
to
c4a8ebf
Compare
5cc855c
to
0b58a9c
Compare
0b58a9c
to
974340b
Compare
974340b
to
65680a7
Compare
@@ -13,7 +13,7 @@ tasks.withType<AbstractDokkaTask>().configureEach { | |||
@Language("JSON") | |||
val dokkaBaseConfiguration = """ | |||
{ | |||
"footerMessage": "(c) 2024 My custom footer message", | |||
"footerMessage": "<div class='kt-footer__license'>Kotlin™ is protected under the <a href='https://kotlinlang.org/foundation/kotlin-foundation.html' data-test='external-link ' target='_blank' rel='noreferrer noopener' class='kt-footer__link'>Kotlin Foundation</a> and licensed under the <a href='https://github.com/JetBrains/kotlin-web-site/blob/master/LICENSE' data-test='external-link ' target='_blank' rel='noreferrer noopener' class='kt-footer__link'>Apache 2 license</a>. </div>", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure about having full markup here. Is there any other place to put this template?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Or it's a test snapsthot?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Or it's a test snapsthot?
Yes, this is a more complex example of footer customisation for our testing purposes
65680a7
to
04bf572
Compare
04bf572
to
1d2c594
Compare
This is how it looks like
and this is an example with a custom content