aboutsummaryrefslogtreecommitdiff
path: root/plugins/base/src/main/kotlin/renderers/html/htmlPreprocessors.kt
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-07-05Decompose Kotlin/Java analysis (#3034)Ignat Beresnev
* Extract analysis into separate modules
2023-06-30Generate dedicated pages for typealiases (#3051)Vadim Mishenev
2023-05-30Use JetBrains Sans as default font (#3017)Konstantin Chernenko
2023-05-24update mobile view and some bugs (#2836)Konstantin Chernenko
* Fix dark theme bugs: mobile TOC is visible on 1px and has white background, menu icon is black * Refactoring css styles for header controls * Change header responsive layout * Change header responsive layout * Fix scrollable columns for any header size * Remove main content mobile spacing * Change style for platform filters and labels * Fix: add burger icon into dist * Fix: long code token in mobile view * Fix: color in filter selector * Fix: long token in keyValue for desktop * Fix: add spacing for iPad Mini * Fix: dropdown for multiple versions * update platform brand colors * Fix: sample spacing, blockquote, playground initialize * Safari fix outline for platform tags * Fix non-js main content for better SEO * Fix outline for safari browser * Add consistent vertical spacing for header. It should normalize subpixel artifacts and centred content. * Update manual for custom logo * Add comment for playground * Hide copy button for non-js user * fix; use google fonts * feat; change style for platform in platform-tags * Revert Inter as defult font * Add breaks for CONSTANTS * incorrect non-js script position * less specific selector for article links
2022-09-21Wrap long signatures dynamically based on client width (#2659)Ignat Beresnev
2022-07-29Add member icons to navigation menu (#2578)Ignat Beresnev
2022-04-26Fix reversed ordering of enum entries (#2469)Ignat Beresnev
* Fix reversed ordering of enum entries Fixes #2466 * Add navigation sideMenu unit tests * Make enum entries in tests non alphabetical
2022-02-21Add option to merge implicit expect-actual declarations (#2316)Vadim Mishenev
* Add option to merge implicit expect-actual declarations * Merge entries, constructors * Fix StdLib integration test * Add doc
2021-10-15Fix adding new custom stylesheets in submodules (#2168)vmishenev
2021-09-20Bring back logovmishenev
2021-08-25Manual highlighting webhelp (#2079)vmishenev
* Add manual code highlighting * Fix test * Add kotlinAsJava highlighting * Add runtime highlighting via Prism * Add copy-button for code block * Add tests and refactor * Replace `<br>` for prism.js * Parse trivial default values Co-authored-by: Marcin Aman <marcin.aman@gmail.com>
2021-08-25Dark mode (#2081)Marcin Aman
2021-08-12Remove unused components, docs, change icon to new kotlin logo and add ↵Marcin Aman
hamburger for mobile
2021-08-12Webhelp-like frontendMarcin Aman
2021-07-28Include parenthesis for merged pages (#2039)Marcin Aman
2021-07-05Flatten multi-module structure (#1980)Kamil Doległo
* Add support for multimodule package lists * Merge package-lists in multi-module generation * Remove double-wrapping of modules in multi-module generation * Handle empty modules in package lists
2021-03-10Fix multimodule sourcesets dependencies (#1766)Marcin Aman
2021-02-05Deduplicate resources in multimodule (#1711)Marcin Aman
2020-12-17Navigate to root after logo click, add data to searchbars on multimodule (#1631)Marcin Aman
2020-11-27Changing how multimodule location provider works and improving gfm link ↵Błażej Kardyś
substitution
2020-11-27Add navigation fragments for templatingPaweł Marks
2020-11-25Make searchbar an extension point (#1615)Marcin Aman
* Make searchbar an extension point * Change SearchbarDataInstaller to be a preprocessor * Split navigation and navigation search
2020-11-10New breadcrumbs (#1590)Marcin Aman
Add top navbar
2020-10-30Remove hard coded svg-s from rendererMarcin Aman
2020-10-16Explicit fallback in searchbar (#1559)Marcin Aman
2020-10-15Make names resulting from clashing DRI-s appear only in navigatable componentsMarcin Aman
2020-10-15Distinguish types from functions on navigationMarcin Aman
2020-10-07Make logo replaceable #1339 (#1488)Marcin Aman
2020-10-05Render react resources as separate css to allow overriding (#1416)Marcin Aman
* Render react resources as separate css to allow overriding * Improve build.gradle.kts
2020-08-21Improve resizing, remove important from stylesMarcin Aman
2020-08-21Make NavigationNode implement WithChildrenMarcin Aman
2020-08-21Create navigation search componentMarcin Aman
2020-08-17Fix for creating searchbar pages data - escaping apostrophes (#1233)Filip Zybała
Co-authored-by: Filip Zybała <fzybala@virtuslab.com>
2020-07-23Filter navigation paneMarcin Aman
2020-06-25Make samples runnableKamil Doległo
2020-06-25Remove SourceSetDataCache, rename PassConfiguration to DokkaSourceSet and ↵Kamil Doległo
use it instead of SourceSetData
2020-06-15Rework dokka configuration and Gradle pluginKamil Doległo
2020-06-09Improve CSS, pages navigation tree and create anchors on pageMarcin Aman
2020-05-28Added filtering to HTML pagesFilip Zybała
2020-04-23Adjusts to css: font-families, font size, active navigation part styleFilip Zybała
2020-04-15Change PlatformHintedContent rendering, js and css to match Figma styleFilip Zybała
2020-04-15Refactor package list to be a preprocessorAndrzej Ratajczak
2020-03-11Fix searching in HTML format by appending jsKamil Doległo
2020-03-04Prunes member branches in navigation treePaweł Marks
2020-02-19Rename extensions to make them more uniformKamil Doległo
2020-02-18Moves location providers and output writers to base pluginPaweł Marks