aboutsummaryrefslogtreecommitdiff
path: root/plugins/base/src/main/kotlin/renderers/html/innerTemplating
AgeCommit message (Collapse)Author
2023-11-10Restructure the project to utilize included builds (#3174)Ignat Beresnev
* Refactor and simplify artifact publishing * Update Gradle to 8.4 * Refactor and simplify convention plugins and build scripts Fixes #3132 --------- Co-authored-by: Adam <897017+aSemy@users.noreply.github.com> Co-authored-by: Oleg Yukhnevich <whyoleg@gmail.com>
2023-11-07Add the link to GitHub repo to the header if there are source links defined ↵Oleg Yukhnevich
(#3235) * Use URL from base plugin configuration * Add integration test for the multi-module project that the homepage link exists everywhere
2023-08-31Enable explicit API mode (#3139)Ignat Beresnev
2023-08-31Update copyright (#3149)Ignat Beresnev
* Add the default copyright profile and enable IDEA project settings * Add the license notice file
2023-08-08Fix and refactor Sample Transformer (#3102)Vadim Mishenev
2023-07-07Do not leak unknown asset paths into HTML (#3061)Ignat Beresnev
Fixes #3040
2023-02-14Do not render filter-section for empty source sets (#2858)Ignat Beresnev
Regression from #2848
2023-02-10Display source set / platform indicators at all times (#2848)Ignat Beresnev
Fixes #2847
2022-09-21Wrap long signatures dynamically based on client width (#2659)Ignat Beresnev
2022-03-10KT-50452 Make flexible html for customization (#2374)Vadim Mishenev