From 1fcdcbf0db571039e721f3d760e103811d65fdab Mon Sep 17 00:00:00 2001 From: Thomas Jung Date: Sat, 19 Sep 2026 10:49:07 -0400 Subject: [PATCH] fix(hana-cloud-ecn): repair malformed tags frontmatter list e70c6db5 turned the YAML tags list into a bare string (missing opening [, duplicate software-product>sap-hana-cloud, stray trailing ]). The parser's tags.map() then threw 'tags.map is not a function', dropping the tutorial from the build and blocking content rebuild/publish. Restores the known-good list from parent commit 60d6705c. --- tutorials/hana-cloud-ecn/hana-cloud-ecn.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/hana-cloud-ecn/hana-cloud-ecn.md b/tutorials/hana-cloud-ecn/hana-cloud-ecn.md index 06cd49ed0..d40591ba2 100644 --- a/tutorials/hana-cloud-ecn/hana-cloud-ecn.md +++ b/tutorials/hana-cloud-ecn/hana-cloud-ecn.md @@ -4,7 +4,7 @@ author_name: Dan van Leeuwen author_profile: https://github.com/danielva auto_validation: true time: 45 -tags: software-product>sap-hana-cloud, software-product>sap-hana-cloud, software-product-function>sap-hana-cloud--sap-hana-database,tutorial>license] +tags: [tutorial>intermediate, software-product-function>sap-hana-cloud--sap-hana-database,tutorial>license] primary_tag: software-product>sap-hana-cloud ---