aboutsummaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
2023-11-10Use versioned code links in user-facing documentation (#3327)Ignat Beresnev
2023-10-23Update Maven runner's source link example pathIgnat Beresnev
One example was updated in #3046, but there are two similar ones on the page
2023-10-18Fix sources not being linked when using Maven (#3046)freya02
2023-10-17Fix docs link for OkHttp (#3213)Subhrajyoti Sen
The documentation for OkHttp has been moved to https://square.github.io/okhttp/5.x/okhttp/okhttp3/ As per https://github.com/square/okhttp/commit/05718b4d87b591820a178b3fb6a4325c83c55d7a, they are currently using HTML for docs and not markdown
2023-10-16Update Dokka's references to 1.9.10 (#3210)Ignat Beresnev
2023-09-01Update user documentation to account for 1.9.0 changes (#3077)Ignat Beresnev
2023-09-01Update Dokka's references to 1.9.0 (#3154)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-06-06Update Dokka's references to 1.8.20 (#3028)Ignat Beresnev
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
2023-04-26Fix dead links for CLI external links configuration (#2985)Sarah Haggarty
Co-authored-by: Sarah Haggarty <sarahhaggarty@users.noreply.github.com>
2023-04-26Minor fixes for documentation (#2979)Ying Li
2023-03-30Correct the template file format in user documentationIgnatBeresnev
2023-03-06Update Dokka references to 1.8.10 (#2898)Ignat Beresnev
2023-02-03Remove Dokka devX survey bannerIgnatBeresnev
The survey has ended
2023-01-20Add Dokka devX survey banner to documentation and READMEIgnatBeresnev
2023-01-19Fix mistakes in documentationIgnat Beresnev
2023-01-19Add module and package documentation content (#2819)Sarah Haggarty
Co-authored-by: Sarah Haggarty <sarahhaggarty@users.noreply.github.com>
2023-01-17Rename vars.list to the default v.list to fix build errorsIgnatBeresnev
2023-01-17Add DOCTYPE to documentation variablesIgnatBeresnev
2023-01-17Change "Get started" docs title to "Get started with Dokka"IgnatBeresnev
To make it consistent with other pages on kotlinlang
2023-01-17Shrink images and remove the "Beta formats" header in the docsIgnatBeresnev
2023-01-14Fix webhelp compilation errorsIgnatBeresnev
2023-01-10Revise documentation (#2728)Ignat Beresnev
Co-authored-by: Sarah Haggarty <sarahhaggarty@users.noreply.github.com>
2022-12-12Fix typo in survey bannervmishenev
2022-12-09Add survey banner (#2768)Vadim Mishenev
2022-11-15Fix a typo in the root documentation page (#2744)Nicklas Ansman
2022-10-19Add missing DokkaConfiguration import statement (#2718)Simon Marquis
2022-10-19Fix typo in docs (#2719)Simon Marquis
2022-10-12Update documentation and examples for 1.7.20 (#2697)Ignat Beresnev
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