From 00503fa105b4b83e99dfe5b8fcc9685ee6b0b329 Mon Sep 17 00:00:00 2001 From: sergeych Date: Wed, 17 Dec 2025 22:12:08 +0100 Subject: [PATCH] cosmetics and docs --- bin/deploy_site | 2 +- site/src/jsMain/kotlin/HomePage.kt | 2 +- site/src/jsMain/resources/index.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bin/deploy_site b/bin/deploy_site index 57c107a..6507999 100755 --- a/bin/deploy_site +++ b/bin/deploy_site @@ -101,7 +101,7 @@ die() { echo "ERROR: $*" 1>&2 ; exit 1; } # Update the IDEA plugin download link in docs (temporarily), then build, then restore the doc updateIdeaPluginDownloadLink || echo "WARN: proceeding without updating IDEA plugin download link" -./gradlew site:clean site:jsBrowserDistribution +./gradlew site:jsBrowserDistribution BUILD_RC=$? # Always restore original doc if backup exists diff --git a/site/src/jsMain/kotlin/HomePage.kt b/site/src/jsMain/kotlin/HomePage.kt index 1a314cb..cea20bd 100644 --- a/site/src/jsMain/kotlin/HomePage.kt +++ b/site/src/jsMain/kotlin/HomePage.kt @@ -36,7 +36,7 @@ fun HomePage() { // Benefits pills listOf( "Clean, familiar syntax", - "Immutable-first collections", + "both FP and OOP", "Batteries-included standard library", "Embeddable and testable" ).forEach { b -> diff --git a/site/src/jsMain/resources/index.html b/site/src/jsMain/resources/index.html index 52b1516..795d68e 100644 --- a/site/src/jsMain/resources/index.html +++ b/site/src/jsMain/resources/index.html @@ -329,7 +329,7 @@
- v1.0.6-SNAPSHOT + v1.0.8-SNAPSHOT