aboutsummaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
2022-07-13Update references and documentation to Dokka 1.7.10 (#2566)Ignat Beresnev
2022-07-08Revise developer guides documentation (#2523)Ignat Beresnev
2022-06-20Update documentation and examples to Dokka 1.7.0 (#2542)Ignat Beresnev
2022-05-18Correct a sentence (#2506)Mahdi Hosseinzadeh
2022-05-18Correct of a typo (#2504)Aleksandr Milakin
2022-04-25Update documentation and examples to Dokka 1.6.21 (#2465)Ignat Beresnev
2022-04-15Decompose `base.ftl` template (#2432)Vadim Mishenev
2022-04-15Update 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-08Update mkdocs gradle plugin to fix documentation generation (#2422)Ignat Beresnev
2022-04-04Added Mermaid plugin to the plugins-list.md (#2416)Grégory Lureau
2022-03-15Fix rendering issues (#2389)Vadim Mishenev
2022-03-10KT-50452 Make flexible html for customization (#2374)Vadim Mishenev
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
2022-02-09Trigger publishing of dokka-versioning-multimodule-examplevmishenev
2022-02-09Add GH Action to publish versioning-multimodule-example (#2352)Vadim Mishenev
2022-02-08Bump 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-12Add a note about usage in a precompiled script plugin (#2303)Gregor Dschung
Fix for #2301
2022-01-12Fix wrong Groovy DSL example (#2302)Gregor Dschung
File#resolve(String) doen't exist in Groovy
2021-12-27Update Dokka examples and readme to 1.6.10 (#2293)Ignat Beresnev
2021-12-23Introduce 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-07Add documentation for cli JSON configuration (#2254)Vadim Mishenev
2021-11-23Add 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-23Update README, docs and examples to 1.6 (#2237)vmishenev
2021-10-29Fix links in the last line of frontend doc (#2193)René Kilczan
* Fix links in Footer
2021-09-20Improve versioning plugin (#2104)vmishenev
- support for single module projects - version navigator is on all pages - dropdown arrow for version navigator
2021-09-20Bring back logovmishenev
2021-09-15Update docs to 1.5.30, bump dokka version to 1.6.0Marcin Aman
2021-09-10Update docs for buildscript with dokka plugins (#2134)Marcin Aman
2021-08-25Merge pull request #2066 from Kotlin/webhelp-like-frontendMarcin Aman
Webhelp like frontend
2021-08-21Remove includes from example. 1.5.0 docs were manually updatedMarcin Aman
2021-08-21Review comments + "unspecified" version fixMarcin Aman
2021-08-12Remove unused components, docs, change icon to new kotlin logo and add ↵Marcin Aman
hamburger for mobile
2021-07-28Migrate 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-13plugin 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-12Changing from intellij to intelliJ (#2020)Suraj Sahani
changing to uppercase.
2021-07-09Add gradle version check (#2006)Marcin Aman
2021-07-07Update the docs to 1.5.0Kamil Doległo
2021-06-22Logging in CLI (#1976)Marcin Aman
2021-06-03Fix code blocks on Extension Points page (#1948)Márton Braun
2021-05-05Add 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-26Remove 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-22Update documentation for 1.4.32Kamil Doległo
2021-04-19Update documentation with suppressGeneratedFiles and webserverMarcin Aman
2021-04-15Fix several bugs in configuration examples in gradle user guide (#1831)Azim Muradov
2021-04-14Improve docs for new multimodule (#1826)Marcin Aman
2021-04-06Fix link to editing docs (#1824)Marcin Aman
2021-04-06Suppress inherited members (#1814)Marcin Aman
2021-04-02Bump 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-26Fix configuration for suppressing obvious functions (#1789)Marcin Aman
* Fix suppressObviousFunctions not being present in task configuration * Docs
2021-03-26Reintroduce multimodule documentation (#1804)Marcin Aman