cosmetics and docs
This commit is contained in:
parent
f7a4497f3f
commit
00503fa105
@ -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
|
# 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"
|
updateIdeaPluginDownloadLink || echo "WARN: proceeding without updating IDEA plugin download link"
|
||||||
|
|
||||||
./gradlew site:clean site:jsBrowserDistribution
|
./gradlew site:jsBrowserDistribution
|
||||||
BUILD_RC=$?
|
BUILD_RC=$?
|
||||||
|
|
||||||
# Always restore original doc if backup exists
|
# Always restore original doc if backup exists
|
||||||
|
|||||||
@ -36,7 +36,7 @@ fun HomePage() {
|
|||||||
// Benefits pills
|
// Benefits pills
|
||||||
listOf(
|
listOf(
|
||||||
"Clean, familiar syntax",
|
"Clean, familiar syntax",
|
||||||
"Immutable-first collections",
|
"both FP and OOP",
|
||||||
"Batteries-included standard library",
|
"Batteries-included standard library",
|
||||||
"Embeddable and testable"
|
"Embeddable and testable"
|
||||||
).forEach { b ->
|
).forEach { b ->
|
||||||
|
|||||||
@ -329,7 +329,7 @@
|
|||||||
<!-- Top-left version ribbon -->
|
<!-- Top-left version ribbon -->
|
||||||
<div class="corner-ribbon bg-danger text-white">
|
<div class="corner-ribbon bg-danger text-white">
|
||||||
<span style="margin-left: -5em">
|
<span style="margin-left: -5em">
|
||||||
v1.0.6-SNAPSHOT
|
v1.0.8-SNAPSHOT
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
<!-- Fixed top navbar for the whole site -->
|
<!-- Fixed top navbar for the whole site -->
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user