From 7e9b10797bbb262100690092ea1bf35cc7a07fb3 Mon Sep 17 00:00:00 2001 From: IgnatBeresnev Date: Tue, 17 Jan 2023 01:11:26 +0100 Subject: Shrink images and remove the "Beta formats" header in the docs --- docs/topics/runners/dokka-gradle.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'docs/topics/runners') diff --git a/docs/topics/runners/dokka-gradle.md b/docs/topics/runners/dokka-gradle.md index 81e0a2f7..c049b225 100644 --- a/docs/topics/runners/dokka-gradle.md +++ b/docs/topics/runners/dokka-gradle.md @@ -90,8 +90,6 @@ and [multi-project](#multi-project-builds) builds. Use the following tasks to build documentation for simple, single-project applications and libraries: -#### Beta formats - | **Task** | **Description** | |----------------|-------------------------------------------------------------------------------------| | `dokkaHtml` | Generates documentation in [HTML](dokka-html.md) format. | @@ -121,8 +119,6 @@ cross-project references. Dokka creates the following tasks for **parent** projects automatically: -#### Beta formats (multi-module) - | **Task** | **Description** | |--------------------------|------------------------------------------------------------------------| | `dokkaHtmlMultiModule` | Generates multi-module documentation in [HTML](dokka-html.md) output format. | @@ -194,7 +190,7 @@ parentProject These pages are generated after running `dokkaHtmlCollector`: -![Screenshot for output of dokkaHtmlCollector task](dokkaHtmlCollector-example.png){width=800} +![Screenshot for output of dokkaHtmlCollector task](dokkaHtmlCollector-example.png){width=706} See our [multi-module project example](https://github.com/Kotlin/dokka/tree/master/examples/gradle/dokka-multimodule-example) for more details. -- cgit