aboutsummaryrefslogtreecommitdiff
path: root/plugins/base/src/main/kotlin/renderers/html/HtmlRenderer.kt
AgeCommit message (Expand)Author
2020-11-25Make searchbar an extension point (#1615)Marcin Aman
2020-11-10New breadcrumbs (#1590)Marcin Aman
2020-10-30Remove hard coded svg-s from rendererMarcin Aman
2020-10-20Fix anchor linking when the linked type is on a different platform (#1568)Kamil Doległo
2020-10-16Fix rendering of comment tables (#1560)Filip Zybała
2020-10-15Distinguish types from functions on navigationMarcin Aman
2020-10-14Shorten anchorsMarcin Aman
2020-10-09On this page component (#1504)Marcin Aman
2020-10-08Add information about content kind and sourceset to anchorMarcin Aman
2020-10-08Anchors hintMarcin Aman
2020-10-08Improve stylesMarcin Aman
2020-10-07Make logo replaceable #1339 (#1488)Marcin Aman
2020-10-05Render react resources as separate css to allow overriding (#1416)Marcin Aman
2020-10-01Escape urls in anchorsMarcin Aman
2020-09-17Mobile header font size #1475Marcin Aman
2020-09-10Adding mobile-friendly layoutBłażej Kardyś
2020-09-07Add favicon in the HTML formatKamil Doległo
2020-09-07Test images in GFMMarcin Aman
2020-09-07Let markdown display img like resources correctlyMarcin Aman
2020-08-28Hide navigation pane search on multimodule pageMarcin Aman
2020-08-28Make all modules page look the same as module page #1335Marcin Aman
2020-08-28Draft for improving code formatting #1346Marcin Aman
2020-08-25Improve styles and functionality on module page #1336Marcin Aman
2020-08-21Create navigation search componentMarcin Aman
2020-08-19HtmlRenderer: Minor reformattingsebastian.sellmair
2020-08-19Respect relocated declarationsKamil Doległo
2020-08-19Replace !! with some meaningful messagesKamil Doległo
2020-08-19Refactor location providersKamil Doległo
2020-08-19Wrap unresolved links in `span` with `data-unresolved-link`Kamil Doległo
2020-08-19Make unresolved links render as textKamil Doległo
2020-08-17Fix for creating searchbar pages data - escaping apostrophes (#1233)Filip Zybała
2020-08-17Rename `ContentSourceSet` to `DisplaySourceSet`sebastian.sellmair
2020-08-17Implement SelfRepresentingSingletonSet and let `ContentSourceSet` conform to itsebastian.sellmair
2020-08-17Moving CompositeSourceSetID and ContentSourceSet into `.dokka.model`sebastian.sellmair
2020-08-17Implement shouldRenderSourceSetBubblessebastian.sellmair
2020-08-17HtmlRenderer: Fix usage of sourceSetDependencyMapsebastian.sellmair
2020-08-17Implement SourceSetMergingPageTransformersebastian.sellmair
2020-08-17Implement `ContentSourceSet`sebastian.sellmair
2020-08-03Improve sorting algorithmMarcin Aman
2020-08-03Highlight searched phraseMarcin Aman
2020-07-29Fix truncated text on sidebar with long packagesMarcin Aman
2020-07-16Remove the "Privacy policy" textKamil Doległo
2020-07-16Add a link to dokka Github page in footerKamil Doległo
2020-07-16Fix bug with filtering buttons not being createdKamil Doległo
2020-07-15Fix presenting inline code in KDocAndrzej Ratajczak
2020-07-15Fix Since Kotlin css viewAndrzej Ratajczak
2020-07-13Single platform bubbles fixAndrzej Ratajczak
2020-07-13WIPFilip Zybała
2020-07-13Implemented extension point for tab sorting strategyFilip Zybała
2020-07-08Add GFM renderer testsAndrzej Ratajczak