Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-08-03 | Apply the same style to all KDoc tags, including throws/see/parameters (#2587) | Ignat Beresnev | |
2022-07-29 | Move source links into signature (#2476) | Vadim Mishenev | |
2022-07-29 | Add member icons to navigation menu (#2578) | Ignat Beresnev | |
2022-07-27 | Make current breadcrumb element not clickable and of default font color (#2588) | Ignat Beresnev | |
2022-07-27 | Disable copy button for signatures (#2577) | Ignat Beresnev | |
* Disable copy button for signatures | |||
2022-07-26 | Add auto-scrolling to selected navigation item on page load (#2575) | Ignat Beresnev | |
2022-07-26 | Replace package name on cover with "Package-level declarations" (#2586) | Ignat Beresnev | |
* Replace package name on cover with "Package-level declarations" | |||
2022-07-08 | Revise developer guides documentation (#2523) | Ignat Beresnev | |
2022-05-13 | Render quotes as blockquotes instead of code blocks. (#2496) | TheOnlyTails | |
2022-04-15 | Decompose `base.ftl` template (#2432) | Vadim Mishenev | |
2022-03-15 | Fix rendering issues (#2389) | Vadim Mishenev | |
2022-03-10 | KT-50452 Make flexible html for customization (#2374) | Vadim Mishenev | |
2022-02-17 | Custom doctag extension (#2343) | Ignat Beresnev | |
* Add an extension point for rendering custom doc tags * Iterate over documentable sourcesets when building custom tags * Extract a nested custom tags brief block into a separate method * Filter out tag content providers and make since kotlin brief a one-liner * Add padding to "Since Kotlin" block in brief description | |||
2022-01-27 | KT-50292 - Implement vertical alignment of parameters (#2309) | Ignat Beresnev | |
* Implement vertical alignment (wrapping) of parameters for kt * Add tests for params wrapping and extend matchers to check for classes * Add distinguishable parameters block to kotlinAsJava, extract common logic * Create a separate Kind for symbol function parameters | |||
2021-12-27 | Add a level of indentation to childless items in navigation tree (#2291) | Ignat Beresnev | |
2021-12-23 | Add horizontal margin to breadcrumbs delimiter (KT-50296) (#2285) | Ignat Beresnev | |
2021-12-22 | Fix css bugs wih link and table row (#2284) | Vadim Mishenev | |
* Remove extra top margin in paragraph * Remove margin-bottom from platform-hinted * Fix link underlining in table and anchor icon * Make breakable names of constructors * Add test for breakable name of constructor | |||
2021-11-23 | Fix highlighting style (#2236) | vmishenev | |
for multi-line comments | |||
2021-11-01 | Fix priority of css style paragraph (#2214) | vmishenev | |
2021-10-19 | Fix table style on Firefox (#2191) | vmishenev | |
2021-10-18 | Fix paragraph margin and label highlighting (#2190) | vmishenev | |
2021-09-29 | Display a meaningful error when all sourcesets are filtered (#2161) | Marcin Aman | |
2021-09-20 | Bring back logo | vmishenev | |
2021-09-09 | Fix js error on pages without tabs (#2127) | Marcin Aman | |
2021-09-08 | Copy button theming (#2125) | Marcin Aman | |
2021-09-08 | Fix footer on firefox (#2123) | Marcin Aman | |
2021-09-08 | Dark mode on samples (#2116) | Marcin Aman | |
* Dark mode on samples * Fix samples script firing even when samples were not defined on current page | |||
2021-09-01 | Navigation hover should be visible on dark mode (#2107) | Marcin Aman | |
2021-08-31 | Make copy buttons text visible on dark mode | Marcin Aman | |
2021-08-30 | Fix signatures being bolded, increase spacing in divergent (#2101) | Marcin Aman | |
2021-08-25 | Dark code highlighting | Marcin Aman | |
2021-08-25 | Manual 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-25 | Dark mode (#2081) | Marcin Aman | |
2021-08-25 | Fix issue with excessive scroll | Marcin Aman | |
2021-08-12 | Remove unused components, docs, change icon to new kotlin logo and add ↵ | Marcin Aman | |
hamburger for mobile | |||
2021-08-12 | Limit width | Marcin Aman | |
2021-08-12 | Webhelp-like frontend | Marcin Aman | |
2021-02-01 | Update urls to fonts (#1717) | Marcin Aman | |
2020-12-17 | Navigate to root after logo click, add data to searchbars on multimodule (#1631) | Marcin Aman | |
2020-12-10 | Add dokka to GitHub link (#1661) | Stefan M | |
* Add dokka to link * Change anchor text color in footer | |||
2020-12-03 | Make navigation loading faster, improve experience on safari (#1633) | Marcin Aman | |
2020-11-27 | Implement immediate temaplates resolution | Paweł Marks | |
2020-11-10 | New breadcrumbs (#1590) | Marcin Aman | |
Add top navbar | |||
2020-10-30 | Remove hard coded svg-s from renderer | Marcin Aman | |
2020-10-13 | Update urls to fonts | Marcin Aman | |
2020-10-09 | On this page component (#1504) | Marcin Aman | |
2020-10-08 | Improve styles | Marcin Aman | |
2020-10-07 | Make logo replaceable #1339 (#1488) | Marcin Aman | |
2020-10-01 | Escape urls in anchors | Marcin Aman | |
2020-09-30 | Let code inherit font size in cover, reduce some spacings and add spacing on ↵ | Marcin Aman | |
package page #1400 |