aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-12-16Remove `documentationFileName` from documentation as it is no longer valid ↵Marcin Aman
(#1657)
2020-12-16Resolve an issue with cross package linking in javadoc (#1659)Marcin Aman
2020-12-15Fix wrong docs on DProperty (#1671)Marcin Aman
2020-12-15Remove warning that caused dokka to fail with failOnWarning flag (#1669)Marcin Aman
2020-12-10Add dokka to GitHub link (#1661)Stefan M
* Add dokka to link * Change anchor text color in footer
2020-12-03Update migration guide for 1.4.20Marcin Aman
2020-12-03Resolve DRI-s from valueOf and values in java enum (#1655)Marcin Aman
2020-12-03Bump compiler to 1.4.20, IJ to 201 and coroutines to 1.4.1 (#1641)Marcin Aman
2020-12-03Update Dokka version to 1.4.20 (#1632)Marcin Aman
2020-12-03Make navigation loading faster, improve experience on safari (#1633)Marcin Aman
2020-12-03exclude top-level const val from getter generation and show them as public ↵Valentin Rocher
and static (#1636)
2020-12-02Fix gradle passing 'unspecified' version to dokka configuration (#1650)Marcin Aman
2020-11-27Changing how multimodule location provider works and improving gfm link ↵Błażej Kardyś
substitution
2020-11-27Adding inter-module link resolving template strategy for GfmBłażej Kardyś
2020-11-27Adding multimodule all modules page creation for gfmBłażej Kardyś
2020-11-27Unify MultimoduleLocationProviderKamil Doległo
2020-11-27Fixing tests after moving SingleGeneration to baseBłażej Kardyś
2020-11-27Moving SingleGeneration to base pluingBłażej Kardyś
2020-11-27Implement immediate temaplates resolutionPaweł Marks
2020-11-27Implement basic link resolutionKamil Doległo
2020-11-27Add navigation fragments for templatingPaweł Marks
2020-11-27Add templating commands to the html formatPaweł Marks
2020-11-27Extracting dokka generation to the dedicated extension pointPaweł Marks
2020-11-26Fixes from scala3doc (#1630)Krzysztof Romanowski
* Fix problem with ordering in Java api * HtmlRender allow to render html code directly from String
2020-11-25Remove suspend from SourceToDocumentableTranslator (#1622)Kamil Doległo
* Remove suspend from SourceToDocumentableTranslator * Introduce AsyncSourceToDocumentableTranslator Co-authored-by: Marcin Aman <marcin.aman@gmail.com>
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-23fix grammar error (#1639)Hollow Man
an -> a referring to https://www.quora.com/Which-is-the-correct-grammar-usage-a-unique-or-an-unique
2020-11-23Remove .idea (#1638)Kamil Doległo
2020-11-19Adjust integration tests to the new package options APIMarcin Aman
2020-11-18Add matchingRegex (#598)Martin Bonnin
* add matchingRegex as a simpler replacement for `prefix` * remove useless check * added a note about the order of the matchingRegex
2020-11-14Fix a bug in s3 cleanup actionKamil Doległo
2020-11-14Change AWS documentation timeout to 1 hourKamil Doległo
2020-11-13Fix link to stdlib in GH actionKamil Doległo
2020-11-13Temporarily disable kotlinx.serialization as it can't be built for nowKamil Doległo
2020-11-13Add integration tests for Kotlin projectsKamil Doległo
2020-11-13Add additional info to POM files and sign the artifacts for MavenCentral ↵Kamil Doległo
deployment
2020-11-13Add javadocJar task for publishing to MavenCentral (#1606)Kamil Doległo
2020-11-13Generate content with the params order of KDoc (#1611)gzoritchak
2020-11-12Javadoc @inheritDoc tag support (#1608)Marcin Aman
2020-11-12Adding function division switchBłażej Kardyś
2020-11-10New breadcrumbs (#1590)Marcin Aman
Add top navbar
2020-11-10Include base docs in MkDocsMarcin Aman
2020-11-09Cleaning querying from plugins where possibleBłażej Kardyś
2020-10-30Fix parsing first word in deprecated (#1595)Marcin Aman
Fix parsing first word in `Deprecated` annotations, fix `Throws` and `See` tags
2020-10-30Remove hard coded svg-s from rendererMarcin Aman
2020-10-30Update usage.mdYuri Schimke
typo of task name
2020-10-21Fix gh-pages generation scriptKamil Doległo
2020-10-20Bump dokka version to 1.4.10.2Marcin Aman
2020-10-20Fix anchor linking when the linked type is on a different platform (#1568)Kamil Doległo
* Fix anchor linking when the linked type is on a different platform * Refactor location provider to use types Co-authored-by: Marcin Aman <marcin.aman@gmail.com>
2020-10-19Add plugins listMarcin Aman