Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-07-13 | Update references and documentation to Dokka 1.7.10 (#2566) | Ignat Beresnev | |
2022-07-08 | Revise developer guides documentation (#2523) | Ignat Beresnev | |
2022-06-20 | Update documentation and examples to Dokka 1.7.0 (#2542) | Ignat Beresnev | |
2022-05-18 | Correct a sentence (#2506) | Mahdi Hosseinzadeh | |
2022-05-18 | Correct of a typo (#2504) | Aleksandr Milakin | |
2022-04-25 | Update documentation and examples to Dokka 1.6.21 (#2465) | Ignat Beresnev | |
2022-04-15 | Decompose `base.ftl` template (#2432) | Vadim Mishenev | |
2022-04-15 | Update documentation, examples and test references to 1.6.20 (#2440) | Ignat Beresnev | |
* Update documentation/example/test references to 1.6.20 * Mute Multiplatform0GradleIntegrationTest due to missing KLIB support * Update gradle and AGP versions to the latest | |||
2022-04-08 | Update mkdocs gradle plugin to fix documentation generation (#2422) | Ignat Beresnev | |
2022-04-04 | Added Mermaid plugin to the plugins-list.md (#2416) | Grégory Lureau | |
2022-03-15 | Fix rendering issues (#2389) | Vadim Mishenev | |
2022-03-10 | KT-50452 Make flexible html for customization (#2374) | Vadim Mishenev | |
2022-02-21 | Add 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 | |||
2022-02-09 | Trigger publishing of dokka-versioning-multimodule-example | vmishenev | |
2022-02-09 | Add GH Action to publish versioning-multimodule-example (#2352) | Vadim Mishenev | |
2022-02-08 | Bump ru.vyarus.mkdocs from 2.1.1 to 2.2.0 (#2339) | dependabot[bot] | |
Bumps ru.vyarus.mkdocs from 2.1.1 to 2.2.0. --- updated-dependencies: - dependency-name: ru.vyarus.mkdocs dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | |||
2022-01-12 | Add a note about usage in a precompiled script plugin (#2303) | Gregor Dschung | |
Fix for #2301 | |||
2022-01-12 | Fix wrong Groovy DSL example (#2302) | Gregor Dschung | |
File#resolve(String) doen't exist in Groovy | |||
2021-12-27 | Update Dokka examples and readme to 1.6.10 (#2293) | Ignat Beresnev | |
2021-12-23 | Introduce documentedVisibilities setting (#2270) | Ignat Beresnev | |
* Introduce `documentedVisibilities` setting * Remove hardcoded doc generation for Visibility.PUBLIC, correct tests * Add maven, gradle and cli integration tests for documentedVisibilities * Fix maven plugin configuration overriding the default value * Remove test debug prints * Correct an inconsistency with default values and leave a comment of intentions * Add a test for visibility of private setter | |||
2021-12-07 | Add documentation for cli JSON configuration (#2254) | Vadim Mishenev | |
2021-11-23 | Add sample project of versioning multi module (#2170) | vmishenev | |
* Add sample project of versioning multi module * Add sample task to generate previously docs * Update Gradle version * Update Kotlin version | |||
2021-11-23 | Update README, docs and examples to 1.6 (#2237) | vmishenev | |
2021-10-29 | Fix links in the last line of frontend doc (#2193) | René Kilczan | |
* Fix links in Footer | |||
2021-09-20 | Improve versioning plugin (#2104) | vmishenev | |
- support for single module projects - version navigator is on all pages - dropdown arrow for version navigator | |||
2021-09-20 | Bring back logo | vmishenev | |
2021-09-15 | Update docs to 1.5.30, bump dokka version to 1.6.0 | Marcin Aman | |
2021-09-10 | Update docs for buildscript with dokka plugins (#2134) | Marcin Aman | |
2021-08-25 | Merge pull request #2066 from Kotlin/webhelp-like-frontend | Marcin Aman | |
Webhelp like frontend | |||
2021-08-21 | Remove includes from example. 1.5.0 docs were manually updated | Marcin Aman | |
2021-08-21 | Review comments + "unspecified" version fix | Marcin Aman | |
2021-08-12 | Remove unused components, docs, change icon to new kotlin logo and add ↵ | Marcin Aman | |
hamburger for mobile | |||
2021-07-28 | Migrate Dokka examples to Dokka repo (KT-47798) (#2030) | vmishenev | |
* Migrate Dokka examples to Dokka repo (KT-47798) * Configure workflow of examples checking * Add workflow to deploy examples | |||
2021-07-13 | plugin configuration changing from fqPluginName=json^^fqPluginName=json.. to ↵ | Suraj Sahani | |
`fqPluginName=json...` (#2019) * plugin configuration typo fix * Reverting back separator with quotation marks is it okay? | |||
2021-07-12 | Changing from intellij to intelliJ (#2020) | Suraj Sahani | |
changing to uppercase. | |||
2021-07-09 | Add gradle version check (#2006) | Marcin Aman | |
2021-07-07 | Update the docs to 1.5.0 | Kamil Doległo | |
2021-06-22 | Logging in CLI (#1976) | Marcin Aman | |
2021-06-03 | Fix code blocks on Extension Points page (#1948) | Márton Braun | |
2021-05-05 | Add ability to specify older versions as a list of files (#1890) | Ryan Nett | |
* Specify older versions as a list of files, add option to use directory * Allow specifying older version directory as well * Cleanup * Update API export * Update versioning docs | |||
2021-04-26 | Remove HTML Space Repo after release on MavenCentral (#1892) | Philip Wedemann | |
* Remove HTML Space Repo after release on MavenCentral * Remove HTML Space Repo from docs * Remove Space HTML Repo from docs | |||
2021-04-22 | Update documentation for 1.4.32 | Kamil Doległo | |
2021-04-19 | Update documentation with suppressGeneratedFiles and webserver | Marcin Aman | |
2021-04-15 | Fix several bugs in configuration examples in gradle user guide (#1831) | Azim Muradov | |
2021-04-14 | Improve docs for new multimodule (#1826) | Marcin Aman | |
2021-04-06 | Fix link to editing docs (#1824) | Marcin Aman | |
2021-04-06 | Suppress inherited members (#1814) | Marcin Aman | |
2021-04-02 | Bump ru.vyarus.mkdocs from 2.0.1 to 2.1.1 (#1811) | dependabot[bot] | |
Bumps ru.vyarus.mkdocs from 2.0.1 to 2.1.1. Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | |||
2021-03-26 | Fix configuration for suppressing obvious functions (#1789) | Marcin Aman | |
* Fix suppressObviousFunctions not being present in task configuration * Docs | |||
2021-03-26 | Reintroduce multimodule documentation (#1804) | Marcin Aman | |