From dbb89334d42001030a50b97ca547f13afb052e3e Mon Sep 17 00:00:00 2001 From: Olblak Date: Fri, 10 Jul 2026 09:51:57 +0200 Subject: [PATCH 1/3] fix: transformer table Signed-off-by: Olblak --- content/en/docs/core/transformer.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/en/docs/core/transformer.adoc b/content/en/docs/core/transformer.adoc index ff83a1135..9a92fea42 100644 --- a/content/en/docs/core/transformer.adoc +++ b/content/en/docs/core/transformer.adoc @@ -48,8 +48,8 @@ A target receives information from the source then modifies that value with the | find |-| Search for a string value using regular expression and then return its value exist | findsubmatch |-| Search for a substring using a regular expression and return its content, more link:#_FindSubMatch[here] | semverinc| - | Bump semantic version, accept a comma separated list of ["major","minor","patch"] -| quote | false | Add quotes around the value | -| unquote | false | Remove quotes around the value | +| quote | false | Add quotes around the value +| unquote | false | Remove quotes around the value |=== From 79f8e4e30d4e0641945c5a469dafadba5c3361d7 Mon Sep 17 00:00:00 2001 From: Olblak Date: Fri, 10 Jul 2026 10:01:46 +0200 Subject: [PATCH 2/3] chore: disable minify Signed-off-by: Olblak --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2bdb85e01..8a0f2a91b 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "prestart": "npm run clean", "start": "exec-bin node_modules/.bin/hugo/hugo server --bind=0.0.0.0 --disableFastRender", "prebuild": "npm run clean", - "build": "exec-bin node_modules/.bin/hugo/hugo --gc --minify", + "build": "exec-bin node_modules/.bin/hugo/hugo --gc", "build:preview": "npm run build -D -F", "clean": "shx rm -rf public resources", "clean:install": "shx rm -rf package-lock.json node_modules ", From 2e8fc68638ab1e1658b0b6a099ae7ae6b4aea2a2 Mon Sep 17 00:00:00 2001 From: Olblak Date: Fri, 10 Jul 2026 10:25:59 +0200 Subject: [PATCH 3/3] fix: telemetry column size Signed-off-by: Olblak --- content/en/docs/core/telemetry.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/core/telemetry.adoc b/content/en/docs/core/telemetry.adoc index 56efe97a8..85707a7f6 100644 --- a/content/en/docs/core/telemetry.adoc +++ b/content/en/docs/core/telemetry.adoc @@ -183,7 +183,7 @@ NOTE: `updatecli.push_commits` and `updatecli.prune_scm_branches` are only emitt ==== Span Events -[cols="1,3",options="header"] +[cols="1,1,3",options="header"] |=== | Event | Span | Description