From c3d570c76945c3ec8d1cea2b291dc05dc27cf50c Mon Sep 17 00:00:00 2001 From: Daniel Chao Date: Wed, 8 Jul 2026 09:45:07 -0700 Subject: [PATCH] Fix docsite (#1740) --- .../bindings-specification/pages/binary-encoding.adoc | 1 + docs/modules/java-binding/pages/codegen.adoc | 8 ++++---- docs/modules/java-binding/pages/pkl-config-java.adoc | 6 +++--- docs/modules/kotlin-binding/pages/codegen.adoc | 4 ++-- docs/modules/kotlin-binding/pages/pkl-config-kotlin.adoc | 6 +++--- docs/modules/pkl-core/pages/index.adoc | 6 +++--- docs/modules/pkl-doc/pages/index.adoc | 6 +++--- docs/modules/pkl-gradle/pages/index.adoc | 4 ++-- 8 files changed, 21 insertions(+), 20 deletions(-) diff --git a/docs/modules/bindings-specification/pages/binary-encoding.adoc b/docs/modules/bindings-specification/pages/binary-encoding.adoc index 0551b006..a80ed3c8 100644 --- a/docs/modules/bindings-specification/pages/binary-encoding.adoc +++ b/docs/modules/bindings-specification/pages/binary-encoding.adoc @@ -196,6 +196,7 @@ The array's length is the number of slots that are filled. For example, xref:{ur |Data |link:{uri-messagepack-array}[array] |Array of link:{uri-stdlib-ref-Access}[`pkl.ref#Access`] values +|=== [[type-name-encoding]] [NOTE] diff --git a/docs/modules/java-binding/pages/codegen.adoc b/docs/modules/java-binding/pages/codegen.adoc index fab31e6d..718b3c85 100644 --- a/docs/modules/java-binding/pages/codegen.adoc +++ b/docs/modules/java-binding/pages/codegen.adoc @@ -56,7 +56,7 @@ ifdef::is-release-version[] mavenCentral() endif::[] ifndef::is-release-version[] - maven(url = "{uri-sonatype}") + maven(url = "{uri-snapshot-repo}") endif::[] } ---- @@ -75,7 +75,7 @@ ifdef::is-release-version[] mavenCentral() endif::[] ifndef::is-release-version[] - maven { url "{uri-sonatype}" } + maven { url "{uri-snapshot-repo}" } endif::[] } ---- @@ -99,9 +99,9 @@ ifndef::is-release-version[] sonatype-s01 Sonatype S01 - {uri-sonatype} + {uri-snapshot-repo} - + endif::[] ---- diff --git a/docs/modules/java-binding/pages/pkl-config-java.adoc b/docs/modules/java-binding/pages/pkl-config-java.adoc index bad98738..f35555e3 100644 --- a/docs/modules/java-binding/pages/pkl-config-java.adoc +++ b/docs/modules/java-binding/pages/pkl-config-java.adoc @@ -45,7 +45,7 @@ ifdef::is-release-version[] mavenCentral() endif::[] ifndef::is-release-version[] - maven(url = "{uri-sonatype}") + maven(url = "{uri-snapshot-repo}") endif::[] } ---- @@ -66,7 +66,7 @@ repositories { endif::[] ifndef::is-release-version[] repositories { - maven { url "{uri-sonatype}" } + maven { url "{uri-snapshot-repo}" } } endif::[] ---- @@ -92,7 +92,7 @@ ifndef::is-release-version[] sonatype-s01 Sonatype S01 - {uri-sonatype} + {uri-snapshot-repo} endif::[] diff --git a/docs/modules/kotlin-binding/pages/codegen.adoc b/docs/modules/kotlin-binding/pages/codegen.adoc index 262590b2..2da7c0fc 100644 --- a/docs/modules/kotlin-binding/pages/codegen.adoc +++ b/docs/modules/kotlin-binding/pages/codegen.adoc @@ -46,7 +46,7 @@ ifdef::is-release-version[] mavenCentral() endif::[] ifndef::is-release-version[] - maven(url = "{uri-sonatype}") + maven(url = "{uri-snapshot-repo}") endif::[] } ---- @@ -65,7 +65,7 @@ ifdef::is-release-version[] mavenCentral() endif::[] ifndef::is-release-version[] - maven { url "{uri-sonatype}" } + maven { url "{uri-snapshot-repo}" } endif::[] } ---- diff --git a/docs/modules/kotlin-binding/pages/pkl-config-kotlin.adoc b/docs/modules/kotlin-binding/pages/pkl-config-kotlin.adoc index 8e6c63b9..5d20be04 100644 --- a/docs/modules/kotlin-binding/pages/pkl-config-kotlin.adoc +++ b/docs/modules/kotlin-binding/pages/pkl-config-kotlin.adoc @@ -34,7 +34,7 @@ ifdef::is-release-version[] mavenCentral() endif::[] ifndef::is-release-version[] - maven(url = "{uri-sonatype}") + maven(url = "{uri-snapshot-repo}") endif::[] } ---- @@ -53,7 +53,7 @@ ifdef::is-release-version[] mavenCentral() endif::[] ifndef::is-release-version[] - maven { url "{uri-sonatype}" } + maven { url "{uri-snapshot-repo}" } endif::[] } ---- @@ -77,7 +77,7 @@ ifndef::is-release-version[] sonatype-s01 Sonatype S01 - {uri-sonatype} + {uri-snapshot-repo} endif::[] diff --git a/docs/modules/pkl-core/pages/index.adoc b/docs/modules/pkl-core/pages/index.adoc index 5553dbf0..1d09e4f8 100644 --- a/docs/modules/pkl-core/pages/index.adoc +++ b/docs/modules/pkl-core/pages/index.adoc @@ -44,7 +44,7 @@ ifdef::is-release-version[] mavenCentral() endif::[] ifndef::is-release-version[] - maven(url = "{uri-sonatype}") + maven(url = "{uri-snapshot-repo}") endif::[] } ---- @@ -63,7 +63,7 @@ ifdef::is-release-version[] mavenCentral() endif::[] ifndef::is-release-version[] - maven { url "{uri-sonatype}" } + maven { url "{uri-snapshot-repo}" } endif::[] } ---- @@ -87,7 +87,7 @@ ifndef::is-release-version[] sonatype-s01 Sonatype S01 - {uri-sonatype} + {uri-snapshot-repo} endif::[] diff --git a/docs/modules/pkl-doc/pages/index.adoc b/docs/modules/pkl-doc/pages/index.adoc index d76afc6f..f645f8b4 100644 --- a/docs/modules/pkl-doc/pages/index.adoc +++ b/docs/modules/pkl-doc/pages/index.adoc @@ -117,7 +117,7 @@ ifdef::is-release-version[] mavenCentral() endif::[] ifndef::is-release-version[] - maven(url = "{uri-sonatype}") + maven(url = "{uri-snapshot-repo}") endif::[] } ---- @@ -136,7 +136,7 @@ ifdef::is-release-version[] mavenCentral() endif::[] ifndef::is-release-version[] - maven { url "{uri-sonatype}" } + maven { url "{uri-snapshot-repo}" } endif::[] } ---- @@ -160,7 +160,7 @@ ifndef::is-release-version[] sonatype-s01 Sonatype S01 - {uri-sonatype} + {uri-snapshot-repo} endif::[] diff --git a/docs/modules/pkl-gradle/pages/index.adoc b/docs/modules/pkl-gradle/pages/index.adoc index 5c53acd0..2cd008ed 100644 --- a/docs/modules/pkl-gradle/pages/index.adoc +++ b/docs/modules/pkl-gradle/pages/index.adoc @@ -51,7 +51,7 @@ ifdef::is-release-version[] mavenCentral() endif::[] ifndef::is-release-version[] - maven(url = "{uri-sonatype}") + maven(url = "{uri-snapshot-repo}") endif::[] } } @@ -76,7 +76,7 @@ ifdef::is-release-version[] mavenCentral() endif::[] ifndef::is-release-version[] - maven { url "{uri-sonatype}" } + maven { url "{uri-snapshot-repo}" } endif::[] } }